| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.client.impl | |
| com.singlestore.jdbc.message.client | |
| com.singlestore.jdbc.message.server |
| Modifier and Type | Field and Description |
|---|---|
protected Prepare |
BasePreparedStatement.prepareResult |
| Modifier and Type | Method and Description |
|---|---|
void |
BasePreparedStatement.setPrepareResult(Prepare prepareResult) |
| Modifier and Type | Method and Description |
|---|---|
Prepare |
PrepareCache.get(String key,
ServerPreparedStatement preparedStatement) |
Prepare |
PrepareCache.put(String key,
Prepare result,
ServerPreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPrimaryReplicaClient.closePrepare(Prepare prepare) |
void |
MultiPrimaryClient.closePrepare(Prepare prepare) |
void |
StandardClient.closePrepare(Prepare prepare) |
Prepare |
PrepareCache.put(String key,
Prepare result,
ServerPreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
default int |
RedoableClientMessage.encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
int |
ExecutePacket.encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
int |
RedoableWithPrepareClientMessage.encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
default int |
RedoableClientMessage.reEncode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
default int |
RedoableWithPrepareClientMessage.reEncode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
| Constructor and Description |
|---|
ExecutePacket(Prepare prepareResult,
Parameters parameters,
String command,
ServerPreparedStatement prep) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedPrepareResultPacket |
class |
PrepareResultPacket |
Copyright © 2023 SingleStore. All rights reserved.