| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.client.context | |
| com.singlestore.jdbc.client.impl | |
| com.singlestore.jdbc.message.server |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCallableStatement |
class |
ClientPreparedStatement |
class |
FunctionStatement |
class |
ProcedureStatement |
class |
ServerPreparedStatement |
| 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 |
PrepareCache.get(String key,
BasePreparedStatement preparedStatement) |
Prepare |
PrepareCache.put(String key,
Prepare result,
BasePreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPrepareResultPacket.incrementUse(BasePreparedStatement preparedStatement)
Increment use of prepare statement.
|
Copyright © 2025 SingleStore. All rights reserved.