Package butler.sql.record

Interface Summary
RecordFormatter Produces a string (for presentation) from a record.
RecordListener Listener for record events.
RecordValidator Validates the state of a records.
 

Class Summary
DefaultRowProcessor Converts one row of the ResultSet to a Record object.
FilterRecordValidator Record validator that uses a filter.
PrimaryKeyTuple  
Record Record in the database.
Record.State The state for a record.
RecordComparator  
RecordFormatter.DefaultImpl  
RecordIterator Iterator that returns Record objects.
RecordList List of records.
RecordListener.BaseImpl  
RecordMap Map of records.
RecordRowProcessor Creates one Record instance from one row in a ResultSet
RecordValidator.BaseImpl  
 

Exception Summary
DuplicateKeyException Exception when (primary) key value already exists.
InvalidRecordException  
MandatoryColumnException  
Record.ValidationException  
RecordAlreadyChangedException  
RecordNotFoundException