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