类 MysqlxPrepare
- java.lang.Object
-
- com.mysql.cj.x.protobuf.MysqlxPrepare
-
public final class MysqlxPrepare extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMysqlxPrepare.DeallocateDeallocate 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::Errorstatic interfaceMysqlxPrepare.DeallocateOrBuilderstatic classMysqlxPrepare.ExecuteExecute already-prepared statement @startuml client -> server: Execute alt Success ...static interfaceMysqlxPrepare.ExecuteOrBuilderstatic classMysqlxPrepare.PreparePrepare 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::Errorstatic interfaceMysqlxPrepare.PrepareOrBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
方法详细资料
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-