| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| 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 |
|---|---|
ServerPreparedStatement |
ExecutePacket.prep() |
ServerPreparedStatement |
BulkExecutePacket.prep() |
ServerPreparedStatement |
RedoableWithPrepareClientMessage.prep() |
| Constructor and Description |
|---|
BulkExecutePacket(PrepareResultPacket prepareResult,
List<com.singlestore.jdbc.util.ParameterList> batchParameterList,
String command,
ServerPreparedStatement prep) |
ExecutePacket(PrepareResultPacket prepareResult,
com.singlestore.jdbc.util.ParameterList 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.