| Package | Description |
|---|---|
| to.etc.webapp.qsql | |
| to.etc.webapp.query |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcSQLGenerator.appendOperation(QOperation op) |
| Modifier and Type | Method and Description |
|---|---|
QOperation |
QOperatorNode.getOperation() |
static QOperation |
QOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QOperation[] |
QOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
QRenderingVisitorBase.appendOperation(QOperation operation) |
protected void |
QQueryRenderer.appendOperation(QOperation op) |
protected int |
QRenderingVisitorBase.getOperationPrecedence(QOperation ot)
Returns the operator precedence
|
protected String |
QRenderingVisitorBase.renderOperation(QOperation op) |
| Constructor and Description |
|---|
QBetweenNode(QOperation operation,
String prop,
QOperatorNode a,
QOperatorNode b) |
QMultiNode(QOperation operation,
QOperatorNode[] ch) |
QOperatorNode(QOperation operation) |
QPropertyComparison(QOperation operation,
String property,
QOperatorNode expr) |
QPropertyIn(QOperation operation,
String property,
QOperatorNode expr) |
QPropertyJoinComparison(QOperation operation,
String parentProperty,
String subProperty) |
QRestrictor(Class<T> baseClass,
QOperation combinator) |
QRestrictor(ICriteriaTableDef<T> meta,
QOperation combinator) |
QRestrictor(QRestrictor<T> parent,
QOperation combinator) |
QUnaryNode(QOperation operation,
QOperatorNode node) |
QUnaryProperty(QOperation operation,
String property) |
Copyright © 2017 etc.to. All rights reserved.