Retrieves whether columns in this database can be defined as non-nullable.

public boolean supportsNonNullableColumns()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

This supportsNonNullableColumns method is specified by the supportsNonNullableColumns method in the java.sql.DatabaseMetaData interface.

See Also