supportsNonNullableColumns()
Syntax:
boolean supportsNonNullableColumns() throws SQLException
Description:
Retrieves whether columns in this database may be defined as non-nullable.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs