Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether this database supports concatenations between NULL and non-NULL values being NULL.
Syntax
public boolean nullPlusNonNullIsNull()
Return Value
true if the concatenations are supported. Otherwise, false.
Exceptions
Remarks
This nullPlusNonNullIsNull method is specified by the nullPlusNonNullIsNull method in the java.sql.DatabaseMetaData interface.
See Also
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class