ResultSetMetaData.isSearchable

ResultSetMetaData.isSearchable

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean isSearchable( int column ) throws SQLException
Parameters
column
the first column is 1, the second is 2, ...
Returns
true if so
Description
Can the column be used in a where clause?

Exceptions
SQLException if a database-access error occurs.