| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| 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 |
|---|---|
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()
Server prepare statement caller
|
| Constructor and Description |
|---|
ExecutePacket(Prepare prepareResult,
Parameters parameters,
String command,
ServerPreparedStatement prep,
InputStream localInfileInputStream)
Constructor
|
| 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)
Decrement use of prepare packet, so closing it if last used
|
Copyright © 2025 SingleStore. All rights reserved.