|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.InsertIntoDesc
public class InsertIntoDesc
Descriptor generated by INSERT-INTO clauses specified in expressions to insert the results of statement as a stream to further statements.
Constructor Summary | |
---|---|
InsertIntoDesc(SelectClauseStreamSelectorEnum streamSelector,
java.lang.String eventTypeName)
Ctor. |
Method Summary | |
---|---|
void |
add(java.lang.String columnName)
Add a column name to the insert-into clause. |
static InsertIntoDesc |
fromColumns(java.lang.String streamName,
java.util.List<java.lang.String> columns)
|
java.util.List<java.lang.String> |
getColumnNames()
Returns a list of column names specified optionally in the insert-into clause, or empty if none specified. |
java.lang.String |
getEventTypeName()
Returns name of event type to use for insert-into stream. |
SelectClauseStreamSelectorEnum |
getStreamSelector()
Returns the stream(s) selected for inserting into. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsertIntoDesc(SelectClauseStreamSelectorEnum streamSelector, java.lang.String eventTypeName)
streamSelector
- selects insert, remove or insert+remove streameventTypeName
- is the event type nameMethod Detail |
---|
public SelectClauseStreamSelectorEnum getStreamSelector()
public java.lang.String getEventTypeName()
public java.util.List<java.lang.String> getColumnNames()
public void add(java.lang.String columnName)
columnName
- to addpublic static InsertIntoDesc fromColumns(java.lang.String streamName, java.util.List<java.lang.String> columns)
|
© 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 |