JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
io.dingodb.sdk.service.entity.store.Op
Packages that use
Op
Package
Description
io.dingodb.sdk.service.entity.store
Uses of
Op
in
io.dingodb.sdk.service.entity.store
Methods in
io.dingodb.sdk.service.entity.store
that return
Op
Modifier and Type
Method
Description
static
Op
Op.
forNumber
(int number)
static
Op
Op.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Op
[]
Op.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.