Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
StatementSummary.Builder |
StatementSummary.Builder.operation(StatementSummary.Operation operation)
The operation represented in the statement, e.g.
|
Constructor and Description |
---|
StatementSummary(StatementSummary.Operation operation,
String tableName,
String indexName,
Boolean isIfExists,
Boolean isIfNotExists,
String syntaxError)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.