public interface CodecContext
| Modifier and Type | Method and Description |
|---|---|
CharCollation |
getClientCollation()
Get the
CharCollation that the client is using. |
ServerVersion |
getServerVersion()
Get the MySQL server version, which is available after database user logon.
|
ZoneId |
getServerZoneId()
Get the
ZoneId of server-side. |
ZeroDateOption |
getZeroDateOption()
Get the option for zero date handling which is set by connection configuration.
|
boolean |
isMariaDb()
Checks server is MariaDB or not.
|
ZeroDateOption getZeroDateOption()
ZeroDateOption.ServerVersion getServerVersion()
ServerVersion.CharCollation getClientCollation()
CharCollation that the client is using.CharCollation.boolean isMariaDb()
Copyright © 2018–2024 asyncer.io. All rights reserved.