Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
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