|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartitionedExpression | |
net.sf.letsparty.driver | |
net.sf.letsparty.parser | |
net.sf.letsparty.parser.expression | |
net.sf.letsparty.statement |
Uses of PartitionedExpression in net.sf.letsparty.driver |
Methods in net.sf.letsparty.driver with parameters of type PartitionedExpression | |
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 PartitionedExpression in net.sf.letsparty.parser |
Fields in net.sf.letsparty.parser declared as PartitionedExpression | |
private PartitionedExpression[] |
PartExpressionVisitor.currentPartitionedExpressions
|
Methods in net.sf.letsparty.parser that return PartitionedExpression | |
PartitionedExpression[] |
PartExpressionVisitor.getResultPartitionedExpressions()
|
private PartitionedExpression[] |
PartExpressionVisitor.copyCurrentPartitionedExpressions()
|
Uses of PartitionedExpression in net.sf.letsparty.parser.expression |
Classes in net.sf.letsparty.parser.expression that implement PartitionedExpression | |
class |
BinaryPartitionedExpression
|
class |
IntersectionPartitionedExpression
|
class |
MonoColumnPartitionedExpression
|
class |
PartitionedEqualsTo
|
class |
PartitionedGreaterEquals
|
class |
PartitionedGreaterThan
|
class |
PartitionedLike
|
class |
PartitionedMinorEquals
|
class |
PartitionedMinorThan
|
class |
PartitionedNotEquals
|
class |
UnionPartitionedExpression
|
Fields in net.sf.letsparty.parser.expression declared as PartitionedExpression | |
private PartitionedExpression |
IntersectionPartitionedExpression.leftPartitionedExpression
|
private PartitionedExpression |
IntersectionPartitionedExpression.rightPartitionedExpression
|
private PartitionedExpression |
UnionPartitionedExpression.leftPartitionedExpression
|
private PartitionedExpression |
UnionPartitionedExpression.rightPartitionedExpression
|
Constructors in net.sf.letsparty.parser.expression with parameters of type PartitionedExpression | |
IntersectionPartitionedExpression(PartitionedExpression left,
PartitionedExpression right)
|
|
UnionPartitionedExpression(PartitionedExpression left,
PartitionedExpression right)
|
Uses of PartitionedExpression in net.sf.letsparty.statement |
Fields in net.sf.letsparty.statement declared as PartitionedExpression | |
protected PartitionedExpression |
UpdateHandler.wherePartitionedExpression
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |