Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
sdb_func Struct Reference

Data Fields

int fn_step
 
int fn_finalize
 
int udata
 
sdbdb
 
char aggregate
 
sdb_funcnext
 

Detailed Description

Definition at line 78 of file lsqlite3.c.

Field Documentation

◆ aggregate

char sdb_func::aggregate

◆ db

sdb* sdb_func::db

◆ fn_finalize

int sdb_func::fn_finalize

Definition at line 81 of file lsqlite3.c.

Referenced by cleanupdb(), db_register_function(), and db_sql_finalize_function().

◆ fn_step

int sdb_func::fn_step

Definition at line 80 of file lsqlite3.c.

Referenced by cleanupdb(), db_register_function(), and db_sql_normal_function().

◆ next

sdb_func* sdb_func::next

Definition at line 87 of file lsqlite3.c.

Referenced by cleanupdb(), and db_register_function().

◆ udata

int sdb_func::udata

Definition at line 82 of file lsqlite3.c.

Referenced by cleanupdb(), db_register_function(), and lcontext_user_data().


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