DBSelectCB


Description:

[ CCode ( instance_pos = 0.9 ) ]
[ Version ( since = "3.58" ) ]
public delegate bool DBSelectCB (string[] colvalues, string[] colnames)

A callback called for the SELECT statements.

The items at the same index of colvalues and colnames correspond to each other.

Parameters:

colvalues

array of column values, as UTF-8 strings

colnames

array of column names

ncol

how many columns is provided

user_data

a callback user data

Returns:

true to continue, false to abort the execution.


Namespace: Camel
Package: camel-1.2