| Class | Description |
| SQLConnectionHelper |
SQLConnectionHelper is an all static class which provides
a centralized location from which all SQLConnection instances
can be managed and retrieved. |
| SQLStatementHelper |
SQLStatementHelper is an all static utility class which
provides a mechanism for substituting unnamed tokens specified in a
raw statement with an arbitrary length of values. |
| UnmanagedSQLConnectionException |
An UnmanagedSQLConnectionException is thrown when an attempt
is made to close a SQLConnection which is not being managed
by the SQLStatementHelper
|