DBBaseContext :: objectSpaceContext - Object space context
Usually, the object space context is an upper context in the context hierarchy (except, the current DBBaseContext is a ObjectSpaceContextor DatabaseContext instance.
Return value: Object space context ( odaba::ObjectSpaceContext & )
Object space context usually refers to an instance of an application defined object space context class for the current object space. When no Object space context has been defined in the application, the context refers to the default database context class.
Implementation details
odaba::ObjectSpaceContext &
DBBaseContext  :: objectSpaceContext (  )
The property provides the next higher ObjectSpaceContext, when the current context is a PropertyContext or TypeContext. When the current context is an ObjectSpaceContext or DatabaseContext, the property contains the DBBaseContext.

