Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.57 KB

File metadata and controls

50 lines (40 loc) · 1.57 KB
title supportsSchemasInPrivilegeDefinitions Method | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDatabaseMetaData.supportsSchemasInPrivilegeDefinitions
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 2957af1d-62d6-4375-b214-bbba9aafcc2d
caps.latest.revision 6
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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