Uses of Class
org.aksw.commons.util.jdbc.Relation
Packages that use Relation
-
Uses of Relation in org.aksw.commons.util.jdbc
Methods in org.aksw.commons.util.jdbc that return types with arguments of type RelationModifier and TypeMethodDescriptionJdbcUtils.fetchColumns(Connection conn) JdbcUtils.fetchColumns(Connection conn, String schema, String table) JdbcUtils.fetchColumns(DatabaseMetaData meta, String catalog) JdbcUtils.fetchColumns(DatabaseMetaData meta, String catalog, String schema, Iterable<String> tables) JdbcUtils.fetchColumns(DatabaseMetaData meta, String catalog, String schema, String table) Schema.getRelations()Constructor parameters in org.aksw.commons.util.jdbc with type arguments of type Relation