Modifier and Type | Method and Description |
---|---|
void |
ScriptEnhancer.addComments(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds comments to the script.
|
void |
HelperTableEnhancer.addComments(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addComments(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds nothing.
|
void |
ScriptEnhancer.addEpilog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds comments at bottom of the script.
|
void |
HelperTableEnhancer.addEpilog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addEpilog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds epilogs.
|
void |
ScriptEnhancer.addProlog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds statements at top of the script.
|
void |
HelperTableEnhancer.addProlog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addProlog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds prologs.
|
Modifier and Type | Method and Description |
---|---|
abstract EntityGraph |
EntityGraph.copy(int graphID,
Session session)
Copies an entity-graph.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityGraph.removeAll(EntityGraph other,
Table table) |
abstract void |
EntityGraph.uniteWith(EntityGraph graph)
Unites the graph with another one and deletes the other graph.
|
Modifier and Type | Class and Description |
---|---|
class |
IntraDatabaseEntityGraph
Specialized
RemoteEntityGraph for exporting data into a different
schema within the same database. |
Modifier and Type | Method and Description |
---|---|
EntityGraph |
IntraDatabaseEntityGraph.copy(int newGraphID,
Session session)
Copies an entity-graph.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalEntityGraph
Persistent graph of entities.
|
Modifier and Type | Method and Description |
---|---|
EntityGraph |
LocalEntityGraph.copy(int newGraphID,
Session globalSession)
Copies an entity-graph.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalEntityGraph.uniteWith(EntityGraph graph)
Unites the graph with another one and deletes the other graph.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteEntityGraph
Persistent graph of entities in the remote database.
|
Modifier and Type | Method and Description |
---|---|
EntityGraph |
RemoteEntityGraph.copy(int newGraphID,
Session session)
Copies an entity-graph.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteEntityGraph.uniteWith(EntityGraph graph)
Unites the graph with another one and deletes the other graph.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportFilterManager.fillAndWriteMappingTables(EntityGraph entityGraph,
JobManager jobManager,
java.io.OutputStreamWriter dmlResultWriter,
int numberOfEntities,
Session targetSession,
DBMS targetDBMSConfiguration)
Insert the values of columns with non-derived-import-filters into the local database.
|
Constructor and Description |
---|
Factory(javax.xml.transform.sax.TransformerHandler transformerHandler,
java.sql.DatabaseMetaData metaData,
EntityGraph entityGraph,
java.lang.String scriptFile,
java.lang.String datePattern,
java.lang.String timePattern,
java.lang.String timestampPattern,
Session session,
ExecutionContext executionContext)
Constructor.
|
Constructor and Description |
---|
XmlExportTransformer(java.io.OutputStream out,
java.lang.String commentHeader,
EntityGraph entityGraph,
java.util.Set<Table> totalProgress,
java.util.Set<Table> cyclicAggregatedTables,
java.lang.String rootTag,
java.lang.String datePattern,
java.lang.String timestampPattern,
Session session,
java.nio.charset.Charset charset,
ExecutionContext executionContext)
Constructor.
|