| Modifier and Type | Field and Description |
|---|---|
protected ClosableLock |
Statement.lock
thread safe locker
|
| Constructor and Description |
|---|
BaseCallableStatement(String sql,
Connection con,
ClosableLock lock,
String databaseName,
String procedureName,
boolean canCachePrepStmts,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize)
Constructor
|
BasePreparedStatement(String sql,
Connection con,
ClosableLock lock,
boolean canCachePrepStmts,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize)
Constructor
|
ClientPreparedStatement(String sql,
Connection con,
ClosableLock lock,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize)
Client prepare statement constructor
|
Connection(Configuration conf,
ClosableLock lock,
com.singlestore.jdbc.client.Client client) |
FunctionStatement(Connection con,
String databaseName,
String procedureName,
String arguments,
ClosableLock lock,
boolean canCachePrepStmts,
int resultSetType,
int resultSetConcurrency)
Constructor of function callable statement
|
ProcedureStatement(Connection con,
String sql,
String databaseName,
String procedureName,
ClosableLock lock,
boolean canCachePrepStmts,
int resultSetType,
int resultSetConcurrency)
Constructor
|
ServerPreparedStatement(String sql,
Connection con,
ClosableLock lock,
boolean canCachePrepStmts,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize)
Server prepare statement constructor
|
Statement(Connection con,
ClosableLock lock,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected ClosableLock |
FailoverClient.lock
thread locker
|
| Constructor and Description |
|---|
FailoverClient(Configuration conf,
ClosableLock lock)
Constructor
|
ReplayClient(Configuration conf,
HostAddress hostAddress,
ClosableLock lock,
boolean skipPostCommands)
Constructor
|
StandardClient(Configuration conf,
HostAddress hostAddress,
ClosableLock lock,
boolean skipPostCommands)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteResult.closeFromStmtClose(ClosableLock lock) |
void |
Result.closeFromStmtClose(ClosableLock lock)
Closing result-set due to closing statement that issue command.
|
| Constructor and Description |
|---|
StreamingResult(Statement stmt,
boolean binaryProtocol,
long maxRows,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
Reader reader,
com.singlestore.jdbc.client.Context context,
int fetchSize,
ClosableLock lock,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ClosableLock |
ClosableLock.closeableLock()
Default constructor, retaining lock.
|
| Modifier and Type | Method and Description |
|---|---|
static ScheduledThreadPoolExecutor |
SchedulerProvider.getTimeoutScheduler(ClosableLock lock) |
| 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) |
| Constructor and Description |
|---|
QueryTimeoutHandlerImpl(Connection conn,
ClosableLock lock) |
Copyright © 2025 SingleStore. All rights reserved.