| 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(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() |
| Constructor and 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) |
Copyright © 2015. All rights reserved.