Uses of Interface
org.modeshape.connector.meta.jdbc.MetadataCollector

Packages that use MetadataCollector
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 MetadataCollector in org.modeshape.connector.meta.jdbc
 

Classes in org.modeshape.connector.meta.jdbc that implement MetadataCollector
 class JdbcMetadataCollector
          Default MetadataCollector implementation that uses the built-in JDBC support for collecting database metadata.
 class SqlServerMetadataCollector
          The Microsoft SQL Server JDBC drivers return a list of users from the DatabaseMetaData.getSchemas() method instead of the actual schemas.
 

Methods in org.modeshape.connector.meta.jdbc that return MetadataCollector
 MetadataCollector JdbcMetadataSource.getMetadataCollector()
          Returns the metadata collector instance
 



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