| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.client.util | |
| com.singlestore.jdbc.message.client |
| Modifier and Type | Field and Description |
|---|---|
protected Parameters |
BasePreparedStatement.parameters
parameters
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Parameters> |
BasePreparedStatement.batchParameters
batching parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasePreparedStatement.setParameters(Parameters parameters)
Set all parameters
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
Parameters.clone()
Clone parameter list
|
| Constructor and Description |
|---|
ExecutePacket(Prepare prepareResult,
Parameters parameters,
String command,
ServerPreparedStatement prep,
InputStream localInfileInputStream)
Constructor
|
QueryWithParametersPacket(String preSqlCmd,
com.singlestore.jdbc.util.ClientParser parser,
Parameters parameters,
InputStream localInfileInputStream)
Constructor
|
| Constructor and Description |
|---|
RewriteQueryMultiPacket(Configuration config,
int paramCount,
com.singlestore.jdbc.util.RewriteClientParser parser,
List<Parameters> batchParameters)
Constructor
|
Copyright © 2025 SingleStore. All rights reserved.