|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Error | |
com.rhi.architecture.parc | |
com.rhi.architecture.parc.adapter.jdbc |
Uses of Error in com.rhi.architecture.parc |
Classes in com.rhi.architecture.parc that implement Error | |
class |
AbstractError
AbstractError class. |
Methods in com.rhi.architecture.parc with parameters of type Error | |
void |
AbstractRecord.addError(Error error)
Add error to this record. |
void |
Record.addError(Error error)
Add error to this record. |
Uses of Error in com.rhi.architecture.parc.adapter.jdbc |
Methods in com.rhi.architecture.parc.adapter.jdbc with parameters of type Error | |
protected boolean |
JDBCOutputAdapter.persistErrorRecord(Error error,
Transaction t)
Add or update the error record. |
protected java.sql.PreparedStatement |
JDBCOutputAdapter.prepareErrorStatement(Error error,
java.sql.Connection conn)
Get SQL, prepare SQL statement, and set all the error fields. |
protected void |
JDBCOutputAdapter.setErrorStatementFields(Error error,
java.sql.PreparedStatement stmt)
Set the appropriate fields on the prepared statement Not abstract so that sub-classes that don't use prepareErrorStatement need not implement this w/ a no-op, but if anyone who _should_ implement it doesn't, it will "fail fast" & let them know immediately. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |