|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.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(boolean isIStream,
String eventTypeAlias)
Ctor. |
Method Summary | |
---|---|
void |
add(String columnName)
Add a column name to the insert-into clause. |
List<String> |
getColumnNames()
Returns a list of column names specified optionally in the insert-into clause, or empty if none specified. |
String |
getEventTypeAlias()
Returns name of event type to use for insert-into stream. |
boolean |
isIStream()
Returns true if insert (new data) events are fed, or false for remove (old data) events are fed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsertIntoDesc(boolean isIStream, String eventTypeAlias)
isIStream
- is true if insert (new data) events are fed, or false for remove (old data) events are fedeventTypeAlias
- is the event type alias nameMethod Detail |
---|
public boolean isIStream()
public String getEventTypeAlias()
public List<String> getColumnNames()
public void add(String columnName)
columnName
- to add
|
© 2007 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 |