Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
BusyHandler Struct Reference

Data Fields

int(* xBusyHandler )(void *, int)
void * pBusyArg
int nBusy

Detailed Description

Definition at line 15626 of file sqlite3.c.

Field Documentation

◆ nBusy

int BusyHandler::nBusy

Definition at line 15629 of file sqlite3.c.

◆ pBusyArg

void* BusyHandler::pBusyArg

Definition at line 15628 of file sqlite3.c.

◆ xBusyHandler

int(* BusyHandler::xBusyHandler) (void *, int)

Definition at line 15627 of file sqlite3.c.


The documentation for this struct was generated from the following file: