|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartitionedTable | |
net.sf.letsparty.cfg | |
net.sf.letsparty.driver | |
net.sf.letsparty.parser | |
net.sf.letsparty.statement |
Uses of PartitionedTable in net.sf.letsparty.cfg |
Classes in net.sf.letsparty.cfg that implement PartitionedTable | |
class |
BasicPartitionedTable
A PartitionedTable that uses its columns to find
the right list of partitions for a certain condition |
Fields in net.sf.letsparty.cfg declared as PartitionedTable | |
private PartitionedTable |
TableNameConstructor.partitionedTable
|
private PartitionedTable |
BasicPartitionedColumn.partitionedTable
|
Methods in net.sf.letsparty.cfg that return PartitionedTable | |
PartitionedTable |
BasicPartitionedColumn.getPartitionedTable()
|
PartitionedTable |
PartitionedColumn.getPartitionedTable()
|
PartitionedTable |
Configuration.getPartitionedTable(java.lang.String tableName)
|
Methods in net.sf.letsparty.cfg with parameters of type PartitionedTable | |
void |
BasicPartitionedColumn.setPartitionedTable(PartitionedTable table)
|
void |
PartitionedColumn.setPartitionedTable(PartitionedTable table)
|
void |
Configuration.addTable(PartitionedTable table)
|
Constructors in net.sf.letsparty.cfg with parameters of type PartitionedTable | |
TableNameConstructor(PartitionedTable partitionedTable,
PartitionedTableSuffixList partitionedTableSuffixList)
|
Uses of PartitionedTable in net.sf.letsparty.driver |
Methods in net.sf.letsparty.driver with parameters of type PartitionedTable | |
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 PartitionedTable in net.sf.letsparty.parser |
Methods in net.sf.letsparty.parser that return PartitionedTable | |
PartitionedTable |
PartTableVisitor.getPartitionedTable(java.lang.String alias)
|
PartitionedTable |
PartTableVisitor.getPartitionedTable(int index)
|
Methods in net.sf.letsparty.parser with parameters of type PartitionedTable | |
int |
PartTableVisitor.getPartitionedTableIndex(PartitionedTable partitionedTable)
|
Uses of PartitionedTable in net.sf.letsparty.statement |
Fields in net.sf.letsparty.statement declared as PartitionedTable | |
protected PartitionedTable |
UpdateHandler.partitionedTableToUpdate
|
private PartitionedTable |
PartitionedTableInStatement.partitionedTable
|
Methods in net.sf.letsparty.statement that return PartitionedTable | |
PartitionedTable |
PartitionedTableInStatement.getPartitionedTable()
|
Methods in net.sf.letsparty.statement with parameters of type PartitionedTable | |
void |
PartitionedTableInStatement.setPartitionedTable(PartitionedTable table)
|
Constructors in net.sf.letsparty.statement with parameters of type PartitionedTable | |
PartitionedTableInStatement(PartitionedTable partitionedTable)
|
|
PartitionedTableInStatement(PartitionedTable partitionedTable,
boolean isRightMemeberInJoin)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |