Programmer Guide : solidDB® SA : solidDB® SA function reference : SaColSearchNext
  
SaColSearchNext
SaColSearchNext returns information about the next column in the table.
Synopsis
int SA_EXPORT_H SaColSearchNext(
  SaColSearchT* colsearch,
  char** p_colname,
  SaDataTypeT* p_coltype)
Parameters
Parameters
Usage type
Description
colsearch
in, use
Column search pointer
p_colname
out, ref
Pointer to the local copy of the column name is stored into * p_colname
p_coltype
out
Type of column is stored into * p_coltype. See the sa.h file for a description of the SaDataTypeT data type and the valid values that it can hold.
Return value
Value
Description
1
Next column found, parameters updated.
0
0 No more columns, parameters not updated. The function also will return 0 if the input parameters are invalid.
See also
solidDB® SA function reference