Package org.mariadb.jdbc.message.client
Class PreparePacket
java.lang.Object
org.mariadb.jdbc.message.client.PreparePacket
- All Implemented Interfaces:
ClientMessage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
encode
(PacketWriter writer, Context context) readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable) 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
-
Field Details
-
sql
-
-
Constructor Details
-
PreparePacket
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceClientMessage
- Throws:
IOException
-
readPacket
public Completion readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable) throws IOException, SQLException - Specified by:
readPacket
in interfaceClientMessage
- Throws:
IOException
SQLException
-
description
- Specified by:
description
in interfaceClientMessage
-