addedmethod:
openTransaction
db.Transaction openTransaction(java.lang.String description) throws TerminatedTransactionException, IllegalStateException
modifiedmethod:
endTransaction
added throws IllegalStateException
- void endTransaction(int transactionID, boolean commit)
+ void endTransaction(int transactionID, boolean commit) throws IllegalStateException
modifiedmethod:
startTransaction
added throws TerminatedTransactionException
- int startTransaction(java.lang.String description, ghidra.framework.model.AbortedTransactionListener listener)
+ int startTransaction(java.lang.String description, ghidra.framework.model.AbortedTransactionListener listener) throws TerminatedTransactionException
modifiedmethod:
startTransaction
added throws TerminatedTransactionException
- int startTransaction(java.lang.String description)
+ int startTransaction(java.lang.String description) throws TerminatedTransactionException
addedfield:
changeSet
ghidra.framework.data.DomainObjectDBChangeSet changeSet
addedmethod:
clearCache
void clearCache(boolean all)
addedmethod:
clearUndo
void clearUndo(boolean notifyListeners)
addedmethod:
close
void close()
addedfield:
dbh
db.DBHandle dbh
addedmethod:
getUserData
ghidra.framework.data.DomainObjectAdapterDB getUserData()
addedmethod:
loadMetadata
void loadMetadata() throws IOException
addedfield:
options
ghidra.framework.data.OptionsDB options
addedmethod:
propertyChanged
boolean propertyChanged(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
addedmethod:
saveMetadata
void saveMetadata() throws IOException
addedmethod:
setChanged
void setChanged(boolean b)