19 static int valid_cursor(
dbCursor *cursor,
int position);
39 if (!valid_cursor(cursor, position)) {
63 static int valid_cursor(
dbCursor *cursor,
int position)
int db_d_fetch(void)
Fetch data.
int(* db_driver_fetch)(dbCursor *, int, int *)
int db_test_cursor_type_fetch(dbCursor *)
Check cursor type.
dbAddress db_find_token(dbToken)
Find token.
void db_error(const char *)
Report error message.
int db_test_cursor_mode_scroll(dbCursor *)
Check if cursor mode is 'scroll'.
#define DB_SEND_SUCCESS()
#define DB_SEND_TABLE_DATA(x)
#define DB_SEND_FAILURE()