|
GRASS Programmer's Manual
6.4.1(2011)
|
DBMI Library (client) - list tables. More...

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. | |
DBMI Library (client) - list tables.
(C) 1999-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file c_list_tabs.c.
| int db_list_tables | ( | dbDriver * | driver, |
| dbString ** | names, | ||
| int * | count, | ||
| int | system | ||
| ) |
List available tables for given connection.
| driver | db driver | |
| [out] | names | list of table names |
| [out] | count | number of items in the list |
| system | ? |
Definition at line 39 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().