|
| enum | ModuleStatus {
Unknown,
Preloaded,
Executing,
Active,
Failed,
Unloaded
} |
| |
|
|
bool | isPending () const |
| |
|
bool | isLoaded () const |
| |
|
bool | isUnloaded () const |
| |
|
bool | isFailed () const |
| |
|
bool | isActive () const |
| |
|
bool | isExecuting () const |
| |
|
bool | wasAttempted () const |
| |
|
|
const sqlite3_module * | pModule |
| |
|
const char * | zName |
| |
|
void * | pAux |
| |
|
void(* | xDestroy )(void *) |
| |
|
Table * | pEpoTab |
| |
|
Elf * | elf |
| |
|
String | name |
| |
|
bool(* | entry )() |
| |
|
void(* | exit )() |
| |
|
const char ** | depends |
| |
|
const char ** | depends_opt |
| |
|
uint8_t * | buffer |
| |
|
size_t | buflen |
| |
|
uintptr_t | loadBase |
| |
|
size_t | loadSize |
| |
|
enum Module::ModuleStatus | status |
| |
Definition at line 14303 of file sqlite3.c.
The documentation for this class was generated from the following files: