ModeShape Distribution 3.5.0.Final

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

Packages that use ForeignKeyMetadata
org.modeshape.connector.meta.jdbc   
 

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

Methods in org.modeshape.connector.meta.jdbc that return types with arguments of type ForeignKeyMetadata
 List<ForeignKeyMetadata> MetadataCollector.getForeignKeys(Connection conn, String catalogName, String schemaName, String tableName, String fkColumnName)
          Return the list of foreign keys import by a table that currently exist in the database to which connection is connected within the named catalog (if catalogName is non-null), named schema (if schemaName is non-null), and named table.
 List<ForeignKeyMetadata> JdbcMetadataCollector.getForeignKeys(Connection conn, String catalogName, String schemaName, String tableName, String fkColumnName)
           
 


ModeShape Distribution 3.5.0.Final

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