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
Modifier and TypeClassDescriptionstatic class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
expression
(Expression expression) Get expressiongetType()
Type of AST nodeint
hashCode()
void
setExpression
(Expression expression) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_EXPRESSION
- See Also:
-
-
Constructor Details
-
ExpressionStatement
public ExpressionStatement()
-
-
Method Details