int
FNC_TblOpBindAttributeByNdx(FNC_TblOpHandle_t *handle,
int index,
void *valueptr,
int null_ind,
int length);
Syntax Elements
- handle
- the handle to the current write context.
- For details about the FNC_TblOpHandle_t structure, see Table Operator Interface Functions.
- index
- the index of an attribute. The range of values is from 0 to i-1, where 0 is the index of the first attribute.
- valueptr
- a pointer to the memory location where the value of the attribute resides.
- null_ind
- whether the attribute is null. -1 indicates null and 0 indicates not null.
- length
- the size in bytes of the value pointed to by valueptr. For character varying data types, the length includes the 2 byte length field.