A SQLDBC_ResultSetMetaData class can retrieve information used to find out types and properties of the columns in a ResultSet.
Definition at line 753 of file SQLDBC.h.
|
|
|
|
|
Returns the number of columns in this ResultSet object.
|
|
Requests the label of the specified column.
The label is either the column name, or the alias specified using
|
|
Returns maximum width in characters of the specified column.
|
|
Requests the name of the specified column.
|
|
Returns the data type of the specified column.
|
|
Returns column's maximum physical width in bytes of the specified columns.
|
|
Returns the maximum number of decimal digits of the specified column. For number types, getPrecision retrieves the number of decimal digits. For character types, it retrieves the maximum length in characters. For binary types, it retrieves the maximum length in bytes.
|
|
Returns the number of decimal places of the data type of the specified column. For non-numeric types, the scale is set to zero.
|
|
Requests the schema name of the specified column.
|
|
Requests the table name of the specified column.
|
|
Returns whether NULL values are allowed for the specified column values.
|
|
Returns whether a write operation is possible on the specified column.
|