| title | getSuperTables Method (SQLServerDatabaseMetaData) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.technology | connectivity | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 085461de-367b-4832-88aa-010813d2bc41 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Retrieves a description of the table hierarchies that are defined in a particular schema in this database.
Note
This method is not currently supported with the [!INCLUDEjdbcNoVersion]. 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 Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class