Uses of Class
org.jboss.dna.connector.meta.jdbc.TableMetadata

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)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.