Indicates the nullability of values in the designated column.
public int isNullable(int column)
Parameters
column
An integer that indicates the column index.
Return Value
True if the column can be null. Otherwise, false.
Exceptions
Remarks
This isNullable method is specified by the isNullable method in the java.sql.ResultSetMetaData interface.