| Modifier and Type | Method and Description |
|---|---|
protected ExceptionFactory |
Statement.exceptionFactory() |
protected ExceptionFactory |
Connection.getExceptionFactory() |
| Constructor and Description |
|---|
ParameterMetaData(ExceptionFactory exceptionFactory,
ColumnDefinitionPacket[] params) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionFactory |
Context.getExceptionFactory() |
ExceptionFactory |
BaseContext.getExceptionFactory() |
| Constructor and Description |
|---|
BaseContext(InitialHandshakePacket handshake,
long clientCapabilities,
Configuration conf,
ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.PrepareCache prepareCache) |
RedoContext(InitialHandshakePacket handshake,
long clientCapabilities,
Configuration conf,
ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.PrepareCache prepareCache) |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionFactory |
Result.exceptionFactory |
| Constructor and Description |
|---|
ResultSetMetaData(ExceptionFactory exceptionFactory,
ColumnDefinitionPacket[] fieldPackets,
Configuration conf,
boolean forceAlias)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SSLSocketFactory |
DefaultTlsSocketPlugin.getSocketFactory(Configuration conf,
ExceptionFactory exceptionFactory) |
| Constructor and Description |
|---|
SingleStoreX509TrustManager(KeyStore ks,
ExceptionFactory exceptionFactory)
SingleStoreX509TrustManager.
|
| 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 | Method and Description |
|---|---|
SSLSocketFactory |
TlsSocketPlugin.getSocketFactory(Configuration conf,
ExceptionFactory exceptionFactory)
Get socket factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionFactory.SqlExceptionFactory |
| Modifier and Type | Method and Description |
|---|---|
ExceptionFactory |
ExceptionFactory.of(Statement statement) |
ExceptionFactory |
ExceptionFactory.setConnection(Connection connection) |
ExceptionFactory |
ExceptionFactory.setPoolConnection(SingleStorePoolConnection internalPoolConnection) |
ExceptionFactory |
ExceptionFactory.withSql(String sql) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionFactory.setConnection(ExceptionFactory oldExceptionFactory) |
Copyright © 2023 SingleStore. All rights reserved.