Uses of Class
com.oracle.bmc.nosql.model.StatementSummary.Operation
-
Packages that use StatementSummary.Operation Package Description com.oracle.bmc.nosql.model -
-
Uses of StatementSummary.Operation in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return StatementSummary.Operation Modifier and Type Method Description static StatementSummary.Operation
StatementSummary.Operation. create(String key)
StatementSummary.Operation
StatementSummary. getOperation()
The operation represented in the statement, e.g.static StatementSummary.Operation
StatementSummary.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatementSummary.Operation[]
StatementSummary.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.nosql.model with parameters of type StatementSummary.Operation Modifier and Type Method Description StatementSummary.Builder
StatementSummary.Builder. operation(StatementSummary.Operation operation)
The operation represented in the statement, e.g.Constructors in com.oracle.bmc.nosql.model with parameters of type StatementSummary.Operation Constructor Description StatementSummary(StatementSummary.Operation operation, String tableName, String indexName, Boolean isIfExists, Boolean isIfNotExists, String syntaxError)
Deprecated.
-