Package org.yamcs.yarch.streamsql
Class InsertValuesExpression
java.lang.Object
org.yamcs.yarch.streamsql.InsertValuesExpression
Produces tuples as result of:
INSERT INTO table(...) VALUES(...)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InsertValuesExpression
public InsertValuesExpression(List<String> columns, List<SelectItem> selectList) throws StreamSqlException - Throws:
StreamSqlException
-
-
Method Details
-
bind
- Throws:
StreamSqlException
-
execute
- Throws:
StreamSqlException
YarchException
-
getOutputDefinition
-
isFinite
public boolean isFinite()
-