Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.49 KB

File metadata and controls

46 lines (36 loc) · 1.49 KB
title supportsSchemasInPrivilegeDefinitions Method | 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.supportsSchemasInPrivilegeDefinitions
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 2957af1d-62d6-4375-b214-bbba9aafcc2d
author MightyPen
ms.author genemi
manager jroth

supportsSchemasInPrivilegeDefinitions Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether a schema name can be used in a privilege definition statement.

Syntax

  
public boolean supportsSchemasInPrivilegeDefinitions()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class