net.sf.letsparty.parser.expression
Class PartitionedMinorThan

java.lang.Object
  extended bynet.sf.letsparty.parser.expression.MonoColumnPartitionedExpression
      extended bynet.sf.letsparty.parser.expression.BinaryPartitionedExpression
          extended bynet.sf.letsparty.parser.expression.PartitionedMinorThan
All Implemented Interfaces:
PartitionedExpression

public class PartitionedMinorThan
extends BinaryPartitionedExpression


Field Summary
 
Fields inherited from class net.sf.letsparty.parser.expression.BinaryPartitionedExpression
value
 
Fields inherited from class net.sf.letsparty.parser.expression.MonoColumnPartitionedExpression
partitionedColumn
 
Constructor Summary
PartitionedMinorThan()
           
 
Method Summary
 java.util.List getSuffixes(JdbcParsHandler jdbcParsHandler)
           
 
Methods inherited from class net.sf.letsparty.parser.expression.BinaryPartitionedExpression
getValue, setValue
 
Methods inherited from class net.sf.letsparty.parser.expression.MonoColumnPartitionedExpression
getPartitionedColumn, getPartitionedTableSuffixList, setPartitionedColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionedMinorThan

public PartitionedMinorThan()
Method Detail

getSuffixes

public java.util.List getSuffixes(JdbcParsHandler jdbcParsHandler)
                           throws LetsPartyException
Specified by:
getSuffixes in class MonoColumnPartitionedExpression
Throws:
LetsPartyException