Package | Description |
---|---|
net.sf.jailer.datamodel | |
net.sf.jailer.modelbuilder | |
net.sf.jailer.util |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Column,Column> |
Association.createSourceToDestinationKeyMapping(java.util.Set<Pair<Column,Column>> assignments)
Maps source-columns to destination-columns, if this represents an
equi-join.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Pair<Table,Column>,java.lang.String> |
ModelElementFinder.getComments()
Finds comments for all model elements.
|
java.util.Map<Pair<Table,Column>,java.lang.String> |
JDBCMetaDataBasedModelElementFinder.getComments()
Finds comments for all model elements.
|
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.Integer,java.lang.Long> |
SqlScriptExecutor.executeScript(java.lang.String scriptFileName)
Reads in and executes a SQL-script.
|
Pair<java.lang.Integer,java.lang.Long> |
SqlScriptExecutor.executeScript(java.lang.String scriptFileName,
boolean transactional)
Reads in and executes a SQL-script.
|
static Pair<java.lang.Integer,java.lang.Long> |
SqlScriptExecutor.getLastStatementCount() |