Interface for a logical database. Each logical database must
provide services for connection and object id allocation.
author: Paul Morgan since: LBS1.8 version: $Revision: 1.1 $
Check does oid belong to Object id's range [minOId, currentOId]
Parameters: oid - oid which will be checked. exception: ObjectIdException - If a oid does't belong to range.
Initialize the logical database.
exception: ConfigException - if there is an error in the configuration. exception: SQLException - if a SQL error occurs.