JDBC Interface | Supported | Not Supported |
getCatalogName(int column) | x | |
getColumnClassName(int column) | x | |
getColumnCount() | x | |
getColumnDisplaySize(int column) | x | |
getColumnLabel(int column) | x | |
getColumnName(int column) | x | |
getColumnType(int column) | x | |
getMetaData() | x | |
getPrecision(int column) | x | |
getScale(int column) | x | |
getSchemaName(int column) | x | |
getTableName(int column) | x | |
isAutoIncrement(int column) | x | |
isCaseSensitive(int column) | x | |
isCurrency(int column) | x | |
isDefinitelyWritable(int column) | x | |
isNullable(int column) | x | |
isReadOnly(int column) | x | |
isSearchable(int column) | x | |
isSigned(int column) | x | |
isWritable(int column) | x |