Uses of Class
org.acmsl.queryj.AtomicCondition

Packages that use AtomicCondition
org.acmsl.queryj   
 

Uses of AtomicCondition in org.acmsl.queryj
 

Subclasses of AtomicCondition in org.acmsl.queryj
protected static class ConditionFactory._AtomicConditionWrapper
          Envelopes a condition surrounding it with appropiate prefix and suffix.
protected static class ConditionFactory._VariableConditionWrapper
          Envelopes a variable condition surrounding it with appropiate prefix and suffix.
 class VariableCondition
          Represents conditions in SQL statements.
 

Methods in org.acmsl.queryj that return AtomicCondition
 AtomicCondition ConditionFactory._AtomicConditionWrapper.getCondition()
          Retrieves the wrapped condition.
 

Methods in org.acmsl.queryj with parameters of type AtomicCondition
 Condition ConditionFactory.wrap(AtomicCondition condition, java.lang.String prefix, java.lang.String suffix)
          Creates a wrapper condition.
protected  void ConditionFactory._AtomicConditionWrapper.setCondition(AtomicCondition condition)
          Specifies the condition to wrap.
 

Constructors in org.acmsl.queryj with parameters of type AtomicCondition
ConditionFactory._AtomicConditionWrapper(AtomicCondition condition, java.lang.String prefix, java.lang.String suffix)
          Creates a condition wrapper with given information.
 



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