Uses of Class
org.aksw.commons.util.jdbc.PrimaryKey
-
Packages that use PrimaryKey Package Description org.aksw.commons.util.jdbc -
-
Uses of PrimaryKey in org.aksw.commons.util.jdbc
Methods in org.aksw.commons.util.jdbc that return types with arguments of type PrimaryKey Modifier and Type Method Description static 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)Map<String,PrimaryKey>Schema. getPrimaryKeys()
-