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, toStringpublic SQLiteConnectionPool(java.lang.String jdbcString,
                            int numberOfConnection)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic JDBCConnector getJDBCConnector(java.sql.Connection connection) throws java.sql.SQLException
JDBCConnectionPoolgetJDBCConnector in class JDBCConnectionPoolconnection - JDBC connectionjava.sql.SQLException - SQL Exception