Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.52 KB

File metadata and controls

49 lines (39 loc) · 1.52 KB
title supportsSchemasInIndexDefinitions Method (SQLServerDatabaseMetaData) | 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.supportsSchemasInIndexDefinitions
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 55ce9e4f-6e3f-482a-93a5-b9ae1b91d7a3
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard

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