ResultSetMetaDataImpl

Metadata for result set - to be used in driver implementations

Constructors

this
this(ColumnMetadataItem[] cols)
Undocumented in source.

Members

Functions

col
ColumnMetadataItem col(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getCatalogName
string getCatalogName(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnCount
int getColumnCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnDisplaySize
int getColumnDisplaySize(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnLabel
string getColumnLabel(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnName
string getColumnName(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnType
int getColumnType(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnTypeName
string getColumnTypeName(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getPrecision
int getPrecision(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getScale
int getScale(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getSchemaName
string getSchemaName(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getTableName
string getTableName(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isAutoIncrement
bool isAutoIncrement(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isCaseSensitive
bool isCaseSensitive(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isCurrency
bool isCurrency(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isDefinitelyWritable
bool isDefinitelyWritable(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isNullable
int isNullable(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isReadOnly
bool isReadOnly(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isSearchable
bool isSearchable(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isSigned
bool isSigned(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
isWritable
bool isWritable(int column)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cols
ColumnMetadataItem[] cols;
Undocumented in source.

Inherited Members

From ResultSetMetaData

getColumnCount
int getColumnCount()
Undocumented in source.
getCatalogName
string getCatalogName(int column)
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