| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.client.context | |
| 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
PREPARE command result
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasePreparedStatement.setPrepareResult(Prepare prepareResult)
Set PREPARE result
|
| Modifier and Type | Method and Description |
|---|---|
Prepare |
BaseContext.getPrepareCacheCmd(String sql,
BasePreparedStatement preparedStatement) |
Prepare |
BaseContext.putPrepareCacheCmd(String sql,
Prepare result,
BasePreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
Prepare |
BaseContext.putPrepareCacheCmd(String sql,
Prepare result,
BasePreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
Prepare |
PrepareCache.get(String key,
BasePreparedStatement preparedStatement) |
Prepare |
PrepareCache.put(String key,
Prepare result,
BasePreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailoverClient.closePrepare(Prepare prepare) |
void |
StandardClient.closePrepare(Prepare prepare) |
Prepare |
PrepareCache.put(String key,
Prepare result,
BasePreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
int |
ExecutePacket.encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult)
COM_STMT_EXECUTE packet
|
int |
RedoableWithPrepareClientMessage.encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult)
encoder method in case of failover, passing new prepared object
|
default int |
RedoableClientMessage.encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult)
Encode command to packet
|
default int |
RedoableWithPrepareClientMessage.reEncode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult)
re-encoder method in case of failover, passing new prepared object
|
default int |
RedoableClientMessage.reEncode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult)
re-encode command to packet
|
| Constructor and Description |
|---|
ExecutePacket(Prepare prepareResult,
Parameters parameters,
String command,
ServerPreparedStatement prep,
InputStream localInfileInputStream)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedPrepareResultPacket |
class |
PrepareResultPacket |
Copyright © 2025 SingleStore. All rights reserved.