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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionargument(Expression argument) booleanGet argumentgetType()Type of AST nodeinthashCode()voidsetArgument(Expression argument) voidtoString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ARGUMENT
- See Also:
-
-
Constructor Details
-
ReturnStatement
public ReturnStatement()
-
-
Method Details