| Modifier and Type | Class and 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 and 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 and 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 |
UnaryCompute.getOperand() |
Operand |
NamedOperand.getOperand() |
Operand |
Cast.getOperand() |
Operand |
Compute.getRightOperand() |
| Modifier and Type | Method and Description |
|---|---|
List<Operand> |
Row.getElements() |
List<Operand> |
Window.getPartition() |
| Modifier and Type | Method and Description |
|---|---|
static Compute |
Compute.add(Operand op1,
Operand op2) |
void |
Case.add(T expression,
Operand result) |
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,
Object value) |
default WhereClause |
WhereClause.and(Operand operand1,
ComparisonOperator op,
Operand operand2) |
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
String value) |
default WhereClause |
WhereClause.andIn(Operand operand,
Operand... values) |
default WhereClause |
WhereClause.andIn(Operand operand,
Operand... values) |
default WhereClause |
WhereClause.andNotIn(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 Condition |
Condition.create(Operand left,
ConditionalOperator operator,
Operand right) |
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.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,
List<Operand> values) |
static Condition |
Condition.in(Operand left,
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) |
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 and Description |
|---|---|
static Condition |
Condition.in(Operand left,
List<Operand> values) |
void |
Window.setPartition(List<Operand> newPartitions) |
| Constructor and Description |
|---|
BooleanOperand(Operand operand) |
Call(String functionName,
Operand... arguments) |
Cast(Operand operand,
String sqlType) |
Compute(Operand operand1,
MathOperator op,
Operand operand2) |
Concat(Operand left,
Operand right) |
Concat(Operand left,
Operand right,
Operand... others) |
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 and Description |
|---|
NamedWindow(String name,
List<Operand> partition) |
Row(List<Operand> elements) |
Window(List<Operand> partition) |
Copyright © 2017. All rights reserved.