DBHandle

Package: db
Type: class

11.2_PUBLIC

addedmethod: getModCount
long getModCount()

11.1_PUBLIC

addedmethod: setDBVersionedSourceFile
void setDBVersionedSourceFile(db.buffers.BufferFile versionedSourceBufferFile) throws IOException

10.3_PUBLIC

addedmethod: checkIsClosed
void checkIsClosed() throws ClosedException
addedmethod: openTransaction
db.Transaction openTransaction(db.util.ErrorHandler errorHandler) throws IllegalStateException

10.2_PUBLIC

addedmethod: saveAs
void saveAs(db.buffers.BufferFile outFile, java.lang.Long newDatabaseId, boolean associateWithNewFile, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: saveAs
void saveAs(db.buffers.BufferFile outFile, java.lang.Long newDatabaseId, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.1_PUBLIC

addedmethod: createBuffer
db.DBBuffer createBuffer(db.DBBuffer shadowBuffer) throws IOException
addedmethod: getBuffer
db.DBBuffer getBuffer(int id, db.DBBuffer shadowBuffer) throws IOException

9.0.2_PUBLIC

addedfield: bufferMgr
db.buffers.BufferMgr bufferMgr
addedmethod: finalize
void finalize() throws Throwable
addedmethod: isTransactionActive
boolean isTransactionActive()
addedmethod: saveAs
void saveAs(db.buffers.BufferFile outFile, java.lang.Long newDatabaseId, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.0.1_PUBLIC

introducedInitial version