GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-5c00b4e944
|
Go to the source code of this file.
This function calls db_procedure_not_implemented().
Definition at line 7 of file add_col.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_begin_transaction | ( | void | ) |
Definition at line 5 of file transaction.c.
int db__driver_bind_update | ( | dbCursor * | cursor | ) |
Definition at line 10 of file bindupdate.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_close_cursor | ( | dbCursor * | cursor | ) |
This function calls db_procedure_not_implemented().
Definition at line 8 of file close_cursor.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_close_database | ( | void | ) |
Definition at line 4 of file closedb.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_commit_transaction | ( | void | ) |
Definition at line 12 of file transaction.c.
int db__driver_create_database | ( | dbHandle * | handle | ) |
Definition at line 4 of file createdb.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_create_index | ( | dbIndex * | index | ) |
Definition at line 4 of file create_index.c.
References DB_OK.
int db__driver_create_table | ( | dbTable * | table | ) |
Definition at line 4 of file create_table.c.
int db__driver_delete | ( | dbCursor * | cursor | ) |
Definition at line 4 of file db/stubs/delete.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_delete_database | ( | dbHandle * | handle | ) |
Definition at line 4 of file deletedb.c.
References DB_FAILED, and db_procedure_not_implemented().
Definition at line 4 of file desc_table.c.
Definition at line 4 of file drop_col.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_drop_index | ( | dbString * | name | ) |
Definition at line 4 of file drop_index.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_drop_table | ( | dbString * | name | ) |
Definition at line 4 of file drop_table.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_execute_immediate | ( | dbString * | SQLstatement | ) |
Definition at line 4 of file execute.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_fetch | ( | dbCursor * | cursor, |
int | position, | ||
int * | more | ||
) |
int db__driver_find_database | ( | dbHandle * | handle, |
int * | found | ||
) |
Definition at line 4 of file finddb.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_get_num_rows | ( | dbCursor * | cursor | ) |
Definition at line 4 of file rows.c.
References db_procedure_not_implemented().
int db__driver_grant_on_table | ( | dbString * | tableName, |
int | priv, | ||
int | to | ||
) |
int db__driver_init | ( | int | , |
char ** | |||
) |
int db__driver_insert | ( | dbCursor * | cursor | ) |
Definition at line 4 of file insert.c.
References DB_FAILED, and db_procedure_not_implemented().
Definition at line 5 of file listdb.c.
References DB_FAILED, and db_procedure_not_implemented().
Definition at line 5 of file list_index.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_list_tables | ( | dbString ** | names, |
int * | count, | ||
int | system | ||
) |
Definition at line 4 of file list_tables.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_open_database | ( | dbHandle * | handle | ) |
Definition at line 4 of file opendb.c.
References DB_FAILED, and db_procedure_not_implemented().
int db__driver_open_insert_cursor | ( | dbCursor * | cursor | ) |
Definition at line 4 of file open_insert.c.
References DB_FAILED, and db_procedure_not_implemented().
Definition at line 5 of file open_select.c.
int db__driver_open_update_cursor | ( | dbString * | name, |
dbString * | select, | ||
dbCursor * | cursor, | ||
int | mode | ||
) |
Definition at line 5 of file open_update.c.
int db__driver_update | ( | dbCursor * | cursor | ) |
Definition at line 4 of file db/stubs/update.c.
References DB_FAILED, and db_procedure_not_implemented().
Referenced by db_d_add_column().
|
extern |
Referenced by db_d_begin_transaction().
Referenced by db__close_all_cursors(), and db_d_close_cursor().
|
extern |
Referenced by db_d_close_database().
|
extern |
Referenced by db_d_commit_transaction().
Referenced by db_d_create_database().
Referenced by db_d_create_index().
Referenced by db_d_delete().
Referenced by db_d_delete_database().
Referenced by db_d_drop_column().
Referenced by db_d_drop_index().
Referenced by db_d_drop_table().
Referenced by db_d_execute_immediate().
Referenced by db_d_find_database().
|
extern |
Referenced by db_d_get_num_rows().
Referenced by db_d_grant_on_table().
|
extern |
Referenced by db_d_insert().
|
extern |
|
extern |
Referenced by db_d_list_indexes().
Referenced by db_d_list_tables().
Referenced by db_d_open_database().
|
extern |
|
extern |
Referenced by db_d_update().