|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPool | |
|---|---|
| org.xerial.db.sql | |
| org.xerial.db.sql.postgres | |
| org.xerial.db.sql.sqlite | Database access adaptor for SQLite3 |
| Uses of ConnectionPool in org.xerial.db.sql |
|---|
| Classes in org.xerial.db.sql that implement ConnectionPool | |
|---|---|
class |
ConnectionPoolImpl
ConnectionPoolImpl class holds established JDBC connections. |
class |
NaiveConnectionPool
NaiveConnectionPool creates a connection every time when a query is requested, then closes the connection affte its ResultSet is consumed. |
| Methods in org.xerial.db.sql that return ConnectionPool | |
|---|---|
ConnectionPool |
DatabaseAccessBase.getConnectionPool()
|
| Constructors in org.xerial.db.sql with parameters of type ConnectionPool | |
|---|---|
DatabaseAccessBase(ConnectionPool connectionPool)
|
|
| Uses of ConnectionPool in org.xerial.db.sql.postgres |
|---|
| Constructors in org.xerial.db.sql.postgres with parameters of type ConnectionPool | |
|---|---|
PostgresAccess(ConnectionPool connectionPool)
|
|
| Uses of ConnectionPool in org.xerial.db.sql.sqlite |
|---|
| Constructors in org.xerial.db.sql.sqlite with parameters of type ConnectionPool | |
|---|---|
SQLiteAccess(ConnectionPool connectionPool)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
