Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.25 KB

File metadata and controls

39 lines (29 loc) · 1.25 KB
title nullPlusNonNullIsNull Method (SQLServerDatabaseMetaData)
description nullPlusNonNullIsNull Method (SQLServerDatabaseMetaData)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDatabaseMetaData.nullPlusNonNullIsNull
apitype Assembly

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