Next: blonde_lose_detail, Previous: blonde_lame_detail, Up: Database Methods [Contents][Index]
extern int blonde_list_detail(void *, void *, int (*)(void *, const char *));
The function lists the $1 database tables by name, calling $3 for each table with $2 and the table name as arguments, until $3 returns non zero or there are no tables unlisted. The table names are 8 bytes long, null terminated strings.