|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableMetadata | |
---|---|
org.jboss.dna.connector.meta.jdbc |
Uses of TableMetadata in org.jboss.dna.connector.meta.jdbc |
---|
Methods in org.jboss.dna.connector.meta.jdbc that return types with arguments of type TableMetadata | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |