public abstract int isNullable (int column) throws SQLException

Indicates the nullability of values in the designated column.

Parameters:
column    the first column is 1, the second is 2, ...

Returns:  the nullability status of the given column; one of columnNoNulls, columnNullable or columnNullableUnknown

Exceptions:
SQLException    if a database access error occurs