company logo

ObjectSpace :: accessMode - Get access mode for object space

An object space handle might be opened for read or write access. The access mode for an object space is set while opening the object space and cannot be changed afterwards.

Notes:

the returned mode is eighter read or write, when you specified update onopen the mode has been set to write

Return value:  Access mode ( odaba::AccessModes  )

Access mode for a property handle or database.

Implementation details

odaba::AccessModes ObjectSpace  :: accessMode (  )

An object space handle might be opened for read or write access. The access mode for an object space is set while opening the object space and cannot be changed afterwards.

Notes:

the returned mode is eighter read or write, when you specified update onopen the mode has been set to write