Uses of Class
org.aksw.commons.util.jdbc.Relation
-
Packages that use Relation Package Description org.aksw.commons.util.jdbc -
-
Uses of Relation in org.aksw.commons.util.jdbc
Methods in org.aksw.commons.util.jdbc that return types with arguments of type Relation Modifier and Type Method Description static Map<String,Relation>JdbcUtils. fetchColumns(Connection conn)static Map<String,Relation>JdbcUtils. fetchColumns(Connection conn, String schema, String table)static Map<String,Relation>JdbcUtils. fetchColumns(DatabaseMetaData meta, String catalog)static Map<String,Relation>JdbcUtils. fetchColumns(DatabaseMetaData meta, String catalog, String schema, Iterable<String> tables)static Map<String,Relation>JdbcUtils. fetchColumns(DatabaseMetaData meta, String catalog, String schema, String table)Map<String,Relation>Schema. getRelations()Constructor parameters in org.aksw.commons.util.jdbc with type arguments of type Relation Constructor Description Schema(Map<String,Relation> relations, Map<String,PrimaryKey> primaryKeys, com.google.common.collect.Multimap<String,ForeignKey> foreignKeys, com.google.common.collect.Multimap<String,Index> indexes)
-