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(Writer writer,
com.singlestore.jdbc.client.Context context) |
boolean |
isCommit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, ensureReplayable, reEncode, saveParameterspublic QueryPacket(String sql)
public int batchUpdateLength()
batchUpdateLength in interface com.singlestore.jdbc.message.ClientMessagepublic int encode(Writer writer, com.singlestore.jdbc.client.Context context) throws IOException
encode in interface com.singlestore.jdbc.message.ClientMessageIOExceptionpublic boolean isCommit()
public String description()
description in interface com.singlestore.jdbc.message.ClientMessageCopyright © 2023 SingleStore. All rights reserved.