Uses of Class
org.aksw.commons.util.jdbc.ForeignKey
Packages that use ForeignKey
-
Uses of ForeignKey in org.aksw.commons.util.jdbc
Methods in org.aksw.commons.util.jdbc that return types with arguments of type ForeignKeyModifier and TypeMethodDescriptionstatic com.google.common.collect.Multimap<String, ForeignKey> JdbcUtils.fetchForeignKeys(Connection conn) static com.google.common.collect.Multimap<String, ForeignKey> JdbcUtils.fetchForeignKeys(DatabaseMetaData meta, String catalog) static com.google.common.collect.Multimap<String, ForeignKey> JdbcUtils.fetchForeignKeys(DatabaseMetaData meta, String catalog, String schema, Iterable<String> tables) static com.google.common.collect.Multimap<String, ForeignKey> JdbcUtils.fetchForeignKeys(DatabaseMetaData meta, String catalog, String schema, String table) com.google.common.collect.Multimap<String, ForeignKey> Schema.getForeignKeys()Constructor parameters in org.aksw.commons.util.jdbc with type arguments of type ForeignKey