|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.expression.ScalarExpression.ExpressionList
Ordered list of expressions comma separated
Constructor Summary | |
ScalarExpression.ExpressionList()
|
Method Summary | |
void |
addExpression(ScalarExpression expression)
Add a new Expression to the list |
ScalarExpression |
getExpression(int index)
Gets the expression in the index |
int |
size()
Number of expressions enclosed in this Scalar Expression |
ScalarExpression[] |
toArray()
Return an array of nested expressions |
java.lang.String |
toString()
Returns an string with a serie of expression comma separated. |
void |
updateExpressionAlias()
Convenience method for the situation where the alias of a single-field expression has been updated since adding the expression to the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ScalarExpression.ExpressionList()
Method Detail |
public void addExpression(ScalarExpression expression)
expression
- in RDBMS datastore expressions can be columnspublic void updateExpressionAlias()
public ScalarExpression getExpression(int index)
index
- the position for the expression in the list of expressions
public int size()
public java.lang.String toString()
public ScalarExpression[] toArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |