net.sf.letsparty.parser.expression
Class PartitionedGreaterThan

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

public class PartitionedGreaterThan
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
PartitionedGreaterThan()
           
 
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

PartitionedGreaterThan

public PartitionedGreaterThan()
Method Detail

getSuffixes

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