Package org.yamcs.yarch.streamsql
Class InClause
java.lang.Object
org.yamcs.yarch.streamsql.InClause
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setList
(List<Expression> list) void
setNegation
(boolean b)
-
Constructor Details
-
InClause
public InClause()
-
-
Method Details
-
setNegation
public void setNegation(boolean b) -
setList
-