Retrieves a description of the table hierarchies that are defined in a particular schema in this database.
注意
This method is not currently supported with Microsoft SQL Server 2005 JDBC Driver. When used, this method will always return an empty result set.
public java.sql.ResultSet getSuperTables(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern)
參數
catalog
A String that contains the catalog name.
schemaPattern
A String that contains the schema name pattern.
tableNamePattern
A String that contains the table name pattern.
傳回值
A SQLServerResultSet object.
例外狀況
備註
This getSuperTables method is specified by the getSuperTables method in the java.sql.DatabaseMetaData interface.
另請參閱
參考
SQLServerDatabaseMetaData Class
概念
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members