Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
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