Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.dbms | |
com.xdev.jadoth.sqlengine.dbms.standard | |
com.xdev.jadoth.sqlengine.internal | |
xdev.db.sql |
Modifier and Type | Field and Description |
---|---|
static SqlExpression |
SQL.CURRENT_CATALOG
The Constant CURRENT_CATALOG.
|
static SqlExpression |
SQL.CURRENT_SCHEMA
The Constant CURRENT_SCHEMA.
|
static SqlExpression |
SQL.CURRENT_TIME
The Constant CURRENT_TIME.
|
static SqlExpression |
SQL.CURRENT_TIMESTAMP
The Constant CURRENT_TIMESTAMP.
|
static SqlExpression |
SQL.CURRENT_USER
The Constant CURRENT_USER.
|
static SqlExpression |
SQL.FALSE
The Constant FALSE.
|
static SqlExpression |
SQL.NULL
The Constant NULL.
|
static SqlExpression |
SQL.STAR
The Constant STAR.
|
static SqlExpression |
SQL.TRUE
The Constant TRUE.
|
Modifier and Type | Method and Description |
---|---|
static SqlExpression |
SQL.exp(Object o)
Exp.
|
static SqlExpression |
SQL.util.parseExpression(Object obj)
Parses the expression.
|
static SqlExpression[] |
SQL.util.parseExpressionArray(Object... objects)
Parses the expression array.
|
SqlExpression |
SELECT.toSqlExpression()
To sql expression.
|
Modifier and Type | Method and Description |
---|---|
void |
DbmsDMLAssembler.assembleExpression(SqlExpression expression,
StringBuilder sb,
int indentLevel,
int flags)
Assemble expression.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardDMLAssembler.assembleExpression(SqlExpression expression,
StringBuilder sb,
int indentLevel,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
AliasedExpression
The Class AliasedExpression.
|
class |
DISTINCT |
class |
DoubleQuotedExpression
The Class DoubleQuotedExpression.
|
class |
QuotedExpression
The Class QuotedExpression.
|
class |
SqlAggregateAVG
The Class SqlAggregateAVG.
|
class |
SqlAggregateCOLLECT
The Class SqlAggregateCOLLECT.
|
class |
SqlAggregateCOUNT
The Class SqlAggregateCOUNT.
|
class |
SqlAggregateFUSION
The Class SqlAggregateFUSION.
|
class |
SqlAggregateINTERSECTION
The Class SqlAggregateINTERSECTION.
|
class |
SqlAggregateMAX
The Class SqlAggregateMAX.
|
class |
SqlAggregateMin
The Class SqlAggregateMin.
|
class |
SqlAggregateSUM
The Class SqlAggregateSUM.
|
class |
SqlBoolean
The Class SqlBoolean.
|
class |
SqlBooleanFunction
The Class SqlBooleanFunction.
|
class |
SqlColumn
The Class SqlColumn.
|
class |
SqlConcatenation
The Class SqlConcatenation.
|
class |
SqlDate
The Class SqlDate.
|
class |
SqlField
The Class SqlField.
|
class |
SqlFunction
The Class SqlFunction.
|
class |
SqlFunctionABS
The Class SqlFunctionABS.
|
class |
SqlFunctionCASE
The Class SqlFunctionCASE.
|
class |
SqlFunctionCAST
The Class SqlFunctionCAST.
|
class |
SqlFunctionCOALESCE
The Class SqlFunctionCOALESCE.
|
class |
SqlFunctionMOD
The Class SqlFunctionMOD.
|
class |
SqlFunctionROW_NUMBER
The Class SqlFunctionROW_NUMBER.
|
class |
SqlFunctionSUBSTRING
The Class SqlFunctionSUBSTRING.
|
class |
SqlIdentifier
The Class SqlIdentifier.
|
class |
SqlOperation
The Class SqlOperation.
|
class |
SqlStar
The Class SqlStar.
|
class |
SqlTime
The Class SqlTime.
|
class |
SqlTimestamp
The Class SqlTimestamp.
|
class |
SqlxAggregateCOLLECT_asString
The Class SqlxAggregateCOLLECT_asString.
|
class |
SqlxFunctionCOALESCE_dual
The Class SqlxFunctionCOALESCE_dual.
|
class |
SqlxFunctionCONCAT
The Class SqlxFunctionCONCAT.
|
class |
SqlxFunctionROUND
The Class SqlxFunctionROUND.
|
class |
SqlxFunctionTO_CHAR
The Class SqlxFunctionTO_CHAR.
|
class |
SqlxFunctionTO_NUMBER
The Class SqlxFunctionTO_NUMBER.
|
Modifier and Type | Field and Description |
---|---|
protected SqlExpression |
SqlComparison.lefthandExpression
The lefthand expression.
|
protected SqlExpression[] |
SqlFunction.parameters
The parameters.
|
protected SqlExpression[] |
SqlComparison.righthandExpressions
The righthand expressions.
|
Modifier and Type | Method and Description |
---|---|
SqlExpression |
SqlExpression.AS(String alias)
AS.
|
SqlExpression |
SqlExpression.copy() |
SqlExpression |
SqlExpression.copyAS(String alias)
Copy as.
|
SqlExpression |
SqlConditionBETWEEN.getLowerBoundExpression()
Gets the lower bound expression.
|
SqlExpression[] |
SqlFunction.getParameters()
Gets the parameters.
|
SqlExpression |
SqlConditionBETWEEN.getUpperBoundExpression()
Gets the upper bound expression.
|
SqlExpression |
SqlConditionBETWEEN.getValueExpression()
Gets the value expression.
|
Modifier and Type | Method and Description |
---|---|
static String |
QueryPart.concatSqlExpressions(DbmsDMLAssembler<?> dmlAssembler,
StringBuilder sb,
int indentLevel,
int flags,
String concatenator,
SqlExpression... parts)
Concat sql expressions.
|
Constructor and Description |
---|
SqlConditionNOT(SqlExpression owner,
SqlCondition comparison)
Instantiates a new sql condition not.
|
SqlExpression(SqlExpression copySource) |
Modifier and Type | Field and Description |
---|---|
protected SqlExpression |
Expression.delegate |
Copyright © 2003–2021 XDEV Software. All rights reserved.