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 | Field and Description |
|---|---|
private static com.google.protobuf.Descriptors.FileDescriptor |
descriptor |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Prepare_Deallocate_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Prepare_Deallocate_fieldAccessorTable |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Prepare_Execute_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Prepare_Execute_fieldAccessorTable |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Prepare_Prepare_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Prepare_Prepare_fieldAccessorTable |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Prepare_Prepare_OneOfMessage_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Prepare_Prepare_OneOfMessage_fieldAccessorTable |
| Modifier | Constructor and Description |
|---|---|
private |
MysqlxPrepare() |
| 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) |
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Prepare_Prepare_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Prepare_Prepare_fieldAccessorTable
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Prepare_Prepare_OneOfMessage_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Prepare_Prepare_OneOfMessage_fieldAccessorTable
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Prepare_Execute_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Prepare_Execute_fieldAccessorTable
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Prepare_Deallocate_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Prepare_Deallocate_fieldAccessorTable
private static com.google.protobuf.Descriptors.FileDescriptor descriptor
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()