isCaseSensitive Method (SQLServerResultSetMetaData)
Indicates whether a column is case-sensitive.
public boolean isCaseSensitive(int column)
Parametri
column
An int that indicates the column index.
Valore restituito
true if the column is case sensitive. Otherwise, false.
Eccezioni
Osservazioni
This isCaseSensitive method is specified by the isCaseSensitive method in the java.sql.ResultSetMetaData interface.
Vedere anche
Riferimento
SQLServerResultSetMetaData Class
Concetti
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members