ctdbIsNewRecord
Retrieve the new record flag.
Declaration
CTBOOL ctdbIsNewRecord(CTHANDLE Handle)
Description
ctdbIsNewRecord() retrieves the new record flag. The new record flag is set to YES by functions like ctdbAllocRecord(), ctdbClearRecord(), ctdbDeleteRecord(). Functions like ctdbFindRecord(), ctdbWriteRecord() set the new record flag to NO. Use ctdbIsEditedRecord() to check the edited record flag.
Returns
ctdbIsNewRecord() returns the new record flag.
See also
ctdbAllocRecord(), ctdbIsEditedRecord()