|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.expression.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,
java.lang.String eventTypeAlias)
Ctor. |
Method Summary | |
---|---|
void |
add(java.lang.String columnName)
Add a column name to the insert-into clause. |
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 |
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, java.lang.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 java.lang.String getEventTypeAlias()
public java.util.List<java.lang.String> getColumnNames()
public void add(java.lang.String columnName)
columnName
- to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |