public static class DBRecordBase.DBRecordRollbackHandler extends Object implements DBRollbackHandler
Modifier and Type | Field and Description |
---|---|
DBRecordBase |
record |
Constructor and Description |
---|
DBRecordRollbackHandler(DBRecordBase record) |
Modifier and Type | Method and Description |
---|---|
void |
combine(DBRollbackHandler successor) |
protected Object |
copy(Object other) |
void |
discard(Connection conn) |
DBObject |
getObject() |
String |
getObjectInfo() |
void |
rollback(Connection conn) |
public final DBRecordBase record
public DBRecordRollbackHandler(DBRecordBase record)
public DBObject getObject()
getObject
in interface DBRollbackHandler
public String getObjectInfo()
getObjectInfo
in interface DBRollbackHandler
public void combine(DBRollbackHandler successor)
combine
in interface DBRollbackHandler
public void rollback(Connection conn)
rollback
in interface DBRollbackHandler
public void discard(Connection conn)
discard
in interface DBRollbackHandler
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.