Uses of Class
org.modeshape.connector.meta.jdbc.TableMetadata

Packages that use TableMetadata
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
 

Uses of TableMetadata in org.modeshape.connector.meta.jdbc
 

Methods in org.modeshape.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)
          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).
 



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