public class ScopedDatabaseMetaData extends Object
| Constructor and Description |
|---|
ScopedDatabaseMetaData(DatabaseMetaData databaseMetaData,
String catalog,
String schemaPattern) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getColumns(String tableNamePattern) |
ResultSet |
getColumns(String tableNamePattern,
String columnNamePattern) |
ResultSet |
getExportedKeys(String tableNamePattern) |
ResultSet |
getImportedKeys(String tableNamePattern) |
ResultSet |
getPrimaryKeys(String tableNamePattern) |
ResultSet |
getTables(String tableNamePattern) |
ResultSet |
getTables(String tableNamePattern,
String... tableTypes) |
public ScopedDatabaseMetaData(DatabaseMetaData databaseMetaData, String catalog, String schemaPattern)
public ResultSet getTables(String tableNamePattern) throws SQLException
SQLExceptionpublic ResultSet getTables(String tableNamePattern, String... tableTypes) throws SQLException
SQLExceptionpublic ResultSet getColumns(String tableNamePattern) throws SQLException
SQLExceptionpublic ResultSet getColumns(String tableNamePattern, String columnNamePattern) throws SQLException
SQLExceptionpublic ResultSet getExportedKeys(String tableNamePattern) throws SQLException
SQLExceptionpublic ResultSet getImportedKeys(String tableNamePattern) throws SQLException
SQLExceptionpublic ResultSet getPrimaryKeys(String tableNamePattern) throws SQLException
SQLExceptionCopyright © 2011–2022 Link Intersystems GmbH. All rights reserved.