public interface ResultSetMetaData
Modifier and Type | Field and Description |
---|---|
static int |
columnNoNulls |
static int |
columnNullable |
static int |
columnNullableUnknown |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName(int column) |
String |
getColumnClassName(int column) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int column) |
String |
getColumnLabel(int column) |
String |
getColumnName(int column) |
int |
getColumnType(int column) |
String |
getColumnTypeName(int column) |
int |
getPrecision(int column) |
int |
getScale(int column) |
String |
getSchemaName(int column) |
String |
getTableName(int column) |
boolean |
isAutoIncrement(int column) |
boolean |
isCaseSensitive(int column) |
boolean |
isCurrency(int column) |
boolean |
isDefinitelyWritable(int column) |
int |
isNullable(int column) |
boolean |
isReadOnly(int column) |
boolean |
isSearchable(int column) |
boolean |
isSigned(int column) |
boolean |
isWritable(int column) |
static final int columnNoNulls
static final int columnNullable
static final int columnNullableUnknown
String getCatalogName(int column) throws SQLException
SQLException
String getColumnClassName(int column) throws SQLException
SQLException
int getColumnCount() throws SQLException
SQLException
int getColumnDisplaySize(int column) throws SQLException
SQLException
String getColumnLabel(int column) throws SQLException
SQLException
String getColumnName(int column) throws SQLException
SQLException
int getColumnType(int column) throws SQLException
SQLException
String getColumnTypeName(int column) throws SQLException
SQLException
int getPrecision(int column) throws SQLException
SQLException
int getScale(int column) throws SQLException
SQLException
String getSchemaName(int column) throws SQLException
SQLException
String getTableName(int column) throws SQLException
SQLException
boolean isAutoIncrement(int column) throws SQLException
SQLException
boolean isCaseSensitive(int column) throws SQLException
SQLException
boolean isCurrency(int column) throws SQLException
SQLException
boolean isDefinitelyWritable(int column) throws SQLException
SQLException
int isNullable(int column) throws SQLException
SQLException
boolean isReadOnly(int column) throws SQLException
SQLException
boolean isSearchable(int column) throws SQLException
SQLException
boolean isSigned(int column) throws SQLException
SQLException
boolean isWritable(int column) throws SQLException
SQLException