|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-a768b68929
|
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.
SPDX-FileCopyrightText: 1999-2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file c_list_tabs.c.
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 36 of file c_list_tabs.c.
References count, db__set_protocol_fds(), DB_OK, DB_PROC_LIST_TABLES, DB_RECV_RETURN_CODE, DB_RECV_STRING_ARRAY, DB_SEND_INT, and DB_START_PROCEDURE_CALL.
Referenced by db_table_exists().