| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.client.result | |
| com.singlestore.jdbc.message.client | |
| com.singlestore.jdbc.message.server | |
| com.singlestore.jdbc.util.exceptions |
| Modifier and Type | Field and Description |
|---|---|
protected Completion |
Statement.currResult |
| Modifier and Type | Field and Description |
|---|---|
protected List<Completion> |
Statement.results |
| Modifier and Type | Class and Description |
|---|---|
class |
CompleteResult |
class |
Result |
class |
StreamingResult |
class |
UpdatableResult |
| Modifier and Type | Method and Description |
|---|---|
Completion |
PreparePacket.readPacket(Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion,
PacketReader reader,
PacketWriter writer,
Context context,
ExceptionFactory exceptionFactory,
ReentrantLock lock,
boolean traceEnable) |
default Completion |
ClientMessage.readPacket(Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion,
PacketReader reader,
PacketWriter writer,
Context context,
ExceptionFactory exceptionFactory,
ReentrantLock lock,
boolean traceEnable) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedPrepareResultPacket |
class |
EofPacket |
class |
OkPacket |
class |
PrepareResultPacket
See https://mariadb.com/kb/en/com_stmt_prepare/#COM_STMT_PREPARE_OK
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateException |
ExceptionFactory.createBatchUpdate(List<Completion> res,
int length,
int[] responseMsg,
SQLException sqle) |
BatchUpdateException |
ExceptionFactory.createBatchUpdate(List<Completion> res,
int length,
SQLException sqle) |
Copyright © 2022 SingleStore. All rights reserved.