Uses of Class
net.sf.letsparty.statement.PartitionedTableSuffixList

Packages that use PartitionedTableSuffixList
net.sf.letsparty.cfg   
net.sf.letsparty.driver   
net.sf.letsparty.parser.expression   
 

Uses of PartitionedTableSuffixList in net.sf.letsparty.cfg
 

Methods in net.sf.letsparty.cfg that return PartitionedTableSuffixList
 PartitionedTableSuffixList BasicPartitionedTable.getPartitionedTableSuffixList()
           
 PartitionedTableSuffixList PartitionedTable.getPartitionedTableSuffixList()
          Returns a PartitionedTableSuffixList with all the partitions of all the columns.
 

Methods in net.sf.letsparty.cfg with parameters of type PartitionedTableSuffixList
 void BasicPartitionedTable.fillPartitionedTableListNullSuffixes(PartitionedTableSuffixList partitionedTableSuffixList)
           
 java.util.List BasicPartitionedTable.getPartitionedTables(PartitionedTableSuffixList partitionedTableSuffixList)
           
 void PartitionedTable.fillPartitionedTableListNullSuffixes(PartitionedTableSuffixList partitionedTableSuffixList)
          Fill the column null suffixes with all the partitions of the column (for each null column suffix).
 java.util.List PartitionedTable.getPartitionedTables(PartitionedTableSuffixList partitionedTableSuffixList)
          A list of table names built using partitionedTableSuffixList
 

Constructors in net.sf.letsparty.cfg with parameters of type PartitionedTableSuffixList
TableNameConstructor(PartitionedTable partitionedTable, PartitionedTableSuffixList partitionedTableSuffixList)
           
 

Uses of PartitionedTableSuffixList in net.sf.letsparty.driver
 

Methods in net.sf.letsparty.driver that return PartitionedTableSuffixList
protected  PartitionedTableSuffixList BasicPreparedStatement.constructPartitionedTableSuffixList(PartitionedTable partTable, PartitionedExpression partitionedExpression)
          If partitionedExpression is null returns a list of all the partition; otherwise it returns the list of suffixes this partitionedExpression requires.
 

Uses of PartitionedTableSuffixList in net.sf.letsparty.parser.expression
 

Methods in net.sf.letsparty.parser.expression that return PartitionedTableSuffixList
 PartitionedTableSuffixList IntersectionPartitionedExpression.getPartitionedTableSuffixList(JdbcParsHandler jdbcParsHandler)
           
 PartitionedTableSuffixList UnionPartitionedExpression.getPartitionedTableSuffixList(JdbcParsHandler jdbcParsHandler)
           
 PartitionedTableSuffixList MonoColumnPartitionedExpression.getPartitionedTableSuffixList(JdbcParsHandler jdbcParsHandler)
           
 PartitionedTableSuffixList PartitionedExpression.getPartitionedTableSuffixList(JdbcParsHandler jdbcParsHandler)