| Package | Description |
|---|---|
| com.singlestore.jdbc | |
| com.singlestore.jdbc.pool | |
| com.singlestore.jdbc.util.exceptions |
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
Statement.con |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
Driver.connect(Configuration configuration) |
Connection |
Driver.connect(String url,
Properties props)
Connect to the given connection string.
|
Connection |
DatabaseMetaData.getConnection() |
Connection |
Statement.getConnection()
Retrieves the
Connection object that produced this Statement object. |
Connection |
SingleStorePoolConnection.getConnection() |
| Constructor and Description |
|---|
BaseCallableStatement(String sql,
Connection con,
ReentrantLock lock,
String databaseName,
String procedureName,
boolean canUseServerTimeout,
boolean canUseServerMaxRows,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize) |
BasePreparedStatement(String sql,
Connection con,
ReentrantLock lock,
boolean canUseServerTimeout,
boolean canUseServerMaxRows,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize) |
ClientPreparedStatement(String sql,
Connection con,
ReentrantLock lock,
boolean canUseServerTimeout,
boolean canUseServerMaxRows,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize) |
DatabaseMetaData(Connection connection,
Configuration conf)
Constructor.
|
FunctionStatement(Connection con,
String databaseName,
String procedureName,
String arguments,
ReentrantLock lock,
boolean canUseServerTimeout,
boolean canUseServerMaxRows,
int resultSetType,
int resultSetConcurrency) |
ProcedureStatement(Connection con,
String sql,
String databaseName,
String procedureName,
ReentrantLock lock,
boolean canUseServerTimeout,
boolean canUseServerMaxRows,
int resultSetType,
int resultSetConcurrency) |
ServerPreparedStatement(String sql,
Connection con,
ReentrantLock lock,
boolean canUseServerTimeout,
boolean canUseServerMaxRows,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize) |
SingleStorePoolConnection(Connection connection)
Constructor.
|
Statement(Connection con,
ReentrantLock lock,
boolean canUseServerTimeout,
boolean canUseServerMaxRows,
int autoGeneratedKeys,
int resultSetType,
int resultSetConcurrency,
int defaultFetchSize) |
| Constructor and Description |
|---|
InternalPoolConnection(Connection connection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionFactory |
ExceptionFactory.setConnection(Connection connection) |
| Constructor and Description |
|---|
SqlExceptionFactory(Connection connection,
SingleStorePoolConnection poolConnection,
Configuration conf,
HostAddress hostAddress,
long threadId,
Statement statement,
String sql) |
Copyright © 2023 SingleStore. All rights reserved.