Package | Description |
---|---|
com.raffaeleconforti.foreignkeydiscovery | |
com.raffaeleconforti.foreignkeydiscovery.databasestructure | |
com.raffaeleconforti.foreignkeydiscovery.util |
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 |
ForeignKey.compareTo(ForeignKey o) |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityPrimaryKeyConverter.getEntity(ForeignKey foreignKey) |