Uses of Interface
org.jboss.dna.connector.meta.jdbc.MetadataCollector

Packages that use MetadataCollector
org.jboss.dna.connector.meta.jdbc   
 

Uses of MetadataCollector in org.jboss.dna.connector.meta.jdbc
 

Classes in org.jboss.dna.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.jboss.dna.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.