ColumnMetadataItem

Column metadata object to be used in driver implementations

class ColumnMetadataItem {
string catalogName;
int displaySize;
string label;
string name;
int type;
string typeName;
int precision;
int scale;
string schemaName;
string tableName;
bool isAutoIncrement;
bool isCaseSensitive;
bool isCurrency;
bool isDefinitelyWritable;
int isNullable;
bool isReadOnly;
bool isSearchable;
bool isSigned;
bool isWritable;
}

Meta