Uses of Class
to.etc.webapp.query.QOperation

Packages that use QOperation
to.etc.domui.component.lookup   
to.etc.webapp.qsql   
to.etc.webapp.query   
 

Uses of QOperation in to.etc.domui.component.lookup
 

Fields in to.etc.domui.component.lookup with type parameters of type QOperation
static java.util.Set<QOperation> LookupNumberControl.BINARY_OPS
           
static java.util.Set<QOperation> LookupNumberControl.UNARY_OPS
           
 

Methods in to.etc.domui.component.lookup that return QOperation
protected  QOperation LookupNumberControl.scanOperation()
          Checks the current position for a supported operation.
 

Methods in to.etc.domui.component.lookup with parameters of type QOperation
protected  ILookupControlInstance.AppendCriteriaResult LookupNumberControl.appendCriteria(QCriteria<?> crit, QOperation op, T val)
           
 

Uses of QOperation in to.etc.webapp.qsql
 

Methods in to.etc.webapp.qsql with parameters of type QOperation
static int JdbcSQLGenerator.getOperationPrecedence(QOperation ot)
          Returns the operator precedence
 

Uses of QOperation in to.etc.webapp.query
 

Methods in to.etc.webapp.query that return QOperation
 QOperation QOperatorNode.getOperation()
           
static QOperation QOperation.valueOf(java.lang.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.
 

Methods in to.etc.webapp.query with parameters of type QOperation
static int QQueryRenderer.getOperationPrecedence(QOperation ot)
          Returns the operator precedence
 

Constructors in to.etc.webapp.query with parameters of type QOperation
QBetweenNode(QOperation operation, java.lang.String prop, QOperatorNode a, QOperatorNode b)
           
QMultiNode(QOperation operation, QOperatorNode[] ch)
           
QOperatorNode(QOperation operation)
           
QPropertyComparison(QOperation operation, java.lang.String poperty, QOperatorNode expr)
           
QRestrictor(java.lang.Class<T> baseClass, QOperation combinator)
           
QRestrictor(ICriteriaTableDef<T> meta, QOperation combinator)
           
QUnaryNode(QOperation operation, QOperatorNode lhs)
           
QUnaryProperty(QOperation operation, java.lang.String property)