Package | Description |
---|---|
lucee.runtime.sql | |
lucee.runtime.sql.exp | |
lucee.runtime.sql.exp.op | |
lucee.runtime.sql.exp.value |
Modifier and Type | Method and Description |
---|---|
Expression[] |
Select.getSelects() |
Modifier and Type | Method and Description |
---|---|
void |
Select.addSelectExpression(Expression select) |
Modifier and Type | Interface and Description |
---|---|
interface |
Column |
Modifier and Type | Class and Description |
---|---|
class |
BracketExpression |
class |
ColumnExpression |
class |
ExpressionSupport |
Modifier and Type | Method and Description |
---|---|
Expression |
BracketExpression.getExp() |
Constructor and Description |
---|
BracketExpression(Expression exp) |
Modifier and Type | Interface and Description |
---|---|
interface |
Operation |
Modifier and Type | Class and Description |
---|---|
class |
Operation1 |
class |
Operation2 |
class |
Operation3 |
class |
OperationN |
Modifier and Type | Method and Description |
---|---|
Expression |
Operation3.getExp() |
Expression |
Operation1.getExp() |
Expression |
Operation2.getLeft() |
Expression |
Operation3.getLeft() |
Expression[] |
OperationN.getOperants() |
Expression |
Operation2.getRight() |
Expression |
Operation3.getRight() |
Constructor and Description |
---|
Operation1(Expression exp,
int operator) |
Operation2(Expression left,
Expression right,
int operator) |
Operation3(Expression exp,
Expression left,
Expression right,
int operator) |
Modifier and Type | Interface and Description |
---|---|
interface |
Value |
Modifier and Type | Class and Description |
---|---|
class |
ValueBoolean |
class |
ValueDate |
class |
ValueNull |
class |
ValueNumber |
class |
ValueString |
class |
ValueSupport |
Copyright © 2015 Lucee