supportsSchemasInIndexDefinitions 方法 (SQLServerDatabaseMetaData)

下載 JDBC 驅動程式

擷取值,此值指出結構描述名稱是否可以用於索引定義陳述式。

語法

  
public boolean supportsSchemasInIndexDefinitions()  

傳回值

如果支援,則為 true。 否則為 false

例外狀況

SQLServerException

備註

這個 supportsSchemasInIndexDefinitions 方法是由 java.sql.DatabaseMetaData 介面中的 supportsSchemasInIndexDefinitions 方法指定。