| Package | Description |
|---|---|
| org.revenj.postgres.jinq.jpqlquery | |
| org.revenj.postgres.jinq.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateFunctionExpression |
class |
BinaryExpression |
class |
CaseWhenExpression |
class |
ConstantExpression |
class |
FromAliasExpression |
class |
FunctionExpression |
class |
ParameterExpression |
class |
ParameterFieldExpression |
class |
ReadFieldExpression |
class |
SubqueryExpression |
class |
UnaryExpression |
| Modifier and Type | Field and Description |
|---|---|
Expression |
ReadFieldExpression.base |
Expression |
CaseWhenExpression.ConditionResult.condition |
Expression |
SelectFromWhere.SortingParameters.expr |
Expression |
GroupedSelectFromWhere.having |
Expression |
From.FromNavigationalLinksGeneric.links |
Expression |
CaseWhenExpression.ConditionResult.result |
Expression |
SelectFromWhere.where |
| Modifier and Type | Field and Description |
|---|---|
List<Expression> |
ColumnExpressions.columns |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ColumnExpressions.getOnlyColumn() |
| Modifier and Type | Method and Description |
|---|---|
static From |
From.forNavigationalLinks(Expression linksExpr) |
static UnaryExpression |
UnaryExpression.postfix(String operator,
Expression operand) |
static UnaryExpression |
UnaryExpression.prefix(String operator,
Expression operand) |
static <U> ColumnExpressions<U> |
ColumnExpressions.singleColumn(RowReader<U> reader,
Expression expr) |
static FunctionExpression |
FunctionExpression.singleParam(String name,
Expression base) |
static FunctionExpression |
FunctionExpression.threeParam(String name,
Expression param1,
Expression param2,
Expression param3) |
static FunctionExpression |
FunctionExpression.twoParam(String name,
Expression param1,
Expression param2) |
void |
ExpressionVisitor.visitDefaultExpression(Expression expr) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionExpression |
FunctionExpression.withParams(String name,
List<Expression> params) |
| Constructor and Description |
|---|
AggregateFunctionExpression(Expression base,
String aggregateName,
boolean isDistinct) |
BinaryExpression(Expression left,
String operator,
Expression right) |
BinaryExpression(String prepare,
Expression left,
String between,
Expression right,
String finish) |
ReadFieldExpression(Expression base,
String field) |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
RevenjQueryTransform.pathConditionsToExpr(SymbExToColumns translator,
ch.epfl.labos.iu.orm.queryll2.path.PathAnalysis path) |
Copyright © 2015. All rights reserved.