Database :: entryStatus - Get database entry status
The function returns database entry meta-information for the entry with the entry identifier passed to the function.
Return value: String value ( odaba::String & )
Implementation details
odaba::String
Database  :: entryStatus ( int64 vLOID )
When the loid number passed in vLOID is valid, the function returns the database entry status. Otherwise, the function throws an exception.
- vLOID
- Local object identifier
The LOID is passed as 64-bit integer. 0 is considered as empty LOID. -1 is also considered as empty, but it is used often for indicating automatic value or no result.