Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.internal | |
com.xdev.jadoth.sqlengine.internal.tables |
Modifier and Type | Method and Description |
---|---|
static SqlCondition |
SQL.condition(Object expression)
Wraps the given expression object as an
SqlCondition instance.If the object itself is already a SqlCondition , it is returned right away. |
static SqlCondition |
SQL.util.parseCondition(Object object)
Parses the condition.
|
Modifier and Type | Method and Description |
---|---|
static SqlConditionNOT |
SQL.NOT(SqlCondition condition)
NOT.
|
Modifier and Type | Class and Description |
---|---|
class |
AND
The Class AND.
|
class |
OR
The Class OR.
|
class |
SqlBooleanArithmeticCondition
The Class SqlBooleanArithmeticCondition.
|
class |
SqlBooleanTerm
The Class SqlBooleanTerm.
|
class |
SqlComparison
The Class SqlComparison.
|
class |
SqlConditionBETWEEN
The Class SqlConditionBETWEEN.
|
class |
SqlConditionEXISTS
The Class SqlConditionEXISTS.
|
class |
SqlConditionIN
The Class SqlConditionIN.
|
class |
SqlConditionLIKE
The Class SqlConditionLIKE.
|
class |
SqlConditionNOT
The Class SqlConditionNOT.
|
class |
SqlxConditionCONTAINS
The Class SqlxConditionCONTAINS.
|
Modifier and Type | Field and Description |
---|---|
protected SqlCondition |
JoinClause.joinCondition
The join condition.
|
Modifier and Type | Method and Description |
---|---|
SqlCondition |
SqlCondition.copy()
Note that this does CANNOT copy the
nextCondition internally due to consistency reasons. |
SqlCondition |
SqlCondition.copy(Boolean copyDeepNextCondition) |
protected static SqlCondition |
SqlCondition.copy(SqlCondition sqlConditionToCopy,
Boolean copyDeepNextCondition) |
SqlCondition |
SqlBooleanArithmeticCondition.getCondition()
Gets the condition.
|
SqlCondition |
JoinClause.getJoinCondition()
Gets the join condition.
|
SqlCondition |
SqlCondition.OR(Object orCondition)
OR.
|
Modifier and Type | Method and Description |
---|---|
protected static SqlCondition |
SqlCondition.copy(SqlCondition sqlConditionToCopy,
Boolean copyDeepNextCondition) |
void |
JoinClause.setJoinCondition(SqlCondition joinCondition)
Sets the join condition.
|
Constructor and Description |
---|
SqlCondition(SqlCondition copySource,
SqlBooleanArithmeticCondition nextCondition) |
SqlConditionNOT(SqlExpression owner,
SqlCondition comparison)
Instantiates a new sql condition not.
|
Modifier and Type | Field and Description |
---|---|
protected SqlCondition |
SqlTrigger.when
The when.
|
Modifier and Type | Method and Description |
---|---|
SqlCondition |
SqlTrigger.getWhen()
Gets the when.
|
Modifier and Type | Method and Description |
---|---|
static SqlTrigger |
SqlTrigger.create(String name,
SqlTrigger.Time time,
SqlTrigger.Event event,
SqlTableIdentity table,
Object action,
String oldRowAlias,
String newRowAlias,
SqlCondition when)
Creates the.
|
void |
SqlTrigger.setWhen(SqlCondition when)
Sets the when.
|
SqlTrigger |
SqlTrigger.WHEN(SqlCondition when)
WHEN.
|
Copyright © 2003–2021 XDEV Software. All rights reserved.