Class | Description |
---|---|
Database | A Database interface provides generic database functionality: connect(), executeQuery(), etc. |
DatabaseException | This is the root exception for all database exceptions. |
ConnectionDatabaseException | This is an exception thrown for connection problems. |
TransactionDatabaseException | This is an exception thrown in response to errors in transaction usage. |
QueryDatabaseException | This is an exception thrown in response to an error that occurs in query execution. |
QuerySizeDatabaseException | This is an exception thrown when the query size exceeds the maximum that can be sent to the server. |
DuplucateKeyDatabaseException | This exception is thrown when an insert or update query causes a duplicate-key error. As these often to not cause data inconsistancies, they can often be caught and ignored. |
Documentation generated on Wed, 19 Sep 2007 10:22:28 -0400 by phpDocumentor 1.3.0RC3