#include <dbdescribetable.h>
Public Methods | |
SColumnInfo (const LookString &theName="", long theType=-1, bool isNullable=false) | |
~SColumnInfo () | |
SColumnInfo (const SColumnInfo &theOther) | |
SColumnInfo& | operator= (const SColumnInfo &theOther) |
bool | operator== (const SColumnInfo &theOther) const |
Public Attributes | |
LookString | itsName |
Column Name. | |
long | itsType |
Column Type (see DbQuery::GetColumnTypeID). | |
bool | itIsNullable |
Column is nullable. |