Query: px_get_field
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_GET_FIELD(3) Library Functions Manual PX_GET_FIELD(3)NAMEPX_get_field -- Returns single field definition in Paradox fileSYNOPSIS#include <paradox.h> pxfield_t *PX_get_field(pxdoc_t *pxdoc, int fieldno)DESCRIPTIONReturns the meta data of the field with the given number in a Paradox file. The first field has number 0, the last one has num- ber_of_fields-1. pxfield_t is defined as typedef struct px_field pxfield_t; struct px_field { char *px_fname; char px_ftype; int px_flen; int px_fdc; }; The meaning of px_ftype is as following: Values and meaning of px_ftype Value Meaning pxfAlpha T{ Character string with a maximum of px_flen charackters. T} pxfDate pxfShort Short interger (16 Bit) pxfLong Long Integer (32 Bit) pxfCurrency pxfNumber pxfLogical pxfMemoBLOb pxfBLOb pxfFmtMemoBLOb pxfOLE pxfGraphic pxfTime pxfTimestamp pxfAutoInc pxfBCD pxfBytes Array of bytes.RETURN VALUEReturns pointer to field on success and NULL on failure.SEE ALSOPX_get_record(3), PX_get_fields(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_GET_FIELD(3)
Related Man Pages |
---|
px_create_fp(3) - debian |
px_get_data_bytes(3) - debian |
px_get_record2(3) - debian |
px_put_data_bytes(3) - debian |
px_put_recordn(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Bit field issues in Linux |
meaning of <<! |
Zeno's Paradox |