URL: http://www.firstbasesoftware.com/man/man3/isdel.htm
Last modified: 12 September 1995
Copyright © by FirstBase Software.
[ Index of Contents] [ FirstBase RDBMS Overview]


NAME

#include <firstbase/fb.h>

isdeleted - test for record deletion

SYNOPSIS

fb_isdeleted(dp)
database *dp;

DESCRIPTION

Fb_isdeleted is a simple function that examines the current record and determines if the record has been deleted or not. Remember, in FirstBase, records are only marked for deletion. If the record is deleted, fb_isdeleted will return one (1). If not deleted, a zero (0) is returned.

CLIENT/SERVER

The fb_isdeleted routine will transparently call the RPC version of fetch(3) to detect deleted records among client/server processes when the global FirstBase variable cdb_use_rpc is set to one. See fb_clnt_create(3) for more details.

SEE ALSO

getrec(3), database(4).


URL: http://www.firstbasesoftware.com/man/man3/isdel.htm
Last modified: 12 September 1995
Copyright © by FirstBase Software.
[ Index of Contents] [ FirstBase RDBMS Overview]