Class VariableStorageManagerDB


  • public class VariableStorageManagerDB
    extends java.lang.Object
    • Constructor Detail

      • VariableStorageManagerDB

        public VariableStorageManagerDB​(DBHandle handle,
                                        AddressMap addrMap,
                                        int openMode,
                                        Lock lock,
                                        TaskMonitor monitor)
                                 throws VersionException,
                                        java.io.IOException,
                                        CancelledException
        Construct a new variable manager.
        Parameters:
        handle - the database handle.
        addrMap - the address map
        openMode - the open mode
        lock - the program synchronization lock
        monitor - the task monitor.
        Throws:
        java.io.IOException - if a database error occurs.
        VersionException - if the table version is different from this adapter.
        java.io.IOException
        CancelledException - if the user cancels the upgrade.
    • Method Detail

      • getVariableStorageAddress

        public Address getVariableStorageAddress​(VariableStorage storage,
                                                 boolean create)
                                          throws java.io.IOException
        Throws:
        java.io.IOException