Package org.mariadb.jdbc.message.client
Class ChangeDbPacket
java.lang.Object
org.mariadb.jdbc.message.client.ChangeDbPacket
- All Implemented Interfaces:
ClientMessage
,RedoableClientMessage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.mariadb.jdbc.message.client.ClientMessage
batchUpdateLength, binaryProtocol, canSkipMeta, description, readPacket
Methods inherited from interface org.mariadb.jdbc.message.client.RedoableClientMessage
encode, ensureReplayable, reEncode, saveParameters
-
Field Details
-
database
-
-
Constructor Details
-
ChangeDbPacket
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceClientMessage
- Throws:
IOException
-