Package com.influxdb.client.domain
Class ReturnStatement
java.lang.Object
com.influxdb.client.domain.Statement
com.influxdb.client.domain.ReturnStatement
Defines an expression to return
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionargument
(Expression argument) boolean
Get argumentgetType()
Type of AST nodeint
hashCode()
void
setArgument
(Expression argument) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ARGUMENT
- See Also:
-
-
Constructor Details
-
ReturnStatement
public ReturnStatement()
-
-
Method Details