logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_set_tablename — Set name of table

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                             PX_SET_TABLENAME(3)

Description

       Sets  the  name  of  the  table as stored in the header of the database file. You probably will call this
       function after PX_create_fp(3) because it leaves the name  empty.  This  function  is  a  short  cut  for
       PX_set_parameter(pxdoc, "tablename", name) and is deprecated.

Name

       PX_set_tablename — Set name of table

Return Value

       Returns a value < 0 in case of an error, otherwise 0.

See Also

PX_create_fp(3), PX_set_parameter(3)

Synopsis

       #include <paradox.h>

       int PX_set_tablename(pxdoc_t *pxdoc, const char *name)

See Also