public final class QueryPacket extends Object implements RedoableClientMessage
| Constructor and Description |
|---|
QueryPacket(String sql) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchUpdateLength() |
String |
description() |
int |
encode(PacketWriter writer,
Context context) |
boolean |
isCommit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, ensureReplayable, reEncode, saveParametersbinaryProtocol, canSkipMeta, readPacketpublic QueryPacket(String sql)
public int batchUpdateLength()
batchUpdateLength in interface ClientMessagepublic int encode(PacketWriter writer, Context context) throws IOException
encode in interface ClientMessageIOExceptionpublic boolean isCommit()
public String description()
description in interface ClientMessageCopyright © 2022 SingleStore. All rights reserved.