#include <grass/dbmi.h>
#include "macros.h"
Go to the source code of this file.
Functions | |
int | db_list_tables (dbDriver *driver, dbString **names, int *count, int system) |
list available tables for given connection |
int db_list_tables | ( | dbDriver * | driver, | |
dbString ** | names, | |||
int * | count, | |||
int | system | |||
) |
list available tables for given connection
names,: | names of tables | |
\param |
Definition at line 13 of file c_list_tabs.c.
References db__set_protocol_fds(), DB_RECV_RETURN_CODE, DB_RECV_STRING_ARRAY, DB_SEND_INT, and DB_START_PROCEDURE_CALL.
Referenced by db__copy_table(), and db_table_exists().