+
Point of view
All features
deferred class SQLITE3_MODULE_STRUCT
Summary
Wrapper of struct sqlite3_module defined in file /usr/include/sqlite3.h
Direct parents
Insert list: SQLITE_TYPES, STANDARD_C_LIBRARY_TYPES
Overview
Features
Low-level setters
{}
Low-level queries
{}
Structure size
{WRAPPER, WRAPPER_HANDLER}
variable-size types
{ANY}
C type definitions (typedefs)
{ANY}
  • comparison_fn_t: POINTER
    typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • timer_t: POINTER
    typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clockid_t: INTEGER_32
    typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • time_t: INTEGER_64
    typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clock_t: INTEGER_64
    typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • uintmax_t: NATURAL_64
    typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intmax_t: INTEGER_64
    typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uintptr_t: NATURAL_64
    typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intptr_t: INTEGER_64
    typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast64_t: NATURAL_64
    typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast32_t: NATURAL_64
    typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast16_t: NATURAL_64
    typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast8_t: CHARACTER
    typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast64_t: INTEGER_64
    typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast32_t: INTEGER_64
    typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast16_t: INTEGER_64
    typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast8_t: CHARACTER
    typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least64_t: NATURAL_64
    typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least32_t: NATURAL_32
    typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least16_t: NATURAL_16
    typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least8_t: CHARACTER
    typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least64_t: INTEGER_64
    typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least32_t: INTEGER_32
    typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least16_t: INTEGER_16
    typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least8_t: CHARACTER
    typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint64_t: NATURAL_64
    typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint32_t: NATURAL_32
    typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint16_t: NATURAL_16
    typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint8_t: CHARACTER
    typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int64_t: INTEGER_64
    typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int32_t: INTEGER_32
    typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int16_t: INTEGER_16
    typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int8_t: CHARACTER
    typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • ssize_t: INTEGER_64
    typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • off64_t: INTEGER_64
    typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • off_t: INTEGER_64
    typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • size_t: NATURAL_64
    typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • ptrdiff_t: INTEGER_64
    typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • error_t: INTEGER_32
    typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
