| Package | Description |
|---|---|
| org.aksw.commons.util.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.Multimap<String,Index> |
JdbcUtils.fetchIndexes(DatabaseMetaData meta,
String catalog,
String schemaName,
String tableName,
boolean unique) |
com.google.common.collect.Multimap<String,Index> |
Schema.getIndexes() |
| 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 © 2013. All Rights Reserved.