+
Point of view
All features
deferred class SQLITE3_VFS_STRUCT
Summary
Wrapper of struct sqlite3_vfs 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_vfs_struct_set_iversion (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for iVersion field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_szosfile (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for szOsFile field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_mxpathname (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for mxPathname field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_pnext (a_structure: POINTER, a_value: POINTER)
{}
Setter for pNext field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_zname (a_structure: POINTER, a_value: POINTER)
{}
Setter for zName field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_pappdata (a_structure: POINTER, a_value: POINTER)
{}
Setter for pAppData field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xopen (a_structure: POINTER, a_value: POINTER)
{}
Setter for xOpen field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xdelete (a_structure: POINTER, a_value: POINTER)
{}
Setter for xDelete field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xaccess (a_structure: POINTER, a_value: POINTER)
{}
Setter for xAccess field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xfullpathname (a_structure: POINTER, a_value: POINTER)
{}
Setter for xFullPathname field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xdlopen (a_structure: POINTER, a_value: POINTER)
{}
Setter for xDlOpen field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xdlerror (a_structure: POINTER, a_value: POINTER)
{}
Setter for xDlError field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xdlsym (a_structure: POINTER, a_value: POINTER)
{}
Setter for xDlSym field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xdlclose (a_structure: POINTER, a_value: POINTER)
{}
Setter for xDlClose field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xrandomness (a_structure: POINTER, a_value: POINTER)
{}
Setter for xRandomness field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xsleep (a_structure: POINTER, a_value: POINTER)
{}
Setter for xSleep field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xcurrenttime (a_structure: POINTER, a_value: POINTER)
{}
Setter for xCurrentTime field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xgetlasterror (a_structure: POINTER, a_value: POINTER)
{}
Setter for xGetLastError field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xcurrenttimeint64 (a_structure: POINTER, a_value: POINTER)
{}
Setter for xCurrentTimeInt64 field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xsetsystemcall (a_structure: POINTER, a_value: POINTER)
{}
Setter for xSetSystemCall field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xgetsystemcall (a_structure: POINTER, a_value: POINTER)
{}
Setter for xGetSystemCall field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_set_xnextsystemcall (a_structure: POINTER, a_value: POINTER)
{}
Setter for xNextSystemCall field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_iversion (a_structure: POINTER): INTEGER_32
{}
Query for iVersion field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_szosfile (a_structure: POINTER): INTEGER_32
{}
Query for szOsFile field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_mxpathname (a_structure: POINTER): INTEGER_32
{}
Query for mxPathname field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_pnext (a_structure: POINTER): POINTER
{}
Query for pNext field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_zname (a_structure: POINTER): POINTER
{}
Query for zName field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_pappdata (a_structure: POINTER): POINTER
{}
Query for pAppData field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xopen (a_structure: POINTER): POINTER
{}
Query for xOpen field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xdelete (a_structure: POINTER): POINTER
{}
Query for xDelete field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xaccess (a_structure: POINTER): POINTER
{}
Query for xAccess field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xfullpathname (a_structure: POINTER): POINTER
{}
Query for xFullPathname field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xdlopen (a_structure: POINTER): POINTER
{}
Query for xDlOpen field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xdlerror (a_structure: POINTER): POINTER
{}
Query for xDlError field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xdlsym (a_structure: POINTER): POINTER
{}
Query for xDlSym field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xdlclose (a_structure: POINTER): POINTER
{}
Query for xDlClose field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xrandomness (a_structure: POINTER): POINTER
{}
Query for xRandomness field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xsleep (a_structure: POINTER): POINTER
{}
Query for xSleep field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xcurrenttime (a_structure: POINTER): POINTER
{}
Query for xCurrentTime field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xgetlasterror (a_structure: POINTER): POINTER
{}
Query for xGetLastError field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xcurrenttimeint64 (a_structure: POINTER): POINTER
{}
Query for xCurrentTimeInt64 field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xsetsystemcall (a_structure: POINTER): POINTER
{}
Query for xSetSystemCall field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xgetsystemcall (a_structure: POINTER): POINTER
{}
Query for xGetSystemCall field of SQLITE3_VFS_STRUCT structure.
sqlite3_vfs_struct_get_xnextsystemcall (a_structure: POINTER): POINTER
{}
Query for xNextSystemCall field of SQLITE3_VFS_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.