org.acmsl.queryj
Class VariableCondition

java.lang.Object
  |
  +--org.acmsl.queryj.Condition
        |
        +--org.acmsl.queryj.AtomicCondition
              |
              +--org.acmsl.queryj.VariableCondition
Direct Known Subclasses:
ConditionFactory._VariableConditionWrapper

public abstract class VariableCondition
extends AtomicCondition

Represents conditions in SQL statements.

Version:
$Revision: 1.1 $
Author:
Jose San Leandro

Constructor Summary
VariableCondition(Field field, ConditionOperator operator)
          Creates a variable condition using given information.
 
Methods inherited from class org.acmsl.queryj.AtomicCondition
getLeftSideField, getOperator, getRightSideField, getRightSideValue, setLeftSideField, setOperator, setRightSideField, setRightSideValue, toString
 
Methods inherited from class org.acmsl.queryj.Condition
and, getInnerCondition, or, setInnerCondition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableCondition

public VariableCondition(Field field,
                         ConditionOperator operator)
Creates a variable condition using given information.

Parameters:
field - the left-side field.
operator - the operator.


Copyright © 2003 ACM S.L.. All Rights Reserved.