nlib
|
Includes the original sqlite3.h
and declares the nLib independent extended function.
More...
#include "sqlite3.h"
Go to the source code of this file.
Functions | |
int | sqlite3_nlib_set_directory (int type, const char *dir) |
Sets the directory for SQLite3. More... | |
Includes the original sqlite3.h
and declares the nLib independent extended function.
Definition in file sqlite3.h.
sqlite3_nlib_set_directory | ( | int | type, |
const char * | dir | ||
) |
Sets the directory for SQLite3.
[in] | type | SQLITE_NLIB_DATA_DIRECTORY_TYPE or SQLITE_NLIB_TEMP_DIRECTORY_TYPE . |
[in] | dir | The directory to set. |
SQLITE_OK
when successful.SQLITE_NLIB_DATA_DIRECTORY_TYPE
specifies a database file directory. SQLITE_NLIB_TEMP_DIRECTORY_TYPE
specifies a directory created by a temporary file. © 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.