Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.46 KB

File metadata and controls

51 lines (41 loc) · 1.46 KB
title nullPlusNonNullIsNull Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDatabaseMetaData.nullPlusNonNullIsNull
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid c594736f-3a9b-463f-bbd8-eaf9221230ea
caps.latest.revision 8
author MightyPen
ms.author genemi
manager craigg

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