public interface MySqlColumnMetadata
extends io.r2dbc.spi.ColumnMetadata
ColumnMetadata considers MySQL| Modifier and Type | Method and Description |
|---|---|
CharCollation |
getCharCollation(CodecContext context)
Gets the
CharCollation used for stringification type. |
default Class<?> |
getJavaType() |
long |
getNativePrecision()
Gets the field max size that's defined by the table, the original type is an unsigned int32.
|
MySqlTypeMetadata |
getNativeTypeMetadata() |
MySqlType |
getType() |
MySqlType getType()
getType in interface io.r2dbc.spi.ReadableMetadataMySqlTypeMetadata getNativeTypeMetadata()
getNativeTypeMetadata in interface io.r2dbc.spi.ReadableMetadataCharCollation getCharCollation(CodecContext context)
CharCollation used for stringification type. It will not be a binary collation.context - the codec context for load the default character collation on the server-side.CharCollation.long getNativePrecision()
default Class<?> getJavaType()
getJavaType in interface io.r2dbc.spi.ReadableMetadataCopyright © 2018–2023 asyncer.io. All rights reserved.