company logo

ObjectSpace :: ObjectSpace - Create an Database Object handle

Implementation overview

Implementation details

  1. Create object space handle copy
    ObjectSpace  :: ObjectSpace ( odaba::ObjectSpace &cObjectSpace )

    The function creates a copy for object space handle passed in cObjectSpace. The object space handle uses the same access object as the handle passed to the function.

    • cObjectSpace - Object space reference

      The reference refers to an opened or not opened object space handle.

  2. to list
  3. Dummy constructor
    ObjectSpace  :: ObjectSpace (  )

    The constructor creates a database object handle without access block. This handle cannot be used until it opened explicitly calling one of the open() functions.

  4. to list