OESiteHopperDatabaseMode¶
Control the mode when opening an OESiteHopperDatabase.
APPEND
Opening in APPEND mode allows adding more OEDesignUnits to an existing database. OESiteHopperDatabaseOptions that are already stored in the database will be used to create new patches.
If the requested database file does not yet exist, this mode works like CREATE.
CREATE
Create a new OESiteHopperDatabase file. If the file already exists it will be overwritten.
MAX
The largest value in the namespace. Useful for verifying that a given mode is valid. This mode is not valid for opening an OESiteHopperDatabase.
READONLY
Open a OESiteHopperDatabase file in read-only mode. This is equivalent to SEARCH.
SEARCH
Open a OESiteHopperDatabase file for searching. This is equivalent to READONLY.
UNDEFINED
The lowest value in the namespace. Useful for verifying that a given mode is valid. This mode is not valid for opening an OESiteHopperDatabase.