| Package | Description |
|---|---|
| org.aksw.commons.util.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,PrimaryKey> |
JdbcUtils.fetchPrimaryKeys(Connection conn) |
static Map<String,PrimaryKey> |
JdbcUtils.fetchPrimaryKeys(Connection conn,
Collection<String> tableNames) |
static Map<String,PrimaryKey> |
JdbcUtils.fetchPrimaryKeys(Connection conn,
String tableName) |
Map<String,PrimaryKey> |
Schema.getPrimaryKeys() |
| Constructor and Description |
|---|
Schema(Map<String,Relation> relations,
Map<String,PrimaryKey> primaryKeys,
com.google.common.collect.Multimap<String,ForeignKey> foreignKeys) |
Copyright © 2013. All Rights Reserved.