Package org.omus.db

Class Summary
DbReader Represents a SELECT statement to be executed on the server.
DbResult Represents the result of a transaction.
DbTransaction Represents a transaction; contains one or more DbWriter or DbReader objects to execute custom SQL statements.
DbTransactionPart Abstract superclass of DbWriter and DbReader.
DbWriter Represents a DELETE, UPDATE or INSERT statement to be executed on the server.
 

Exception Summary
DbException Thrown when an error occurs during execution of a transaction.