Uses of Class
org.aksw.commons.util.jdbc.PrimaryKey
Packages that use PrimaryKey
-
Uses of PrimaryKey in org.aksw.commons.util.jdbc
Methods in org.aksw.commons.util.jdbc that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionstatic Map<String,PrimaryKey> JdbcUtils.fetchPrimaryKeys(Connection conn) static Map<String,PrimaryKey> JdbcUtils.fetchPrimaryKeys(DatabaseMetaData meta, String catalog) static Map<String,PrimaryKey> JdbcUtils.fetchPrimaryKeys(DatabaseMetaData meta, String catalog, String schema, Iterable<String> tables) static Map<String,PrimaryKey> JdbcUtils.fetchPrimaryKeys(DatabaseMetaData meta, String catalog, String schema, String table) Schema.getPrimaryKeys()