Package com.influxdb.client.domain
Class ExpressionStatement
java.lang.Object
com.influxdb.client.domain.Statement
com.influxdb.client.domain.ExpressionStatement
May consist of an expression that does not return a value and is executed solely for its side-effects
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpression(Expression expression) Get expressiongetType()Type of AST nodeinthashCode()voidsetExpression(Expression expression) voidtoString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_EXPRESSION
- See Also:
-
-
Constructor Details
-
ExpressionStatement
public ExpressionStatement()
-
-
Method Details