| Modifier and Type | Method and Description |
|---|---|
String |
ImportFilterTransformer.transform(Column column,
String oldValue)
Transforms columns with import-
Filters into SQL-expressions. |
| Constructor and Description |
|---|
UpdateTransformer(Table table,
Set<Column> columns,
OutputStreamWriter scriptFileWriter,
int maxBodySize,
Session session,
DBMS targetDBMSConfiguration,
ImportFilterTransformer importFilterTransformer,
ExecutionContext executionContext)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
Column |
PKColumnFilterSource.column |
| Modifier and Type | Method and Description |
|---|---|
static Column |
Column.parse(String columnDeclaration)
Parses a column declaration in SQL syntax.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Column,Column> |
Association.createSourceToDestinationKeyMapping()
Maps source-columns to destination-columns, if this represents an
equi-join.
|
Map<Column,Column> |
Association.createSourceToDestinationKeyMapping()
Maps source-columns to destination-columns, if this represents an
equi-join.
|
List<Column> |
Table.getColumns()
Gets columns.
|
List<Column> |
PrimaryKey.getColumns()
Gets the primary-key columns.
|
List<Column> |
RowIdSupport.getColumns(Table table)
Gets the columns with additional rowid-column of a table
|
List<Column> |
Table.getSelectionClause(Session session)
Gets all non-virtual columns of the table in the order in which they are selected.
|
Map<Column,Column> |
PrimaryKey.match(PrimaryKey primaryKey)
Matches the columns with the columns of
primaryKey
s.t. each column of primaryKey is assigned to a
column of this PK with same type. |
Map<Column,Column> |
PrimaryKey.match(PrimaryKey primaryKey)
Matches the columns with the columns of
primaryKey
s.t. each column of primaryKey is assigned to a
column of this PK with same type. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PrimaryKey.isAssignable(Column uPKColumn,
Column entityColumn) |
static boolean |
PrimaryKey.isIncreasable(Column uPKColumn,
Column column) |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKey |
PrimaryKeyFactory.createPrimaryKey(List<Column> columns)
Constructs a new primary-key.
|
void |
Table.setColumns(List<Column> columns)
Sets columns.
|
| Constructor and Description |
|---|
PKColumnFilterSource(Table table,
Column column)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Clause.eval(Table table,
Column column)
Evaluates the clause for a given column.
|
abstract Object |
Clause.Subject.getSubject(Table table,
Column column) |
boolean |
FilterTemplate.matches(Table table,
Column column)
Checks if the template matches a given column.
|
| Modifier and Type | Method and Description |
|---|---|
abstract long |
EntityGraph.readUnfilteredEntityColumns(Table table,
List<Column> columns,
Session.ResultSetReader reader)
Reads some columns of all entities of a given table without using filters.
|
abstract void |
EntityGraph.updateEntities(Table table,
Set<Column> columns,
OutputStreamWriter scriptFileWriter,
DBMS targetConfiguration)
Updates columns of a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntraDatabaseEntityGraph.updateEntities(Table table,
Set<Column> columns,
OutputStreamWriter scriptFileWriter,
DBMS targetConfiguration)
Updates columns of a table.
|
| Modifier and Type | Method and Description |
|---|---|
long |
LocalEntityGraph.readUnfilteredEntityColumns(Table table,
List<Column> columns,
Session.ResultSetReader reader)
Reads some columns of all entities of a given table without using filters.
|
void |
LocalEntityGraph.updateEntities(Table table,
Set<Column> columns,
OutputStreamWriter scriptFileWriter,
DBMS targetConfiguration)
Updates columns of a table.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
RemoteEntityGraph.prefixColumnName(String prefix,
Quoting quoting,
Column column)
Adds a prefix to a column name.
|
| Modifier and Type | Method and Description |
|---|---|
long |
RemoteEntityGraph.readUnfilteredEntityColumns(Table table,
List<Column> columns,
Session.ResultSetReader reader)
Reads some columns of all entities of a given table without using filters.
|
void |
RemoteEntityGraph.updateEntities(Table table,
Set<Column> columns,
OutputStreamWriter scriptFileWriter,
DBMS targetConfiguration)
Updates columns of a table.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ImportFilterManager.transform(Column column,
String oldValue) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
JDBCMetaDataBasedModelElementFinder.findColumns(Table table,
Session session,
ExecutionContext executionContext)
|
List<Column> |
ModelElementFinder.findColumns(Table table,
Session session,
ExecutionContext executionContext)
|