#include <resultsetmetadata.h>
|
Get the catalog name for a column.
|
|
Get the display size of a column.
|
|
Get the label (if any) for a column.
|
|
Get the name of a column.
|
|
Get the SQL type of a column.
|
|
Get the name of a columns SQL type.
|
|
Get the precision of a column.
|
|
Get the scale of a column.
|
|
Get the schema name for a column.
|
|
Get the table name for a column.
|
|
Check if a column is autoincrementing.
|
|
Check if a column is case sensitive.
|
|
Check if a column can be a currency (eg fixed precision).
|
|
Check if a column can be updated.
|
|
Check if a column can be set to NULL.
|
|
Check if a column is read only.
|
|
Check if a column can be used in a where-clause.
|
|
Check if a column is signed.
|
|
Check if a column is 'probably' writeable.
|