Modifier and Type | Method and Description |
---|---|
static Code |
Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Code[] |
Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Result |
AbstractTarantoolOps.exec(Code code,
Object... args) |
Future<List<?>> |
TarantoolClientImpl.exec(Code code,
Object... args) |
List<?> |
TarantoolConnection.exec(Code code,
Object... args) |
void |
AbstractTarantoolOps.setCallCode(Code callCode) |
Copyright © 2017. All rights reserved.