public interface CodecContext
| Modifier and Type | Method and Description |
|---|---|
CharCollation |
getClientCollation()
Gets the
CharCollation that the client is using. |
ServerVersion |
getServerVersion()
Gets the MySQL server version, which is available after database user logon.
|
ZoneId |
getTimeZone()
Gets the
ZoneId of connection. |
ZeroDateOption |
getZeroDateOption()
Gets the option for zero date handling which is set by connection configuration.
|
boolean |
isMariaDb()
Checks server is MariaDB or not.
|
boolean |
isPreserveInstants()
Checks if the connection is set to preserve instants, i.e.
|
boolean isPreserveInstants()
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.