org.sakaiproject.db.api |
|
Java Source File Name | Type | Comment |
SqlReader.java | Interface |
SqlReader is the Interface for objects that can read stuff from a SQL request ResultSet. |
SqlService.java | Interface |
SqlService provides access to pooled Connections to Sql databases. |
SqlServiceDeadlockException.java | Class | SqlServiceAlreadyExistsException indicates that the write operation failed due to a db deadlock. |
SqlServiceUniqueViolationException.java | Class | SqlServiceUniqueViolationException indicates that the write operation failed due to the record having a uniqueness violation. |