类 MysqlxResultset
- java.lang.Object
-
- com.mysql.cj.x.protobuf.MysqlxResultset
-
public final class MysqlxResultset extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMysqlxResultset.ColumnMetaDataMeta data of a column @note The encoding used for the different ``bytes`` fields in the meta data is externally controlled.static interfaceMysqlxResultset.ColumnMetaDataOrBuilderstatic classMysqlxResultset.ContentType_BYTESA hint about the higher-level encoding of a BYTES field |type | value | description | |------| -------|-------------------------| |BYTES | 0x0001 | GEOMETRY (WKB encoding) | |BYTES | 0x0002 | JSON (text encoding) | |BYTES | 0x0003 | XML (text encoding) | @note this list isn't comprehensive.static classMysqlxResultset.ContentType_DATETIMEA hint about the higher-level encoding of a DATETIME field |type |value |description | |---------|-------|-------------------------------------------| |DATE |0x0001 |DATETIME contains only date part | |DATETIME |0x0002 |DATETIME contains both date and time parts |static classMysqlxResultset.FetchDoneAll resultsets are finishedstatic classMysqlxResultset.FetchDoneMoreOutParamsResultsets are finished, OUT paramset is next:static interfaceMysqlxResultset.FetchDoneMoreOutParamsOrBuilderstatic classMysqlxResultset.FetchDoneMoreResultsetsResultset and out-params are finished, but more resultsets availablestatic interfaceMysqlxResultset.FetchDoneMoreResultsetsOrBuilderstatic interfaceMysqlxResultset.FetchDoneOrBuilderstatic classMysqlxResultset.FetchSuspendedCursor is opened; still, the execution of PrepFetch or PrepExecute endedstatic interfaceMysqlxResultset.FetchSuspendedOrBuilderstatic classMysqlxResultset.RowRow in a Resultset.static interfaceMysqlxResultset.RowOrBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 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()
-
-