| Package | Description |
|---|---|
| net.sf.jailer.database | |
| net.sf.jailer.datamodel | |
| net.sf.jailer.entitygraph.remote | |
| net.sf.jailer.importfilter |
| Modifier and Type | Field and Description |
|---|---|
protected Quoting |
DMLTransformer.quoting
For quoting of column names.
|
| Modifier and Type | Method and Description |
|---|---|
protected Quoting |
DMLTransformer.createQuoting(Session session) |
| Modifier and Type | Method and Description |
|---|---|
String |
PrimaryKey.columnList(String prefix,
Quoting quoting)
Creates a comma-separated list of column names.
|
Document |
Table.getDefaultXmlTemplate(Quoting quoting)
Gets default template for XML exports as DOM.
|
Document |
Table.getXmlTemplateAsDocument(Quoting quoting)
Gets template for XML exports as DOM.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
RemoteEntityGraph.filteredSelectionClause(Table table,
String columnPrefix,
Quoting quoting,
boolean appylImportFilter)
Gets select clause for reading rows of given type
with respect of the column filters.
|
protected String |
RemoteEntityGraph.prefixColumnName(String prefix,
Quoting quoting,
Column column)
Adds a prefix to a column name.
|
| Constructor and Description |
|---|
ImportFilterManager(Session localSession,
OutputStreamWriter result,
Set<Table> progress,
Quoting targetQuoting,
ExecutionContext executionContext)
Constructor.
|