GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
Loading...
Searching...
No Matches
d_openupdate.c File Reference

DBMI Library (driver) - open update cursor. More...

#include <stdlib.h>
#include <grass/dbmi.h>
#include "macros.h"
#include "dbstubs.h"
Include dependency graph for d_openupdate.c:

Go to the source code of this file.

Functions

int db_d_open_update_cursor (void)
 Open update cursor.
 

Detailed Description

DBMI Library (driver) - open update cursor.

SPDX-FileCopyrightText: 1999-2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Joel Jones (CERL/UIUC), Radim Blazek

Definition in file d_openupdate.c.

Function Documentation

◆ db_d_open_update_cursor()