Package | Description |
---|---|
org.modeshape.connector.meta.jdbc |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.