javax.sql
public interface RowSetMetaData extends ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown
Modifier and Type | Method and Description |
---|---|
void |
setAutoIncrement(int columnIndex,
boolean property) |
void |
setCaseSensitive(int columnIndex,
boolean property) |
void |
setCatalogName(int columnIndex,
String catalogName) |
void |
setColumnCount(int columnCount) |
void |
setColumnDisplaySize(int columnIndex,
int size) |
void |
setColumnLabel(int columnIndex,
String label) |
void |
setColumnName(int columnIndex,
String columnName) |
void |
setColumnType(int columnIndex,
int SQLType) |
void |
setColumnTypeName(int columnIndex,
String typeName) |
void |
setCurrency(int columnIndex,
boolean property) |
void |
setNullable(int columnIndex,
int property) |
void |
setPrecision(int columnIndex,
int precision) |
void |
setScale(int columnIndex,
int scale) |
void |
setSchemaName(int columnIndex,
String schemaName) |
void |
setSearchable(int columnIndex,
boolean property) |
void |
setSigned(int columnIndex,
boolean property) |
void |
setTableName(int columnIndex,
String tableName) |
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
void setColumnCount(int columnCount) throws SQLException
SQLException
void setAutoIncrement(int columnIndex, boolean property) throws SQLException
SQLException
void setCaseSensitive(int columnIndex, boolean property) throws SQLException
SQLException
void setSearchable(int columnIndex, boolean property) throws SQLException
SQLException
void setCurrency(int columnIndex, boolean property) throws SQLException
SQLException
void setNullable(int columnIndex, int property) throws SQLException
SQLException
void setSigned(int columnIndex, boolean property) throws SQLException
SQLException
void setColumnDisplaySize(int columnIndex, int size) throws SQLException
SQLException
void setColumnLabel(int columnIndex, String label) throws SQLException
SQLException
void setColumnName(int columnIndex, String columnName) throws SQLException
SQLException
void setSchemaName(int columnIndex, String schemaName) throws SQLException
SQLException
void setPrecision(int columnIndex, int precision) throws SQLException
SQLException
void setScale(int columnIndex, int scale) throws SQLException
SQLException
void setTableName(int columnIndex, String tableName) throws SQLException
SQLException
void setCatalogName(int columnIndex, String catalogName) throws SQLException
SQLException
void setColumnType(int columnIndex, int SQLType) throws SQLException
SQLException
void setColumnTypeName(int columnIndex, String typeName) throws SQLException
SQLException