C type definitions (typedefs)
{ANY}
  • fts5_extension_function: POINTER
    typedef fts5_extension_function from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite3_rtree_dbl: REAL_64
    typedef sqlite3_rtree_dbl from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite3_destructor_type: POINTER
    typedef sqlite3_destructor_type from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite3_syscall_ptr: POINTER
    typedef sqlite3_syscall_ptr from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite3_callback: POINTER
    typedef sqlite3_callback from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite3_uint64: NATURAL_64
    typedef sqlite3_uint64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite3_int64: INTEGER_64
    typedef sqlite3_int64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite_uint64: NATURAL_64
    typedef sqlite_uint64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
  • sqlite_int64: INTEGER_64
    typedef sqlite_int64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite3_module_struct_set_iversion (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for iVersion field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xcreate (a_structure: POINTER, a_value: POINTER)
{}
Setter for xCreate field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xconnect (a_structure: POINTER, a_value: POINTER)
{}
Setter for xConnect field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xbestindex (a_structure: POINTER, a_value: POINTER)
{}
Setter for xBestIndex field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xdisconnect (a_structure: POINTER, a_value: POINTER)
{}
Setter for xDisconnect field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xdestroy (a_structure: POINTER, a_value: POINTER)
{}
Setter for xDestroy field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xopen (a_structure: POINTER, a_value: POINTER)
{}
Setter for xOpen field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xclose (a_structure: POINTER, a_value: POINTER)
{}
Setter for xClose field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xfilter (a_structure: POINTER, a_value: POINTER)
{}
Setter for xFilter field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xnext (a_structure: POINTER, a_value: POINTER)
{}
Setter for xNext field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xeof (a_structure: POINTER, a_value: POINTER)
{}
Setter for xEof field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xcolumn (a_structure: POINTER, a_value: POINTER)
{}
Setter for xColumn field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xrowid (a_structure: POINTER, a_value: POINTER)
{}
Setter for xRowid field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xupdate (a_structure: POINTER, a_value: POINTER)
{}
Setter for xUpdate field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xbegin (a_structure: POINTER, a_value: POINTER)
{}
Setter for xBegin field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xsync (a_structure: POINTER, a_value: POINTER)
{}
Setter for xSync field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xcommit (a_structure: POINTER, a_value: POINTER)
{}
Setter for xCommit field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xrollback (a_structure: POINTER, a_value: POINTER)
{}
Setter for xRollback field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xfindfunction (a_structure: POINTER, a_value: POINTER)
{}
Setter for xFindFunction field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xrename (a_structure: POINTER, a_value: POINTER)
{}
Setter for xRename field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xsavepoint (a_structure: POINTER, a_value: POINTER)
{}
Setter for xSavepoint field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xrelease (a_structure: POINTER, a_value: POINTER)
{}
Setter for xRelease field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_set_xrollbackto (a_structure: POINTER, a_value: POINTER)
{}
Setter for xRollbackTo field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_iversion (a_structure: POINTER): INTEGER_32
{}
Query for iVersion field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xcreate (a_structure: POINTER): POINTER
{}
Query for xCreate field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xconnect (a_structure: POINTER): POINTER
{}
Query for xConnect field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xbestindex (a_structure: POINTER): POINTER
{}
Query for xBestIndex field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xdisconnect (a_structure: POINTER): POINTER
{}
Query for xDisconnect field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xdestroy (a_structure: POINTER): POINTER
{}
Query for xDestroy field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xopen (a_structure: POINTER): POINTER
{}
Query for xOpen field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xclose (a_structure: POINTER): POINTER
{}
Query for xClose field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xfilter (a_structure: POINTER): POINTER
{}
Query for xFilter field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xnext (a_structure: POINTER): POINTER
{}
Query for xNext field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xeof (a_structure: POINTER): POINTER
{}
Query for xEof field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xcolumn (a_structure: POINTER): POINTER
{}
Query for xColumn field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xrowid (a_structure: POINTER): POINTER
{}
Query for xRowid field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xupdate (a_structure: POINTER): POINTER
{}
Query for xUpdate field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xbegin (a_structure: POINTER): POINTER
{}
Query for xBegin field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xsync (a_structure: POINTER): POINTER
{}
Query for xSync field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xcommit (a_structure: POINTER): POINTER
{}
Query for xCommit field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xrollback (a_structure: POINTER): POINTER
{}
Query for xRollback field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xfindfunction (a_structure: POINTER): POINTER
{}
Query for xFindFunction field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xrename (a_structure: POINTER): POINTER
{}
Query for xRename field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xsavepoint (a_structure: POINTER): POINTER
{}
Query for xSavepoint field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xrelease (a_structure: POINTER): POINTER
{}
Query for xRelease field of SQLITE3_MODULE_STRUCT structure.
sqlite3_module_struct_get_xrollbackto (a_structure: POINTER): POINTER
{}
Query for xRollbackTo field of SQLITE3_MODULE_STRUCT structure.
long: INTEGER_64
effective function
{ANY}
a query with the same type of c 'long int'.
long_unsigned: NATURAL_64
effective function
{ANY}
a query with the same type of c 'long unsigned int'.
comparison_fn_t: POINTER
effective function
{ANY}
typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
timer_t: POINTER
effective function
{ANY}
typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
clockid_t: INTEGER_32
effective function
{ANY}
typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
time_t: INTEGER_64
effective function
{ANY}
typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
clock_t: INTEGER_64
effective function
{ANY}
typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
uintmax_t: NATURAL_64
effective function
{ANY}
typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
intmax_t: INTEGER_64
effective function
{ANY}
typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uintptr_t: NATURAL_64
effective function
{ANY}
typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
intptr_t: INTEGER_64
effective function
{ANY}
typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_fast64_t: NATURAL_64
effective function
{ANY}
typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_fast32_t: NATURAL_64
effective function
{ANY}
typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_fast16_t: NATURAL_64
effective function
{ANY}
typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_fast8_t: CHARACTER
effective function
{ANY}
typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_fast64_t: INTEGER_64
effective function
{ANY}
typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_fast32_t: INTEGER_64
effective function
{ANY}
typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_fast16_t: INTEGER_64
effective function
{ANY}
typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_fast8_t: CHARACTER
effective function
{ANY}
typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_least64_t: NATURAL_64
effective function
{ANY}
typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_least32_t: NATURAL_32
effective function
{ANY}
typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_least16_t: NATURAL_16
effective function
{ANY}
typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint_least8_t: CHARACTER
effective function
{ANY}
typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_least64_t: INTEGER_64
effective function
{ANY}
typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_least32_t: INTEGER_32
effective function
{ANY}
typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_least16_t: INTEGER_16
effective function
{ANY}
typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int_least8_t: CHARACTER
effective function
{ANY}
typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint64_t: NATURAL_64
effective function
{ANY}
typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint32_t: NATURAL_32
effective function
{ANY}
typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint16_t: NATURAL_16
effective function
{ANY}
typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
uint8_t: CHARACTER
effective function
{ANY}
typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int64_t: INTEGER_64
effective function
{ANY}
typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int32_t: INTEGER_32
effective function
{ANY}
typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int16_t: INTEGER_16
effective function
{ANY}
typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
int8_t: CHARACTER
effective function
{ANY}
typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ssize_t: INTEGER_64
effective function
{ANY}
typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
off64_t: INTEGER_64
effective function
{ANY}
typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
off_t: INTEGER_64
effective function
{ANY}
typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
size_t: NATURAL_64
effective function
{ANY}
typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ptrdiff_t: INTEGER_64
effective function
{ANY}
typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
error_t: INTEGER_32
effective function
{ANY}
typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
fts5_extension_function: POINTER
effective function
{ANY}
typedef fts5_extension_function from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite3_rtree_dbl: REAL_64
effective function
{ANY}
typedef sqlite3_rtree_dbl from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite3_destructor_type: POINTER
effective function
{ANY}
typedef sqlite3_destructor_type from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite3_syscall_ptr: POINTER
effective function
{ANY}
typedef sqlite3_syscall_ptr from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite3_callback: POINTER
effective function
{ANY}
typedef sqlite3_callback from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite3_uint64: NATURAL_64
effective function
{ANY}
typedef sqlite3_uint64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite3_int64: INTEGER_64
effective function
{ANY}
typedef sqlite3_int64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite_uint64: NATURAL_64
effective function
{ANY}
typedef sqlite_uint64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.
sqlite_int64: INTEGER_64
effective function
{ANY}
typedef sqlite_int64 from /usr/include/sqlite3.h Empty by design, used for anchored declarations.