Next: , Previous: , Up: Database Methods   [Contents][Index]


4.3.8 blonde_list_detail

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.