|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|

Files | |
| c_add_col.c | |
| DBMI Library (client) - add column to table. | |
| c_bindupdate.c | |
| DBMI Library (client) - bind update. | |
| c_close_cur.c | |
| DBMI Library (client) - close cursor. | |
| c_closedb.c | |
| DBMI Library (client) - close database connection. | |
| c_create_idx.c | |
| DBMI Library (client) - create index. | |
| c_create_tab.c | |
| DBMI Library (client) - create table. | |
| c_createdb.c | |
| DBMI Library (client) - create database. | |
| c_delete.c | |
| DBMI Library (client) - delete record. | |
| c_deletedb.c | |
| DBMI Library (client) - delete database. | |
| c_desc_table.c | |
| DBMI Library (client) - describe table. | |
| c_drop_col.c | |
| DBMI Library (client) - drop column. | |
| c_drop_index.c | |
| DBMI Library (client) - drop index. | |
| c_drop_tab.c | |
| DBMI Library (client) - drop table. | |
| c_execute.c | |
| DBMI Library (client) - execute SQL statements. | |
| c_fetch.c | |
| DBMI Library (client) - fetch data. | |
| c_finddb.c | |
| DBMI Library (client) - find database. | |
| c_insert.c | |
| DBMI Library (client) - insert new record. | |
| c_list_drivers.c | |
| DBMI Library (client) - list drivers. | |
| c_list_idx.c | |
| DBMI Library (client) - list indexes. | |
| c_list_tabs.c | |
| DBMI Library (client) - list tables. | |
| c_listdb.c | |
| DBMI Library (client) - list databases. | |
| c_opendb.c | |
| DBMI Library (client) - open database connection. | |
| c_openinsert.c | |
| DBMI Library (client) - open insert cursor. | |
| c_openselect.c | |
| DBMI Library (client) - open select cursor. | |
| c_openupdate.c | |
| DBMI Library (client) - open update cursor. | |
| c_priv.c | |
| DBMI Library (client) - privileges management. | |
| c_rows.c | |
| DBMI Library (client) - get number of records. | |
| c_update.c | |
| DBMI Library (client) - update statements. | |
| c_version.c | |
| DBMI Library (client) - version info. | |
| column.c | |
| DBMI Library (client) - column info. | |
| copy_tab.c | |
| DBMI Library (client) - copy table. | |
| db.c | |
| DBMI Library (client) - open/close driver/database connection. | |
| delete_tab.c | |
| DBMI Library (client) - delete table. | |
| handler.c | |
| DBMI Library (client) - standard error handlers. | |
| printtab.c | |
| DBMI Library (client) - print table description info. | |
| select.c | |
| DBMI Library (client) - select records from table. | |
| shutdown.c | |
| DBMI Library (client) - shutdown database connection. | |
| start.c | |
| DBMI Library (client) - open database connection. | |
| table.c | |
| DBMI Library (client) - table management. | |