| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractCondition<L extends Operand,O extends ConditionalOperator,R extends Operand> |
|
class |
AbstractCondition<L extends Operand,O extends ConditionalOperator,R extends Operand> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BooleanColumn |
|
class |
BooleanOperand |
|
class |
BooleanValue |
|
class |
Call |
|
class |
Case<T extends SafeSqlizable> |
|
static class |
Case.ConditionalCase |
|
static class |
Case.SimpleCase |
|
class |
Cast |
|
class |
Column |
|
class |
Compute |
|
class |
Concat |
|
class |
Constant |
|
class |
Literal |
|
class |
NamedOperand |
|
class |
Over |
|
class |
QueryOperand |
|
class |
Row |
|
protected class |
Template.TemplateOperand |
|
class |
UnaryCompute |
|
class |
Value |
| Modifier and Type | Method | Description |
|---|---|---|
protected Operand |
Template.create(SafeSqlizable[] parts) |
|
static Operand |
Column.distinct(Column column) |
|
Operand |
Template.generate(Operand... parameters) |
|
Operand[] |
Call.getArguments() |
|
Operand |
Compute.getLeftOperand() |
|
Operand |
Cast.getOperand() |
|
Operand |
NamedOperand.getOperand() |
|
Operand |
UnaryCompute.getOperand() |
|
Operand |
Compute.getRightOperand() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Operand> |
Row.getElements() |
|
java.util.List<Operand> |
Window.getPartition() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Case.add(T expression,
Operand result) |
|
static Compute |
Compute.add(Operand op1,
Operand op2) |
|
void |
Window.addPartition(Operand operand) |
|
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
double value) |
|
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
int value) |
|
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
java.lang.Object value) |
|
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
java.lang.String value) |
|
default WhereClause |
WhereClause.and(Operand operand1,
ComparisonOperator op,
Operand operand2) |
|
default WhereClause |
WhereClause.andIn(Operand operand,
Operand... values) |
|
default WhereClause |
WhereClause.andNotIn(Operand operand,
Operand... values) |
|
static Condition |
Condition.between(Operand left,
Operand low,
Operand high) |
|
static Case.ConditionalCase |
Case.create(Condition condition,
Operand result) |
|
static Case.ConditionalCase |
Case.create(Condition condition,
Operand result,
Operand elseOperand) |
|
static Case.SimpleCase |
Case.create(Operand expression,
Value value,
Operand result) |
|
static Case.SimpleCase |
Case.create(Operand expression,
Value value,
Operand result,
Operand elseOperand) |
|
static Condition |
Condition.create(Operand left,
ConditionalOperator operator,
Operand right) |
|
static Condition |
Condition.eq(Operand left,
Operand right) |
Create a equals condition '='
|
static Condition |
Condition.ge(Operand left,
Operand right) |
|
Operand |
Template.generate(Operand... parameters) |
|
static Condition |
Condition.in(Operand left,
java.util.List<Operand> values) |
|
static Condition |
Condition.in(Operand left,
Operand... values) |
|
static NullCondition |
NullCondition.is(Operand operand) |
|
static NullCondition |
NullCondition.isNot(Operand operand) |
|
static Condition |
Condition.isNotNull(Operand operand) |
|
static Condition |
Condition.isNull(Operand operand) |
|
static Condition |
Condition.le(Operand left,
Operand right) |
|
static Condition |
Condition.notBetween(Operand left,
Operand low,
Operand high) |
|
static Condition |
Condition.notIn(Operand left,
Operand... values) |
|
SelectQuery |
SelectQuery.select(Operand operand) |
|
SelectQuery |
SelectQuery.select(Operand operand,
Alias alias) |
|
void |
Case.setElse(Operand operand) |
|
static Compute |
Compute.sub(Operand op1,
Operand op2) |
| Modifier and Type | Method | Description |
|---|---|---|
static Condition |
Condition.in(Operand left,
java.util.List<Operand> values) |
|
void |
Window.setPartition(java.util.List<Operand> newPartitions) |
| Constructor | Description |
|---|---|
BooleanOperand(Operand operand) |
|
Call(java.lang.String functionName,
Operand... arguments) |
|
Cast(Operand operand,
java.lang.String sqlType) |
|
Compute(Operand operand1,
MathOperator op,
Operand operand2) |
|
Concat(Operand left,
Operand right) |
|
Concat(Operand left,
Operand right,
Operand... others) |
|
NamedOperand(Operand operand,
Alias alias) |
|
Row(Operand... elements) |
|
SimpleCase(Operand expression) |
|
SimpleCondition(Operand left,
ConditionalOperator operator,
Operand right) |
|
UnaryCompute(UnaryOperator operator,
Operand operand) |
| Constructor | Description |
|---|---|
Concat(java.util.Collection<? extends Operand> c) |
|
NamedWindow(java.lang.String name,
java.util.List<Operand> partition) |
|
Row(java.util.List<Operand> elements) |
|
Window(java.util.List<Operand> partition) |
Copyright © 2018. All rights reserved.