Package util.sql

Interface Summary
ResultProcessor Representation of a result set processor.
UpdateProcessor Representation of an update processor.
 

Class Summary
ComplacentUpdateProcessor An update processor that doesn't care how many rows were updated.
ConnectionManager Class to retrieve database connections.
MandatoryUpdateProcessor An update processor that mandates that at least one row have been updated as part of the query.
NullSQLType Class representing a null value in a prepared statement.
PreparedStatementFactory Class that builds prepared statements using only a connection and an array of objects.
SQLProcessor Main class for performing all SQL operations, querying, updating, transactions etc...
SQLTransaction A SQL transaction.
 

Exception Summary
DatabaseConnectionException Exception thrown when a database connection cannot be established.
DatabaseQueryException Exception thrown when an attempt to query the database fails.
DatabaseUpdateException Exception thrown when an attempt to update the database fails.