java.lang.Object
javax.sql.rowset.RowSetMetaDataImpl
- All Implemented Interfaces:
- Serializable, ResultSetMetaData, RowSetMetaData
- See Also:
- Source Code
public String getCatalogName(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getColumnClassName(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getColumnCount()
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getColumnDisplaySize(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getColumnLabel(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getColumnName(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getColumnType(int columnIndex)
throws SQLException
- See Also:
Types
, ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getColumnTypeName(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getPrecision(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getScale(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getSchemaName(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getTableName(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isAutoIncrement(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isCaseSensitive(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isCurrency(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isDefinitelyWritable(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int isNullable(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isReadOnly(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isSearchable(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isSigned(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isWritable(int columnIndex)
throws SQLException
- See Also:
- ResultSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RowSetMetaDataImpl()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAutoIncrement(int columnIndex,
boolean property)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCaseSensitive(int columnIndex,
boolean property)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCatalogName(int columnIndex,
String catalogName)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setColumnCount(int columnCount)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setColumnDisplaySize(int columnIndex,
int size)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setColumnLabel(int columnIndex,
String label)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setColumnName(int columnIndex,
String columnName)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setColumnType(int columnIndex,
int SQLType)
throws SQLException
- See Also:
Types
, RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setColumnTypeName(int columnIndex,
String typeName)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCurrency(int columnIndex,
boolean property)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setNullable(int columnIndex,
int property)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setPrecision(int columnIndex,
int precision)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setScale(int columnIndex,
int scale)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setSchemaName(int columnIndex,
String schemaName)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setSearchable(int columnIndex,
boolean property)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setSigned(int columnIndex,
boolean property)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTableName(int columnIndex,
String tableName)
throws SQLException
- See Also:
- RowSetMetaData
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples