| Modifier and Type | Method and Description |
|---|---|
protected ExceptionFactory |
Connection.getExceptionFactory() |
| Constructor and Description |
|---|
ParameterMetaData(ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.ColumnDecoder[] params) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionFactory |
BaseContext.getExceptionFactory() |
| Constructor and Description |
|---|
BaseContext(HostAddress hostAddress,
InitialHandshakePacket handshake,
long clientCapabilities,
Configuration conf,
ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.PrepareCache prepareCache)
Constructor of connection context
|
RedoContext(HostAddress hostAddress,
InitialHandshakePacket handshake,
long clientCapabilities,
Configuration conf,
ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.PrepareCache prepareCache)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionFactory |
StandardClient.exceptionFactory |
| Modifier and Type | Method and Description |
|---|---|
ExceptionFactory |
FailoverClient.getExceptionFactory() |
ExceptionFactory |
StandardClient.getExceptionFactory() |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionFactory |
Result.exceptionFactory
connection exception factory
|
| Constructor and Description |
|---|
ResultSetMetaData(ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.ColumnDecoder[] fieldPackets,
Configuration conf,
boolean forceAlias)
Constructor.
|
| Constructor and Description |
|---|
SingleStoreX509TrustManager(KeyStore ks,
ExceptionFactory exceptionFactory)
SingleStoreX509TrustManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionFactory.SqlExceptionFactory
Exception with SQL command
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionFactory |
ExceptionFactory.of(Statement statement)
Construct an Exception factory from this + adding current statement
|
ExceptionFactory |
ExceptionFactory.setConnection(Connection connection)
Set connection to factory
|
ExceptionFactory |
ExceptionFactory.setPoolConnection(SingleStorePoolConnection internalPoolConnection)
Set pool connection to factory
|
ExceptionFactory |
ExceptionFactory.withSql(String sql)
Construct an Exception factory from this + adding current SQL
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionFactory.setConnection(ExceptionFactory oldExceptionFactory)
Set connection
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.Completion |
PreparePacket.readPacket(Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion,
Reader reader,
Writer writer,
com.singlestore.jdbc.client.Context context,
ExceptionFactory exceptionFactory,
ClosableLock lock,
boolean traceEnable,
com.singlestore.jdbc.message.ClientMessage message) |
| Modifier and Type | Method and Description |
|---|---|
KeyManager[] |
TlsSocketPlugin.getKeyManager(Configuration conf,
ExceptionFactory exceptionFactory) |
TrustManager[] |
TlsSocketPlugin.getTrustManager(Configuration conf,
ExceptionFactory exceptionFactory) |
| Modifier and Type | Method and Description |
|---|---|
KeyManager[] |
DefaultTlsSocketPlugin.getKeyManager(Configuration conf,
ExceptionFactory exceptionFactory) |
TrustManager[] |
DefaultTlsSocketPlugin.getTrustManager(Configuration conf,
ExceptionFactory exceptionFactory) |
Copyright © 2025 SingleStore. All rights reserved.