类 MysqlxCursor
- java.lang.Object
-
- com.mysql.cj.x.protobuf.MysqlxCursor
-
public final class MysqlxCursor extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMysqlxCursor.CloseClose cursor @startuml client -> server: Close alt Success client <- server: Ok else Failure client <- server: Error end @enduml @returns @ref Mysqlx::Ok or @ref Mysqlx::Errorstatic interfaceMysqlxCursor.CloseOrBuilderstatic classMysqlxCursor.FetchFetch next portion of data from a cursor @startuml client -> server: Fetch alt Success ... none or partial Resultsets or full Resultsets ... client <- server: StmtExecuteOk else client <- server: Error end @endumlstatic interfaceMysqlxCursor.FetchOrBuilderstatic classMysqlxCursor.OpenOpen a cursor @startuml client -> server: Open alt Success ... none or partial Resultsets or full Resultsets ... client <- server: StmtExecuteOk else Failure client <- server: Error end alt @enduml @returns @ref Mysqlx::Okstatic interfaceMysqlxCursor.OpenOrBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 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()
-
-