Modifier and Type | Class and Description |
---|---|
class |
SELECT
The Class SELECT.
|
Modifier and Type | Method and Description |
---|---|
TableExpression |
DELETE.SuperConditionalQuery.getTable() |
TableExpression |
UPDATE.SuperConditionalQuery.getTable() |
TableExpression |
SELECT.getTable() |
TableExpression |
SELECT.SuperConditionalQuery.getTable() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
DbmsDMLAssembler.assembleTableExpression(TableExpression tableExpression,
StringBuilder sb,
int indentLevel,
int flags) |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
StandardDMLAssembler.assembleTableExpression(TableExpression tableExpression,
StringBuilder sb,
int indentLevel,
int flags) |
Modifier and Type | Field and Description |
---|---|
protected TableExpression |
JoinClause.table
The table.
|
Modifier and Type | Method and Description |
---|---|
TableExpression |
SqlColumn.getOwner()
Gets the owner.
|
TableExpression |
FROM.getTable()
Getter of the property table.
|
TableExpression |
JoinClause.getTable()
Getter of the property table.
|
Modifier and Type | Method and Description |
---|---|
JoinClause |
FROM.INNER_JOIN(TableExpression table,
Object joinCondition) |
JoinClause |
JoinClause.INNER_JOIN(TableExpression table,
Object joinCondition) |
JoinClause |
FROM.LEFT_JOIN(TableExpression table,
Object joinCondition) |
JoinClause |
JoinClause.LEFT_JOIN(TableExpression table,
Object joinCondition) |
JoinClause |
FROM.OUTER_JOIN(TableExpression table,
Object joinCondition) |
JoinClause |
JoinClause.OUTER_JOIN(TableExpression table,
Object joinCondition) |
JoinClause |
FROM.RIGHT_JOIN(TableExpression table,
Object joinCondition) |
JoinClause |
JoinClause.RIGHT_JOIN(TableExpression table,
Object joinCondition) |
void |
SqlColumn.setOwner(TableExpression owner)
Sets the owner.
|
void |
SqlField.setOwner(TableExpression owner) |
void |
FROM.setTable(TableExpression table)
Setter of the property table.
|
void |
JoinClause.setTable(TableExpression table)
Setter of the property table.
|
Constructor and Description |
---|
FROM(TableExpression table)
Instantiates a new fROM.
|
INNER_JOIN(FROM parentFromClause,
TableExpression table,
Object joinCondition)
Instantiates a new iNNE r_ join.
|
INNER_JOIN(TableExpression table,
Object joinCondition)
Instantiates a new iNNE r_ join.
|
JoinClause(FROM parentFromClause,
TableExpression table,
Object joinCondition)
Instantiates a new join clause.
|
JoinClause(TableExpression table,
Object joinCondition)
Instantiates a new join clause.
|
LEFT_JOIN(FROM parentFromClause,
TableExpression table,
Object joinCondition)
Instantiates a new lEF t_ join.
|
LEFT_JOIN(TableExpression table,
Object joinCondition)
Instantiates a new lEF t_ join.
|
OUTER_JOIN(FROM parentFromClause,
TableExpression table,
Object joinCondition)
Instantiates a new oUTE r_ join.
|
OUTER_JOIN(TableExpression table,
Object joinCondition)
Instantiates a new oUTE r_ join.
|
RIGHT_JOIN(FROM parentFromClause,
TableExpression table,
Object joinCondition)
Instantiates a new rIGH t_ join.
|
RIGHT_JOIN(TableExpression table,
Object joinCondition)
Instantiates a new rIGH t_ join.
|
SqlColumn(TableExpression owner,
Object columnName)
Instantiates a new sql column.
|
SqlColumn(TableExpression owner,
String columnName)
Instantiates a new sql column.
|
SqlStar(TableExpression owner)
Instantiates a new sql star.
|
Modifier and Type | Method and Description |
---|---|
TableExpression |
TableExpression.AS(String newAlias)
AS.
|
Modifier and Type | Method and Description |
---|---|
static String |
TableExpression.Utils.getAlias(TableExpression tableExpression)
Gets the alias.
|
static DatabaseGateway<?> |
TableExpression.Utils.getDatabaseGateway(TableExpression tableExpression)
Gets the database gateway.
|
J |
Joining.INNER_JOIN(TableExpression table,
Object joinCondition)
INNE r_ join.
|
J |
Joining.LEFT_JOIN(TableExpression table,
Object joinCondition)
LEF t_ join.
|
J |
Joining.OUTER_JOIN(TableExpression table,
Object joinCondition)
OUTE r_ join.
|
J |
Joining.RIGHT_JOIN(TableExpression table,
Object joinCondition)
RIGH t_ join.
|
static SqlTableIdentity |
TableExpression.Utils.toSqlTableIdentity(TableExpression tableExpression)
Use with care, as this method swallows ClassCastExceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
PROCEDURE_ResultSet |
Modifier and Type | Method and Description |
---|---|
TableExpression |
PROCEDURE_ResultSet.AS(String newAlias) |
Modifier and Type | Class and Description |
---|---|
class |
SqlDdlTable
The Class SqlDdlTable.
|
class |
SqlTable
The Class SqlTable.
|
class |
SqlTableIdentity
The Class SqlTableIdentity.
|
class |
SqlTMPTable
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TableExpression |
TableQuery.getTable() |
Modifier and Type | Method and Description |
---|---|
ConditionalTableQuery |
ConditionalTableQuery.FROM(TableExpression table) |
ConditionalTableQuery.Implementation |
ConditionalTableQuery.Implementation.FROM(TableExpression table)
FROM.
|
ConditionalTableQuery |
ConditionalTableQuery.INNER_JOIN(TableExpression table,
Object joinCondition) |
ConditionalTableQuery.Implementation |
ConditionalTableQuery.Implementation.INNER_JOIN(TableExpression table,
Object joinCondition)
Adds an INNER JOIN and sets the last condition to the newly added join.
|
ConditionalTableQuery |
ConditionalTableQuery.LEFT_JOIN(TableExpression table,
Object joinCondition) |
ConditionalTableQuery.Implementation |
ConditionalTableQuery.Implementation.LEFT_JOIN(TableExpression table,
Object joinCondition)
Adds a LEFT JOIN and sets the last condition to the newly added join.
|
ConditionalTableQuery |
ConditionalTableQuery.OUTER_JOIN(TableExpression table,
Object joinCondition) |
ConditionalTableQuery.Implementation |
ConditionalTableQuery.Implementation.OUTER_JOIN(TableExpression table,
Object joinCondition)
Adds an OUTER JOIN and sets the last condition to the newly added join.
|
ConditionalTableQuery |
ConditionalTableQuery.RIGHT_JOIN(TableExpression table,
Object joinCondition) |
ConditionalTableQuery.Implementation |
ConditionalTableQuery.Implementation.RIGHT_JOIN(TableExpression table,
Object joinCondition)
Adds a RIGHT JOIN and sets the last condition to the newly added join.
|
Copyright © 2003–2021 XDEV Software. All rights reserved.