|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ExpressionBase
com.espertech.esper.client.soda.TableAccessExpression
public class TableAccessExpression
Table access expression.
Constructor Summary | |
---|---|
TableAccessExpression()
Ctor. |
|
TableAccessExpression(java.lang.String tableName,
java.util.List<Expression> keyExpressions,
java.lang.String optionalColumn,
Expression optionalAggregate)
Ctor. |
Method Summary | |
---|---|
java.util.List<Expression> |
getKeyExpressions()
Returns the primary key expressions. |
Expression |
getOptionalAggregate()
Returns the optional table column aggregation accessor to use. |
java.lang.String |
getOptionalColumn()
Returns the optional table column name to access. |
ExpressionPrecedenceEnum |
getPrecedence()
Returns precedence. |
java.lang.String |
getTableName()
Returns the table name. |
void |
setKeyExpressions(java.util.List<Expression> keyExpressions)
Sets the primary key expressions. |
void |
setOptionalAggregate(Expression optionalAggregate)
Sets the optional table column aggregation accessor to use. |
void |
setOptionalColumn(java.lang.String optionalColumn)
Sets the optional table column name to access. |
void |
setTableName(java.lang.String tableName)
Sets the table name. |
void |
toPrecedenceFreeEPL(java.io.StringWriter writer)
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax. |
Methods inherited from class com.espertech.esper.client.soda.ExpressionBase |
---|
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableAccessExpression()
public TableAccessExpression(java.lang.String tableName, java.util.List<Expression> keyExpressions, java.lang.String optionalColumn, Expression optionalAggregate)
tableName
- the table namekeyExpressions
- the list of key expressions for each table primary key in the same order as declaredoptionalColumn
- optional column nameoptionalAggregate
- optional aggregation functionMethod Detail |
---|
public ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(java.io.StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to usepublic java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName
- table namepublic java.util.List<Expression> getKeyExpressions()
public void setKeyExpressions(java.util.List<Expression> keyExpressions)
keyExpressions
- primary key expressionspublic java.lang.String getOptionalColumn()
public void setOptionalColumn(java.lang.String optionalColumn)
optionalColumn
- table column name or null if accessing rowpublic Expression getOptionalAggregate()
public void setOptionalAggregate(Expression optionalAggregate)
optionalAggregate
- table column aggregation accessor
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |