Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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