OpenDBX/C API/odbx column name

From Linuxnetworks
< OpenDBX‎ | C API
Revision as of 13:44, 8 March 2006 by 220.245.179.134 (Talk)

Jump to: navigation, search


char* odbx_column_name(
   odbx_result_t* result,
   unsigned long pos )

Description:

Returns the column name of the field specified by "pos" in the current result set. The value of "pos" must be in the range from 0 to odbx_column_count()-1.

Parameters:

  • result: Object created by odbx_result()
  • pos: Column number in the current result set

Return values:

  • Name of the column on success
  • NULL if an error occured

Errors:

  • None



Back to Overview

[_pw9_]

nvnv