Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.44 KB

File metadata and controls

45 lines (35 loc) · 1.44 KB
title supportsNonNullableColumns 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.supportsNonNullableColumns
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 7c32ea64-460e-4636-8a3b-07c8abeed687
author David-Engel
ms.author v-daenge

supportsNonNullableColumns Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether columns in this database can be defined as non-nullable.

Syntax

  
public boolean supportsNonNullableColumns()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class