1. Administration - Administration functions
In order to manage object space handles, administration functions are provided for opening and closing object spaces, but also for checking the status of object space handle properties and providing related access handles.
Functions
- ObjectSpace - Create an Database Object handle
- accessMode - Get access mode for object space
- asDatabase - Get object space as database
- asDictionary - Get object space as dictionary
- assign - - internal feature (not documented)
- close - Close Object Handle
- connected - Is object space connected to server?
- database - Database handle
- dictionary - Object space dictionary
- forceClose - Force closing an access handle
- internalTransaction - Is internal transaction running
- isClient - Is object space a client handle?
- isDatabase - Is object space a database
- isDictionary - Is object space a dictionary
- isServer - Is object space a server handle?
- isValid - Is object space handle valid?
- open - Open database object space handle
- operator!= - Are object space handles different?
- operator= - - internal feature (not documented)
- operator== - Are object space handles equal?
- overload - Object overload option
- parentObject - Parent object space
- serverOption - Server options
- updateTimestamp - Enable/Disable time stamp updating
- ~ObjectSpace - Destructor