| Modifier and Type | Method and Description |
|---|---|
protected ExceptionFactory |
Connection.getExceptionFactory() |
| Constructor and Description |
|---|
ParameterMetaData(ExceptionFactory exceptionFactory,
com.singlestore.jdbc.client.ColumnDecoder[] params) |
SimpleParameterMetaData(ExceptionFactory exceptionFactory,
int paramCount)
Constructor
|
| 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 |
MultiPrimaryClient.getExceptionFactory() |
ExceptionFactory |
MultiPrimaryReplicaClient.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,
ReentrantLock lock,
boolean traceEnable,
com.singlestore.jdbc.message.ClientMessage message) |
| Modifier and Type | Method and Description |
|---|---|
SSLSocketFactory |
TlsSocketPlugin.getSocketFactory(Configuration conf,
ExceptionFactory exceptionFactory)
Get socket factory.
|
| Modifier and Type | Method and Description |
|---|---|
SSLSocketFactory |
DefaultTlsSocketPlugin.getSocketFactory(Configuration conf,
ExceptionFactory exceptionFactory) |
Copyright © 2024 SingleStore. All rights reserved.