public class SQLiteConnectionPool extends JDBCConnectionPool
connectionPool, connectionSession, jdbcString, numberOfConnection
Constructor and Description |
---|
SQLiteConnectionPool(java.lang.String jdbcString,
int numberOfConnection) |
Modifier and Type | Method and Description |
---|---|
JDBCConnector |
getJDBCConnector(java.sql.Connection connection)
Get JDBC Connector
|
createSession, endSession, getConnection, getConnection, shutdownConnectionPool, toString
public SQLiteConnectionPool(java.lang.String jdbcString, int numberOfConnection) throws java.sql.SQLException
java.sql.SQLException
public JDBCConnector getJDBCConnector(java.sql.Connection connection) throws java.sql.SQLException
JDBCConnectionPool
getJDBCConnector
in class JDBCConnectionPool
connection
- JDBC connectionjava.sql.SQLException
- SQL Exception