|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.OnInsertSplitStreamItem
public class OnInsertSplitStreamItem
Items within the split-stream syntax to contain a tuple of insert-into, select and where-clause.
Constructor Summary | |
---|---|
OnInsertSplitStreamItem()
Ctor. |
|
OnInsertSplitStreamItem(InsertIntoClause insertInto,
SelectClause selectClause,
Expression whereClause)
Ctor. |
Method Summary | |
---|---|
static OnInsertSplitStreamItem |
create(InsertIntoClause insertInto,
SelectClause selectClause,
Expression whereClause)
Factory method for split-stream items. |
InsertIntoClause |
getInsertInto()
Returns the insert-into clause. |
SelectClause |
getSelectClause()
Returns the select-clause. |
Expression |
getWhereClause()
Returns the optional where-clause. |
void |
setInsertInto(InsertIntoClause insertInto)
Sets the insert-into clause. |
void |
setSelectClause(SelectClause selectClause)
Sets the select-clause. |
void |
setWhereClause(Expression whereClause)
Sets the optional where-clause |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnInsertSplitStreamItem()
public OnInsertSplitStreamItem(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
insertInto
- the insert-into clauseselectClause
- the select-clausewhereClause
- where-expression or nullMethod Detail |
---|
public static OnInsertSplitStreamItem create(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
insertInto
- the insert-into clauseselectClause
- the select-clausewhereClause
- where-expression or null
public InsertIntoClause getInsertInto()
public void setInsertInto(InsertIntoClause insertInto)
insertInto
- insert-into clausepublic SelectClause getSelectClause()
public void setSelectClause(SelectClause selectClause)
selectClause
- select-clausepublic Expression getWhereClause()
public void setWhereClause(Expression whereClause)
whereClause
- to set
|
© 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 |