Indicates whether a column is case-sensitive.
public boolean isCaseSensitive(int column)
Parameters
column
An integer that indicates the column index.
Return Value
True if the column is case sensitive. Otherwise, false.
Exceptions
Remarks
This isCaseSensitive method is specified by the isCaseSensitive method in the java.sql.ResultSetMetaData interface.