Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.35 KB

File metadata and controls

44 lines (34 loc) · 1.35 KB
title nullPlusNonNullIsNull Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.nullPlusNonNullIsNull
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid c594736f-3a9b-463f-bbd8-eaf9221230ea
author David-Engel
ms.author v-daenge

nullPlusNonNullIsNull Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class