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