public final class MysqlxPrepare
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxPrepare.Deallocate
Deallocate already-prepared statement
@startuml
client -> server: Deallocate
alt Success
client <- server: Ok
else Failure
client <- server: Error
end
@enduml
@returns @ref Mysqlx::Ok or @ref Mysqlx::Error
|
static interface |
MysqlxPrepare.DeallocateOrBuilder |
static class |
MysqlxPrepare.Execute
Execute already-prepared statement
@startuml
client -> server: Execute
alt Success
...
|
static interface |
MysqlxPrepare.ExecuteOrBuilder |
static class |
MysqlxPrepare.Prepare
Prepare a new statement
@startuml
client -> server: Prepare
alt Success
client <- server: Ok
else Failure
client <- server: Error
end
@enduml
@returns @ref Mysqlx::Ok or @ref Mysqlx::Error
|
static interface |
MysqlxPrepare.PrepareOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()