| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.client.impl | |
| com.singlestore.jdbc.export | |
| com.singlestore.jdbc.message.client | |
| com.singlestore.jdbc.message.server |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCallableStatement |
class |
FunctionStatement |
class |
ProcedureStatement |
| 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 |
Prepare.decrementUse(com.singlestore.jdbc.client.Client con,
ServerPreparedStatement preparedStatement)
Decrement use of prepare.
|
| Modifier and Type | Method and Description |
|---|---|
ServerPreparedStatement |
ExecutePacket.prep() |
ServerPreparedStatement |
RedoableWithPrepareClientMessage.prep() |
| Constructor and Description |
|---|
ExecutePacket(Prepare prepareResult,
Parameters parameters,
String command,
ServerPreparedStatement prep) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPrepareResultPacket.decrementUse(com.singlestore.jdbc.client.Client con,
ServerPreparedStatement preparedStatement) |
void |
PrepareResultPacket.decrementUse(com.singlestore.jdbc.client.Client con,
ServerPreparedStatement preparedStatement) |
void |
CachedPrepareResultPacket.incrementUse(ServerPreparedStatement preparedStatement) |
Copyright © 2023 SingleStore. All rights reserved.