ResultSetMetaData

Undocumented in source.

Members

Functions

getCatalogName
string getCatalogName(int column)
Undocumented in source.
getColumnCount
int getColumnCount()
Undocumented in source.
getColumnDisplaySize
int getColumnDisplaySize(int column)
Undocumented in source.
getColumnLabel
string getColumnLabel(int column)
Undocumented in source.
getColumnName
string getColumnName(int column)
Undocumented in source.
getColumnType
int getColumnType(int column)
Undocumented in source.
getColumnTypeName
string getColumnTypeName(int column)
Undocumented in source.
getPrecision
int getPrecision(int column)
Undocumented in source.
getScale
int getScale(int column)
Undocumented in source.
getSchemaName
string getSchemaName(int column)
Undocumented in source.
getTableName
string getTableName(int column)
Undocumented in source.
isAutoIncrement
bool isAutoIncrement(int column)
Undocumented in source.
isCaseSensitive
bool isCaseSensitive(int column)
Undocumented in source.
isCurrency
bool isCurrency(int column)
Undocumented in source.
isDefinitelyWritable
bool isDefinitelyWritable(int column)
Undocumented in source.
isNullable
int isNullable(int column)
Undocumented in source.
isReadOnly
bool isReadOnly(int column)
Undocumented in source.
isSearchable
bool isSearchable(int column)
Undocumented in source.
isSigned
bool isSigned(int column)
Undocumented in source.
isWritable
bool isWritable(int column)
Undocumented in source.

Meta