Package | Description |
---|---|
com.xdev.jadoth.sqlengine.internal |
Modifier and Type | Class and Description |
---|---|
class |
AND
The Class AND.
|
class |
OR
The Class OR.
|
Modifier and Type | Field and Description |
---|---|
protected SqlBooleanArithmeticCondition |
SqlCondition.nextCondition
The next condition.
|
Modifier and Type | Method and Description |
---|---|
abstract SqlBooleanArithmeticCondition |
SqlBooleanArithmeticCondition.copy() |
abstract SqlBooleanArithmeticCondition |
SqlBooleanArithmeticCondition.copy(Boolean copyDeepNextCondition) |
SqlBooleanArithmeticCondition |
SqlCondition.getNextCondition()
Gets the next condition.
|
Modifier and Type | Method and Description |
---|---|
protected C |
ConditionClause.addCondition(SqlBooleanArithmeticCondition conditionClause)
Adds the condition.
|
Constructor and Description |
---|
AND(AND copySource,
SqlBooleanArithmeticCondition nextCondition) |
OR(OR copySource,
SqlBooleanArithmeticCondition nextCondition) |
SqlBooleanArithmeticCondition(SqlBooleanArithmeticCondition copySource,
SqlBooleanArithmeticCondition nextCondition) |
SqlBooleanTerm(Object expression,
SqlBooleanArithmeticCondition nextCondition)
Instantiates a new sql boolean term.
|
SqlBooleanTerm(Object expression,
SqlBooleanArithmeticCondition nextCondition,
boolean parenthesis)
Instantiates a new sql boolean term.
|
SqlCondition(SqlCondition copySource,
SqlBooleanArithmeticCondition nextCondition) |
Copyright © 2003–2021 XDEV Software. All rights reserved.