Table (a_v4_extfn_table)

Use the a_v4_extfn_table structure to represent how data is stored in a table and how the consumer fetches that data.

Implementation

typedef struct a_v4_extfn_table {
    a_v4_extfn_table_func       *func;
    a_sql_uint32                number_of_columns;
} a_v4_extfn_table;

Data Members and Data Types Summary

Data Member Data Type Description
func a_v4_extfn_table_func * This member holds a set of function pointers that the consumer uses to fetch result data
number_of_columns a_sql_uint32 * The number of columns in the table