|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ContainedEventSelect
public class ContainedEventSelect
Represents a contained-event selection.
Constructor Summary | |
---|---|
ContainedEventSelect()
Ctor. |
|
ContainedEventSelect(Expression splitExpression)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getOptionalAsName()
Returns the property alias. |
java.lang.String |
getOptionalSplitExpressionTypeName()
Returns the event type name assigned to events that result by applying the split (contained event) expression. |
SelectClause |
getSelectClause()
Returns the select clause. |
Expression |
getSplitExpression()
Returns the expression that returns the contained events. |
Expression |
getWhereClause()
Returns the where clause. |
void |
setOptionalAsName(java.lang.String optionalAsName)
Sets the property alias |
void |
setOptionalSplitExpressionTypeName(java.lang.String optionalSplitExpressionTypeName)
Sets the event type name assigned to events that result by applying the split (contained event) expression. |
void |
setSelectClause(SelectClause selectClause)
Sets the select clause. |
void |
setSplitExpression(Expression splitExpression)
Sets the expression that returns the contained events. |
void |
setWhereClause(Expression whereClause)
Sets the where clause. |
void |
toEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Returns the EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainedEventSelect()
public ContainedEventSelect(Expression splitExpression)
splitExpression
- the property expression or other expression for splitting the eventMethod Detail |
---|
public java.lang.String getOptionalAsName()
public void setOptionalAsName(java.lang.String optionalAsName)
optionalAsName
- aliaspublic SelectClause getSelectClause()
public void setSelectClause(SelectClause selectClause)
selectClause
- select clausepublic Expression getWhereClause()
public void setWhereClause(Expression whereClause)
whereClause
- where clausepublic java.lang.String getOptionalSplitExpressionTypeName()
public void setOptionalSplitExpressionTypeName(java.lang.String optionalSplitExpressionTypeName)
optionalSplitExpressionTypeName
- type name, or null if none assignedpublic Expression getSplitExpression()
public void setSplitExpression(Expression splitExpression)
splitExpression
- contained event expressionpublic void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
writer
- to write toformatter
- for newline-whitespace formatting
|
© 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 |