| Interface | Description |
|---|---|
| DBAction<E> |
Interface for performing a database query within a transaction.
|
| Class | Description |
|---|---|
| DB |
Logic for borrowing and returning DB connections.
|
| DBConnection |
A database connection with commit/rollback tracking.
|
| DBPreparedStatement |
Wrap a PreparedStatement, providing nicer parameter handling and transaction commit/rollback checks.
|
| DBResults |
Provide an iterator over a ResultSet.
|
| SakaiI18n |
An I18N implementation based on Sakai's ResourceLoader.
|
Copyright © 2003–2016 Sakai Project. All rights reserved.