Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.53 KB

File metadata and controls

49 lines (39 loc) · 1.53 KB
title supportsSchemasInIndexDefinitions Method | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.supportsSchemasInIndexDefinitions
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 55ce9e4f-6e3f-482a-93a5-b9ae1b91d7a3
caps.latest.revision 7
author MightyPen
ms.author genemi
manager craigg

supportsSchemasInIndexDefinitions Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public boolean supportsSchemasInIndexDefinitions()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class