Package | Description |
---|---|
org.modeshape.connector.meta.jdbc |
Modifier and Type | Method and Description |
---|---|
List<TableMetadata> |
MetadataCollector.getTables(Connection conn,
String catalogName,
String schemaName,
String tableName)
Return the list of tables that currently exist in the database to which
connection is connected within the named
catalog (if catalogName is non-null) and named schema (if schemaName is non-null). |
List<TableMetadata> |
JdbcMetadataCollector.getTables(Connection conn,
String catalogName,
String schemaName,
String tableName) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.