getCatalogName
public String getCatalogName(int column)
throws SQLException
getColumn
(package private) ColInfo getColumn(int column)
throws SQLException
Return the column descriptor given a column index.
column
- The column index (from 1 .. n).
- The column descriptor as a
ColInfo
.
getColumnClassName
public String getColumnClassName(int column)
throws SQLException
getColumnCount
public int getColumnCount()
throws SQLException
getColumnDisplaySize
public int getColumnDisplaySize(int column)
throws SQLException
getColumnLabel
public String getColumnLabel(int column)
throws SQLException
getColumnName
public String getColumnName(int column)
throws SQLException
getColumnType
public int getColumnType(int column)
throws SQLException
getColumnTypeName
public String getColumnTypeName(int column)
throws SQLException
getPrecision
public int getPrecision(int column)
throws SQLException
getScale
public int getScale(int column)
throws SQLException
getSchemaName
public String getSchemaName(int column)
throws SQLException
getTableName
public String getTableName(int column)
throws SQLException
isAutoIncrement
public boolean isAutoIncrement(int column)
throws SQLException
isCaseSensitive
public boolean isCaseSensitive(int column)
throws SQLException
isCurrency
public boolean isCurrency(int column)
throws SQLException
isDefinitelyWritable
public boolean isDefinitelyWritable(int column)
throws SQLException
isNullable
public int isNullable(int column)
throws SQLException
isReadOnly
public boolean isReadOnly(int column)
throws SQLException
isSearchable
public boolean isSearchable(int column)
throws SQLException
isSigned
public boolean isSigned(int column)
throws SQLException
isWritable
public boolean isWritable(int column)
throws SQLException