planetj.database.sql
Class SQLBetweenComparison

java.lang.Object
  |
  +--planetj.database.sql.SQLComparison
        |
        +--planetj.database.sql.SQLBetweenComparison
All Implemented Interfaces:
IParameterSource, Serializable

public class SQLBetweenComparison
extends SQLComparison

Insert the type's description here. Creation date: (6/21/2002 2:45:25 PM)

See Also:
Serialized Form

Constructor Summary
SQLBetweenComparison(SQLStatement statement)
          SQLBetweenComparison constructor comment.
 
Methods inherited from class planetj.database.sql.SQLComparison
addValueToken, getColumn, getDisplayParameter, getField, getField, getFieldDescriptor, getFields, getFields, getNumberOfValueParameters, getNumberOfValues, getOperator, getParameter, getTargetFieldDescriptor, getValue, isContainsDisplayParameters, isContainsParameters, isValueDisplayParameter, isValueParameter, postAddValueToken
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLBetweenComparison

public SQLBetweenComparison(SQLStatement statement)
SQLBetweenComparison constructor comment.