• Antelope Release 5.10 Linux CentOS release 7.6.1810 (Core) 3.10.0 2020-05-12

 

NAME

dbaddnull - add a new, null row to a table

SYNOPSIS

#include "db.h" ;

long dbaddnull(Dbptr db)

DESCRIPTION

dbaddnull adds a new row where each field contains the corresponding null value.

RETURN VALUES

dbaddnull returns the record number of the new row, or dbINVALID if no record was added.

LIBRARY

$(DBLIBS)

SEE ALSO

dbadd(3)
dbaddv(3)
dbdelete(3)

AUTHOR

Daniel Quinlan
Printer icon