[ 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.
| 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 |
|
true to continue, false to abort the execution. |