Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.

public boolean nullPlusNonNullIsNull()

Return Value

True if the concatenations are supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also