Returns the name of the catalog for the specified column. Returns "".
Parameters: column - The column to get the catalog for The catalog name (always "") exception: SQLException - Thrown if there is a problem
Returns the name of the class for the specified column. Always returns
String.
Parameters: column - The column number The name of the class for the requested column exception: SQLException - Thrown if there was a problem
Returns the display column size for the specified column. Always returns 20.
Parameters: column - The column to get the size of The size of the requested column exception: SQLException - Thrown if there is a problem.
Returns the label for the specified column
Parameters: column - The column to get the label for the label for the specified column exception: SQLException - Thrown if there is a problem
Returns the name of the specified column
Parameters: column - The column to get the name of The name of the column exception: SQLException - Thrown if there is a problem
Gets the auto increment falg for the specfied column.
Parameters: column - The column to get the flag for The autoIncrement flag (always false) exception: SQLException - Thrown if there is a problem
Returns the case sensitivity flag for the specfied column
Parameters: column - The column to return the flag for The caseSensitive flag (always false) exception: SQLException - Thrown if there is a problem
Returns the currency flag for the specified column
Parameters: column - The column to get the flag for The currency flag (always false) exception: SQLException - Thrown if there is a problem
isDefinitelyWritable
public boolean isDefinitelyWritable(int column) throws SQLException(Code)
Parameters: column - is number of column throws: SQLException - false
Returns the nullable flag for the specfied column
Parameters: column - The column to return the flag for The nullable flag (always unknown) exception: SQLException - Thrown if there is a problem
Returns the searchable flag for the specified column
Parameters: column - the column to return the flag form The searchable flag (always false) exception: SQLException - Thrown if there is a problem
Returns the signed flag for the specfied column
Parameters: column - The column to return the flag for The signed flag (always false) exception: SQLException - Thrown if there is a problem