net.sf.letsparty.parser.expression
Class PartitionedMinorEquals

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

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

PartitionedMinorEquals

public PartitionedMinorEquals()
Method Detail

getSuffixes

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