DB_JOURNAL_DELETE
Syntax
int_val = DB_JOURNAL_DELETE ( journal_file_id, htable, recid );
- Input arguments
-
int journal_file_id File handle of the journal file obtained from F_OPEN_FILE. handle htable Handle of the database table that contains the record marked for deletion. handle recid Handle of the record ID that identifies the record marked for deletion.
Return Values
- Success:
-
int 0 Entry made successfully.
- Failure:
-
int -1 Script interface error.
Description
This function makes an entry into an open journal file for a record to be deleted. The actual deletion occurs if and when DB_EXECUTE_DELETES_IN_JOURNAL is called.
Function Set
Related Functions