public interface DBRollbackHandler
Modifier and Type | Method and Description |
---|---|
void |
combine(DBRollbackHandler successor) |
void |
discard(Connection conn) |
DBObject |
getObject() |
String |
getObjectInfo() |
void |
rollback(Connection conn) |
DBObject getObject()
String getObjectInfo()
void combine(DBRollbackHandler successor)
void rollback(Connection conn)
void discard(Connection conn)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.