| Package | Description |
|---|---|
| snaq.db |
Classes implementing core DBPool functionality, related utilities.
|
| Class and Description |
|---|
CacheConnection
Connection wrapper that implements statement caching. |
CachedPreparedStatement
PreparedStatement wrapper that provides caching support. |
CachedStatement
Statement wrapper that provides methods for caching support. |
| ConnectionPool
Implementation of a database connection pool.
|
| ConnectionPoolEvent
Event for signalling changes in
ConnectionPool instances. |
| ConnectionPoolListener
Listener for
ConnectionPoolEvent instances. |
| ConnectionPoolManager
Class to provide access and management for multiple connection pools
defined in a properties file or object.
|
| ConnectionPoolManagerEvent
Event for signalling changes in
ConnectionPoolManager instances. |
| ConnectionPoolManagerListener
Listener for
ConnectionPoolManagerEvent instances. |
| ConnectionValidator
Interface for validating database connections.
|
| PasswordDecoder
Interface for decoding database passwords.
|
| QueryValidator
Abstract
ConnectionValidator implementation that validates
database connections by issuing a SQL query. |
SimpleQueryValidator
ConnectionValidator implementation that validates database
connections by issuing a SQL query, and simply checking if the query
succeeded or failed. |
Copyright © 2014. All rights reserved.