wt.query
Class ConditionsClause.Item

java.lang.Object
  extended bywt.query.ConditionsClause.Item
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
ConditionsClause

class ConditionsClause.Item
extends Object
implements Serializable, Cloneable


Field Summary
(package private)  int[] fromIndicies
           
(package private)  WhereExpression whereExpression
           
(package private)  Integer whereIndex
           
 
Constructor Summary
ConditionsClause.Item()
           
ConditionsClause.Item(WhereExpression a_whereExpression, int a_whereIndex, int[] a_fromIndicies)
           
 
Method Summary
 Object clone()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

whereExpression

WhereExpression whereExpression

whereIndex

Integer whereIndex

fromIndicies

int[] fromIndicies
Constructor Detail

ConditionsClause.Item

public ConditionsClause.Item()

ConditionsClause.Item

public ConditionsClause.Item(WhereExpression a_whereExpression,
                             int a_whereIndex,
                             int[] a_fromIndicies)
Method Detail

toString

public String toString()

clone

public Object clone()