Package | Description |
---|---|
com.raffaeleconforti.foreignkeydiscovery | |
com.raffaeleconforti.foreignkeydiscovery.databasestructure |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Table> |
DatabaseCreator.getSetOfTables() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Couple<ForeignKey,java.lang.Double>> |
ForeignKeyDiscoverer.discoverForeignKey(java.util.Set<Table> setOfTables,
java.util.Set<Column> setOfColumns,
java.util.Set<PrimaryKey> singleColumnPrimaryKeys,
java.util.Set<PrimaryKey> multiColumnPrimaryKeys,
double inclusionThreshold,
int k,
int numberOfQuantiles) |
Modifier and Type | Method and Description |
---|---|
int |
Table.compareTo(Table table) |