Modifier and Type | Method and Description |
---|---|
<V> Variable<V> |
OrientDbSelectStatementImpl.let(PropertyPath<V> path,
String variable) |
Modifier and Type | Method and Description |
---|---|
<V> OrientDbSelectStatement<E> |
OrientDbSelectStatementImpl.let(Variable<V> variable,
PropertyPath<V> path) |
String |
OrientDbDialect.variable(Variable<?> variable) |
Modifier and Type | Method and Description |
---|---|
<V> Variable<V> |
FeatureLet.let(PropertyPath<V> path,
String variable) |
Modifier and Type | Method and Description |
---|---|
<V> SELF |
FeatureLet.let(Variable<V> variable,
PropertyPath<V> path) |
Modifier and Type | Method and Description |
---|---|
static <V> Variable<V> |
Variable.valueOf(String name) |
static <V> Variable<V> |
Variable.valueOf(String name,
PropertyPath<V> path) |
Modifier and Type | Field and Description |
---|---|
private Variable<V> |
FeatureLetImpl.LetExpression.variable |
Modifier and Type | Method and Description |
---|---|
Variable<V> |
FeatureLetImpl.LetExpression.getVariable() |
<V> Variable<V> |
FeatureLetImpl.let(PropertyPath<V> path,
String variable) |
Modifier and Type | Method and Description |
---|---|
<V> FeatureLetImpl |
FeatureLetImpl.let(Variable<V> variable,
PropertyPath<V> path) |
Constructor and Description |
---|
LetExpression(Variable<V> variable,
Path<V> path)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SqlBuilder.addVariable(Variable<?> variable) |
default String |
SqlDialect.variable(Variable<?> variable) |
Copyright © 2001–2016 mmm-Team. All rights reserved.