public void
setAutoIncrement
(int columnIndex, boolean property)
throws
SQLException
[Specified in RowSetMetaData]
public void
setCaseSensitive
(int columnIndex, boolean property)
throws
SQLException
[Specified in RowSetMetaData]
public void
setCatalogName
(int columnIndex, String catalogName)
throws
SQLException
[Specified in RowSetMetaData]
public void
setColumnDisplaySize
(int columnIndex, int size)
throws
SQLException
[Specified in RowSetMetaData]
public void
setColumnLabel
(int columnIndex, String label)
throws
SQLException
[Specified in RowSetMetaData]
public void
setColumnName
(int columnIndex, String columnName)
throws
SQLException
[Specified in RowSetMetaData]
public void
setColumnType
(int columnIndex, int SQLType)
throws
SQLException
[Specified in RowSetMetaData]
public void
setColumnTypeName
(int columnIndex, String typeName)
throws
SQLException
[Specified in RowSetMetaData]
public void
setCurrency
(int columnIndex, boolean property)
throws
SQLException
[Specified in RowSetMetaData]
public void
setNullable
(int columnIndex, int property)
throws
SQLException
[Specified in RowSetMetaData]
public void
setPrecision
(int columnIndex, int precision)
throws
SQLException
[Specified in RowSetMetaData]
public void
setSchemaName
(int columnIndex, String schemaName)
throws
SQLException
[Specified in RowSetMetaData]
public void
setSearchable
(int columnIndex, boolean property)
throws
SQLException
[Specified in RowSetMetaData]
public void
setSigned
(int columnIndex, boolean property)
throws
SQLException
[Specified in RowSetMetaData]
public void
setTableName
(int columnIndex, String tableName)
throws
SQLException
[Specified in RowSetMetaData]
publicfinalstatic
int columnNoNulls
= "0"
[Inherited From RowSetMetaData]
NULL values.
publicfinalstatic
int columnNullable
= "1"
[Inherited From RowSetMetaData]
NULL values.
publicfinalstatic
int columnNullableUnknown
= "2"
[Inherited From RowSetMetaData]