#include <qgsslconnect.h>
- Note
- not available in Python bindings
Definition at line 27 of file qgsslconnect.h.
◆ sqlite3_close()
int QgsSLConnect::sqlite3_close |
( |
sqlite3 * |
db | ) |
|
|
static |
◆ sqlite3_close_v2()
int QgsSLConnect::sqlite3_close_v2 |
( |
sqlite3 * |
db | ) |
|
|
static |
◆ sqlite3_open()
int QgsSLConnect::sqlite3_open |
( |
const char * |
filename, |
|
|
sqlite3 ** |
ppDb |
|
) |
| |
|
static |
◆ sqlite3_open_v2()
int QgsSLConnect::sqlite3_open_v2 |
( |
const char * |
filename, |
|
|
sqlite3 ** |
ppDb, |
|
|
int |
flags, |
|
|
const char * |
zVfs |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: