Sq3Enum_sq3.h - 12 Dec 2024 - aotto1968. More...
#include "LibSq3Lite_sq3.h"
Go to the source code of this file.
Sq3CheckpointE | |
enum | Sq3CheckpointE { SQ3_CHECKPOINT_PASSIVE = 0 , SQ3_CHECKPOINT_FULL = 1 , SQ3_CHECKPOINT_RESTART = 2 , SQ3_CHECKPOINT_TRUNCATE = 3 } |
Checkpoint Mode Values. More... | |
typedef enum Sq3CheckpointE | Sq3CheckpointE |
Checkpoint Mode Values. | |
MK_STRN | Sq3CheckpointE_ToString (enum Sq3CheckpointE value) |
return the Sq3CheckpointE as string … | |
static MK_I32 | Sq3CheckpointE_ToInt (enum Sq3CheckpointE value) |
return the Sq3CheckpointE as integer … | |
enum MkErrorE | Sq3CheckpointE_FromInt (MK_I32 const value, enum Sq3CheckpointE *value_out) |
return the Sq3CheckpointE from integer … | |
Sq3DbStatusE | |
enum | Sq3DbStatusE { SQ3_DBSTATUS_LOOKASIDE_USED = 0 , SQ3_DBSTATUS_CACHE_USED = 1 , SQ3_DBSTATUS_SCHEMA_USED = 2 , SQ3_DBSTATUS_STMT_USED = 3 , SQ3_DBSTATUS_LOOKASIDE_HIT = 4 , SQ3_DBSTATUS_LOOKASIDE_MISS_SIZE = 5 , SQ3_DBSTATUS_LOOKASIDE_MISS_FULL = 6 , SQ3_DBSTATUS_CACHE_HIT = 7 , SQ3_DBSTATUS_CACHE_MISS = 8 , SQ3_DBSTATUS_CACHE_WRITE = 9 , SQ3_DBSTATUS_DEFERRED_FKS = 10 , SQ3_DBSTATUS_CACHE_USED_SHARED = 11 , SQ3_DBSTATUS_CACHE_SPILL = 12 , SQ3_DBSTATUS_MAX = 12 } |
Status Parameters for database connections. More... | |
typedef enum Sq3DbStatusE | Sq3DbStatusE |
Status Parameters for database connections. | |
MK_STRN | Sq3DbStatusE_ToString (enum Sq3DbStatusE value) |
return the Sq3DbStatusE as string … | |
static MK_I32 | Sq3DbStatusE_ToInt (enum Sq3DbStatusE value) |
return the Sq3DbStatusE as integer … | |
enum MkErrorE | Sq3DbStatusE_FromInt (MK_I32 const value, enum Sq3DbStatusE *value_out) |
return the Sq3DbStatusE from integer … | |
Sq3AccessE | |
enum | Sq3AccessE { SQ3_ACCESS_EXISTS = 0 , SQ3_ACCESS_READWRITE = 1 , SQ3_ACCESS_READ = 2 } |
Flags for the xAccess VFS method. More... | |
typedef enum Sq3AccessE | Sq3AccessE |
Flags for the xAccess VFS method. | |
MK_STRN | Sq3AccessE_ToString (enum Sq3AccessE value) |
return the Sq3AccessE as string … | |
static MK_I32 | Sq3AccessE_ToInt (enum Sq3AccessE value) |
return the Sq3AccessE as integer … | |
enum MkErrorE | Sq3AccessE_FromInt (MK_I32 const value, enum Sq3AccessE *value_out) |
return the Sq3AccessE from integer … | |
Sq3IoCapEF | |
enum | Sq3IoCapEF { SQ3_IOCAP_ATOMIC = 0x00000001 , SQ3_IOCAP_ATOMIC512 = 0x00000002 , SQ3_IOCAP_ATOMIC1K = 0x00000004 , SQ3_IOCAP_ATOMIC2K = 0x00000008 , SQ3_IOCAP_ATOMIC4K = 0x00000010 , SQ3_IOCAP_ATOMIC8K = 0x00000020 , SQ3_IOCAP_ATOMIC16K = 0x00000040 , SQ3_IOCAP_ATOMIC32K = 0x00000080 , SQ3_IOCAP_ATOMIC64K = 0x00000100 , SQ3_IOCAP_SAFE_APPEND = 0x00000200 , SQ3_IOCAP_SEQUENTIAL = 0x00000400 , SQ3_IOCAP_UNDELETABLE_WHEN_OPEN = 0x00000800 , SQ3_IOCAP_POWERSAFE_OVERWRITE = 0x00001000 , SQ3_IOCAP_IMMUTABLE = 0x00002000 , SQ3_IOCAP_BATCH_ATOMIC = 0x00004000 } |
Device Characteristics. More... | |
typedef enum Sq3IoCapEF | Sq3IoCapEF |
Device Characteristics. | |
MK_STRN | Sq3IoCapEF_ToString (enum Sq3IoCapEF value) |
return the Sq3IoCapEF as string … | |
static MK_I32 | Sq3IoCapEF_ToInt (enum Sq3IoCapEF value) |
return the Sq3IoCapEF as integer … | |
enum MkErrorE | Sq3IoCapEF_FromInt (MK_I32 const value, enum Sq3IoCapEF *value_out) |
return the Sq3IoCapEF from integer … | |
Sq3ChangesetE | |
enum | Sq3ChangesetE { SQ3_CHANGESET_DATA = 1 , SQ3_CHANGESET_NOTFOUND = 2 , SQ3_CHANGESET_CONFLICT = 3 , SQ3_CHANGESET_CONSTRAINT = 4 , SQ3_CHANGESET_FOREIGN_KEY = 5 } |
Constants Passed To The Conflict Handler. More... | |
typedef enum Sq3ChangesetE | Sq3ChangesetE |
Constants Passed To The Conflict Handler. | |
MK_STRN | Sq3ChangesetE_ToString (enum Sq3ChangesetE value) |
return the Sq3ChangesetE as string … | |
static MK_I32 | Sq3ChangesetE_ToInt (enum Sq3ChangesetE value) |
return the Sq3ChangesetE as integer … | |
enum MkErrorE | Sq3ChangesetE_FromInt (MK_I32 const value, enum Sq3ChangesetE *value_out) |
return the Sq3ChangesetE from integer … | |
Sq3SerializeE | |
enum | Sq3SerializeE { SQ3_SERIALIZE_NO = 0x000 , SQ3_SERIALIZE_NOCOPY = 0x001 } |
Flags for sqlite3_serialize. More... | |
typedef enum Sq3SerializeE | Sq3SerializeE |
Flags for sqlite3_serialize. | |
MK_STRN | Sq3SerializeE_ToString (enum Sq3SerializeE value) |
return the Sq3SerializeE as string … | |
static MK_I32 | Sq3SerializeE_ToInt (enum Sq3SerializeE value) |
return the Sq3SerializeE as integer … | |
enum MkErrorE | Sq3SerializeE_FromInt (MK_I32 const value, enum Sq3SerializeE *value_out) |
return the Sq3SerializeE from integer … | |
Sq3VtabE | |
enum | Sq3VtabE { SQ3_VTAB_CONSTRAINT_SUPPORT = 1 , SQ3_VTAB_INNOCUOUS = 2 , SQ3_VTAB_DIRECTONLY = 3 , SQ3_VTAB_USES_ALL_SCHEMAS = 4 } |
Virtual Table Configuration Options. More... | |
typedef enum Sq3VtabE | Sq3VtabE |
Virtual Table Configuration Options. | |
MK_STRN | Sq3VtabE_ToString (enum Sq3VtabE value) |
return the Sq3VtabE as string … | |
static MK_I32 | Sq3VtabE_ToInt (enum Sq3VtabE value) |
return the Sq3VtabE as integer … | |
enum MkErrorE | Sq3VtabE_FromInt (MK_I32 const value, enum Sq3VtabE *value_out) |
return the Sq3VtabE from integer … | |
Sq3StmtStatusE | |
enum | Sq3StmtStatusE { SQ3_STMTSTATUS_FULLSCAN_STEP = 1 , SQ3_STMTSTATUS_SORT = 2 , SQ3_STMTSTATUS_AUTOINDEX = 3 , SQ3_STMTSTATUS_VM_STEP = 4 , SQ3_STMTSTATUS_REPREPARE = 5 , SQ3_STMTSTATUS_RUN = 6 , SQ3_STMTSTATUS_FILTER_MISS = 7 , SQ3_STMTSTATUS_FILTER_HIT = 8 , SQ3_STMTSTATUS_MEMUSED = 99 } |
Status Parameters for prepared statements. More... | |
typedef enum Sq3StmtStatusE | Sq3StmtStatusE |
Status Parameters for prepared statements. | |
MK_STRN | Sq3StmtStatusE_ToString (enum Sq3StmtStatusE value) |
return the Sq3StmtStatusE as string … | |
static MK_I32 | Sq3StmtStatusE_ToInt (enum Sq3StmtStatusE value) |
return the Sq3StmtStatusE as integer … | |
enum MkErrorE | Sq3StmtStatusE_FromInt (MK_I32 const value, enum Sq3StmtStatusE *value_out) |
return the Sq3StmtStatusE from integer … | |
Sq3MutexE | |
enum | Sq3MutexE { SQ3_MUTEX_FAST = 0 , SQ3_MUTEX_RECURSIVE = 1 , SQ3_MUTEX_STATIC_MAIN = 2 , SQ3_MUTEX_STATIC_MEM = 3 , SQ3_MUTEX_STATIC_MEM2 = 4 , SQ3_MUTEX_STATIC_OPEN = 4 , SQ3_MUTEX_STATIC_PRNG = 5 , SQ3_MUTEX_STATIC_LRU = 6 , SQ3_MUTEX_STATIC_LRU2 = 7 , SQ3_MUTEX_STATIC_PMEM = 7 , SQ3_MUTEX_STATIC_APP1 = 8 , SQ3_MUTEX_STATIC_APP2 = 9 , SQ3_MUTEX_STATIC_APP3 = 10 , SQ3_MUTEX_STATIC_VFS1 = 11 , SQ3_MUTEX_STATIC_VFS2 = 12 , SQ3_MUTEX_STATIC_VFS3 = 13 } |
Mutex Types. More... | |
typedef enum Sq3MutexE | Sq3MutexE |
Mutex Types. | |
MK_STRN | Sq3MutexE_ToString (enum Sq3MutexE value) |
return the Sq3MutexE as string … | |
static MK_I32 | Sq3MutexE_ToInt (enum Sq3MutexE value) |
return the Sq3MutexE as integer … | |
enum MkErrorE | Sq3MutexE_FromInt (MK_I32 const value, enum Sq3MutexE *value_out) |
return the Sq3MutexE from integer … | |
Sq3TxnE | |
enum | Sq3TxnE { SQ3_TXN_NONE = 0 , SQ3_TXN_READ = 1 , SQ3_TXN_WRITE = 2 } |
Allowed return values from sqlite3_txn_state() More... | |
typedef enum Sq3TxnE | Sq3TxnE |
Allowed return values from sqlite3_txn_state() | |
MK_STRN | Sq3TxnE_ToString (enum Sq3TxnE value) |
return the Sq3TxnE as string … | |
static MK_I32 | Sq3TxnE_ToInt (enum Sq3TxnE value) |
return the Sq3TxnE as integer … | |
enum MkErrorE | Sq3TxnE_FromInt (MK_I32 const value, enum Sq3TxnE *value_out) |
return the Sq3TxnE from integer … | |
Sq3FunctionEF | |
enum | Sq3FunctionEF { SQ3_FUNCTION_DETERMINISTIC = 0x000000800 , SQ3_FUNCTION_DIRECTONLY = 0x000080000 , SQ3_FUNCTION_SUBTYPE = 0x000100000 , SQ3_FUNCTION_INNOCUOUS = 0x000200000 , SQ3_FUNCTION_RESULT_SUBTYPE = 0x001000000 } |
Function Flags. More... | |
typedef enum Sq3FunctionEF | Sq3FunctionEF |
Function Flags. | |
MK_STRN | Sq3FunctionEF_ToString (enum Sq3FunctionEF value) |
return the Sq3FunctionEF as string … | |
static MK_I32 | Sq3FunctionEF_ToInt (enum Sq3FunctionEF value) |
return the Sq3FunctionEF as integer … | |
enum MkErrorE | Sq3FunctionEF_FromInt (MK_I32 const value, enum Sq3FunctionEF *value_out) |
return the Sq3FunctionEF from integer … | |
Sq3TypeE | |
enum | Sq3TypeE { SQ3_TYPE_INTEGER = 1 , SQ3_TYPE_FLOAT = 2 , SQ3_TYPE_BLOB = 4 , SQ3_TYPE_NULL = 5 , SQ3_TYPE_TEXT = 3 } |
Fundamental Datatypes. More... | |
typedef enum Sq3TypeE | Sq3TypeE |
Fundamental Datatypes. | |
MK_STRN | Sq3TypeE_ToString (enum Sq3TypeE value) |
return the Sq3TypeE as string … | |
static MK_I32 | Sq3TypeE_ToInt (enum Sq3TypeE value) |
return the Sq3TypeE as integer … | |
enum MkErrorE | Sq3TypeE_FromInt (MK_I32 const value, enum Sq3TypeE *value_out) |
return the Sq3TypeE from integer … | |
Sq3LimitE | |
enum | Sq3LimitE { SQ3_LIMIT_LENGTH = 0 , SQ3_LIMIT_SQL_LENGTH = 1 , SQ3_LIMIT_COLUMN = 2 , SQ3_LIMIT_EXPR_DEPTH = 3 , SQ3_LIMIT_COMPOUND_SELECT = 4 , SQ3_LIMIT_VDBE_OP = 5 , SQ3_LIMIT_FUNCTION_ARG = 6 , SQ3_LIMIT_ATTACHED = 7 , SQ3_LIMIT_LIKE_PATTERN_LENGTH = 8 , SQ3_LIMIT_VARIABLE_NUMBER = 9 , SQ3_LIMIT_TRIGGER_DEPTH = 10 , SQ3_LIMIT_WORKER_THREADS = 11 } |
Run-Time Limit Categories. More... | |
typedef enum Sq3LimitE | Sq3LimitE |
Run-Time Limit Categories. | |
MK_STRN | Sq3LimitE_ToString (enum Sq3LimitE value) |
return the Sq3LimitE as string … | |
static MK_I32 | Sq3LimitE_ToInt (enum Sq3LimitE value) |
return the Sq3LimitE as integer … | |
enum MkErrorE | Sq3LimitE_FromInt (MK_I32 const value, enum Sq3LimitE *value_out) |
return the Sq3LimitE from integer … | |
Sq3PrepareEF | |
enum | Sq3PrepareEF { SQ3_PREPARE_NO = 0x00 , SQ3_PREPARE_PERSISTENT = 0x01 , SQ3_PREPARE_NORMALIZE = 0x02 , SQ3_PREPARE_NO_VTAB = 0x04 } |
Prepare Flags. More... | |
typedef enum Sq3PrepareEF | Sq3PrepareEF |
Prepare Flags. | |
MK_STRN | Sq3PrepareEF_ToString (enum Sq3PrepareEF value) |
return the Sq3PrepareEF as string … | |
static MK_I32 | Sq3PrepareEF_ToInt (enum Sq3PrepareEF value) |
return the Sq3PrepareEF as integer … | |
enum MkErrorE | Sq3PrepareEF_FromInt (MK_I32 const value, enum Sq3PrepareEF *value_out) |
return the Sq3PrepareEF from integer … | |
Sq3SyncEF | |
enum | Sq3SyncEF { SQ3_SYNC_NORMAL = 0x00002 , SQ3_SYNC_FULL = 0x00003 , SQ3_SYNC_DATAONLY = 0x00010 } |
Synchronization Type Flags. More... | |
typedef enum Sq3SyncEF | Sq3SyncEF |
Synchronization Type Flags. | |
MK_STRN | Sq3SyncEF_ToString (enum Sq3SyncEF value) |
return the Sq3SyncEF as string … | |
static MK_I32 | Sq3SyncEF_ToInt (enum Sq3SyncEF value) |
return the Sq3SyncEF as integer … | |
enum MkErrorE | Sq3SyncEF_FromInt (MK_I32 const value, enum Sq3SyncEF *value_out) |
return the Sq3SyncEF from integer … | |
Sq3OpenEF | |
enum | Sq3OpenEF { SQ3_OPEN_READONLY = 0x00000001 , SQ3_OPEN_READWRITE = 0x00000002 , SQ3_OPEN_CREATE = 0x00000004 , SQ3_OPEN_DELETEONCLOSE = 0x00000008 , SQ3_OPEN_EXCLUSIVE = 0x00000010 , SQ3_OPEN_AUTOPROXY = 0x00000020 , SQ3_OPEN_URI = 0x00000040 , SQ3_OPEN_MEMORY = 0x00000080 , SQ3_OPEN_MAIN_DB = 0x00000100 , SQ3_OPEN_TEMP_DB = 0x00000200 , SQ3_OPEN_TRANSIENT_DB = 0x00000400 , SQ3_OPEN_MAIN_JOURNAL = 0x00000800 , SQ3_OPEN_TEMP_JOURNAL = 0x00001000 , SQ3_OPEN_SUBJOURNAL = 0x00002000 , SQ3_OPEN_SUPER_JOURNAL = 0x00004000 , SQ3_OPEN_NOMUTEX = 0x00008000 , SQ3_OPEN_FULLMUTEX = 0x00010000 , SQ3_OPEN_SHAREDCACHE = 0x00020000 , SQ3_OPEN_PRIVATECACHE = 0x00040000 , SQ3_OPEN_WAL = 0x00080000 , SQ3_OPEN_NOFOLLOW = 0x01000000 , SQ3_OPEN_EXRESCODE = 0x02000000 } |
Flags For File Open Operations. More... | |
typedef enum Sq3OpenEF | Sq3OpenEF |
Flags For File Open Operations. | |
MK_STRN | Sq3OpenEF_ToString (enum Sq3OpenEF value) |
return the Sq3OpenEF as string … | |
static MK_I32 | Sq3OpenEF_ToInt (enum Sq3OpenEF value) |
return the Sq3OpenEF as integer … | |
enum MkErrorE | Sq3OpenEF_FromInt (MK_I32 const value, enum Sq3OpenEF *value_out) |
return the Sq3OpenEF from integer … | |
Sq3DeSerializeEF | |
enum | Sq3DeSerializeEF { SQ3_DESERIALIZE_NO = 0 , SQ3_DESERIALIZE_FREEONCLOSE = 1 , SQ3_DESERIALIZE_RESIZEABLE = 2 , SQ3_DESERIALIZE_READONLY = 4 } |
Flags for sqlite3_deserialize() More... | |
typedef enum Sq3DeSerializeEF | Sq3DeSerializeEF |
Flags for sqlite3_deserialize() | |
MK_STRN | Sq3DeSerializeEF_ToString (enum Sq3DeSerializeEF value) |
return the Sq3DeSerializeEF as string … | |
static MK_I32 | Sq3DeSerializeEF_ToInt (enum Sq3DeSerializeEF value) |
return the Sq3DeSerializeEF as integer … | |
enum MkErrorE | Sq3DeSerializeEF_FromInt (MK_I32 const value, enum Sq3DeSerializeEF *value_out) |
return the Sq3DeSerializeEF from integer … | |
Sq3ScanStatE | |
enum | Sq3ScanStatE { SQ3_SCANSTAT_NLOOP = 0 , SQ3_SCANSTAT_NVISIT = 1 , SQ3_SCANSTAT_EST = 2 , SQ3_SCANSTAT_NAME = 3 , SQ3_SCANSTAT_EXPLAIN = 4 , SQ3_SCANSTAT_SELECTID = 5 , SQ3_SCANSTAT_PARENTID = 6 , SQ3_SCANSTAT_NCYCLE = 7 } |
Prepared Statement Scan Status Opcodes. More... | |
typedef enum Sq3ScanStatE | Sq3ScanStatE |
Prepared Statement Scan Status Opcodes. | |
MK_STRN | Sq3ScanStatE_ToString (enum Sq3ScanStatE value) |
return the Sq3ScanStatE as string … | |
static MK_I32 | Sq3ScanStatE_ToInt (enum Sq3ScanStatE value) |
return the Sq3ScanStatE as integer … | |
enum MkErrorE | Sq3ScanStatE_FromInt (MK_I32 const value, enum Sq3ScanStatE *value_out) |
return the Sq3ScanStatE from integer … | |
Sq3StatusE | |
enum | Sq3StatusE { SQ3_STATUS_MEMORY_USED = 0 , SQ3_STATUS_PAGECACHE_USED = 1 , SQ3_STATUS_PAGECACHE_OVERFLOW = 2 , SQ3_STATUS_SCRATCH_USED = 3 , SQ3_STATUS_SCRATCH_OVERFLOW = 4 , SQ3_STATUS_MALLOC_SIZE = 5 , SQ3_STATUS_PARSER_STACK = 6 , SQ3_STATUS_PAGECACHE_SIZE = 7 , SQ3_STATUS_SCRATCH_SIZE = 8 , SQ3_STATUS_MALLOC_COUNT = 9 } |
Status Parameters. More... | |
typedef enum Sq3StatusE | Sq3StatusE |
Status Parameters. | |
MK_STRN | Sq3StatusE_ToString (enum Sq3StatusE value) |
return the Sq3StatusE as string … | |
static MK_I32 | Sq3StatusE_ToInt (enum Sq3StatusE value) |
return the Sq3StatusE as integer … | |
enum MkErrorE | Sq3StatusE_FromInt (MK_I32 const value, enum Sq3StatusE *value_out) |
return the Sq3StatusE from integer … | |
Sq3TextE | |
enum | Sq3TextE { SQ3_TEXT_UTF8 = 1 , SQ3_TEXT_UTF16LE = 2 , SQ3_TEXT_UTF16BE = 3 , SQ3_TEXT_UTF16 = 4 , SQ3_TEXT_ANY = 5 , SQ3_TEXT_UTF16_ALIGNED = 8 } |
Text Encodings. More... | |
typedef enum Sq3TextE | Sq3TextE |
Text Encodings. | |
MK_STRN | Sq3TextE_ToString (enum Sq3TextE value) |
return the Sq3TextE as string … | |
static MK_I32 | Sq3TextE_ToInt (enum Sq3TextE value) |
return the Sq3TextE as integer … | |
enum MkErrorE | Sq3TextE_FromInt (MK_I32 const value, enum Sq3TextE *value_out) |
return the Sq3TextE from integer … | |
Sq3TraceEF | |
enum | Sq3TraceEF { SQ3_TRACE_STMT = 0x01 , SQ3_TRACE_PROFILE = 0x02 , SQ3_TRACE_ROW = 0x04 , SQ3_TRACE_CLOSE = 0x08 } |
SQL Trace Event Codes. More... | |
typedef enum Sq3TraceEF | Sq3TraceEF |
SQL Trace Event Codes. | |
MK_STRN | Sq3TraceEF_ToString (enum Sq3TraceEF value) |
return the Sq3TraceEF as string … | |
static MK_I32 | Sq3TraceEF_ToInt (enum Sq3TraceEF value) |
return the Sq3TraceEF as integer … | |
enum MkErrorE | Sq3TraceEF_FromInt (MK_I32 const value, enum Sq3TraceEF *value_out) |
return the Sq3TraceEF from integer … | |
Sq3AuthReturnE | |
enum | Sq3AuthReturnE { SQ3_AUTHRETURN_OK = 0 , SQ3_AUTHRETURN_DENY = 1 , SQ3_AUTHRETURN_IGNORE = 2 } |
Authorizer Return Codes. More... | |
typedef enum Sq3AuthReturnE | Sq3AuthReturnE |
Authorizer Return Codes. | |
MK_STRN | Sq3AuthReturnE_ToString (enum Sq3AuthReturnE value) |
return the Sq3AuthReturnE as string … | |
static MK_I32 | Sq3AuthReturnE_ToInt (enum Sq3AuthReturnE value) |
return the Sq3AuthReturnE as integer … | |
enum MkErrorE | Sq3AuthReturnE_FromInt (MK_I32 const value, enum Sq3AuthReturnE *value_out) |
return the Sq3AuthReturnE from integer … | |
Sq3ShmLockE | |
enum | Sq3ShmLockE { SQ3_SHM_UNLOCK = 1 , SQ3_SHM_LOCK = 2 , SQ3_SHM_SHARED = 4 , SQ3_SHM_EXCLUSIVE = 8 } |
Flags for the xShmLock VFS method. More... | |
typedef enum Sq3ShmLockE | Sq3ShmLockE |
Flags for the xShmLock VFS method. | |
MK_STRN | Sq3ShmLockE_ToString (enum Sq3ShmLockE value) |
return the Sq3ShmLockE as string … | |
static MK_I32 | Sq3ShmLockE_ToInt (enum Sq3ShmLockE value) |
return the Sq3ShmLockE as integer … | |
enum MkErrorE | Sq3ShmLockE_FromInt (MK_I32 const value, enum Sq3ShmLockE *value_out) |
return the Sq3ShmLockE from integer … | |
Sq3LockE | |
enum | Sq3LockE { SQ3_LOCK_NONE = 0 , SQ3_LOCK_SHARED = 1 , SQ3_LOCK_RESERVED = 2 , SQ3_LOCK_PENDING = 3 , SQ3_LOCK_EXCLUSIVE = 4 } |
File Locking Levels. More... | |
typedef enum Sq3LockE | Sq3LockE |
File Locking Levels. | |
MK_STRN | Sq3LockE_ToString (enum Sq3LockE value) |
return the Sq3LockE as string … | |
static MK_I32 | Sq3LockE_ToInt (enum Sq3LockE value) |
return the Sq3LockE as integer … | |
enum MkErrorE | Sq3LockE_FromInt (MK_I32 const value, enum Sq3LockE *value_out) |
return the Sq3LockE from integer … | |
Sq3ChangeSetConflictE | |
enum | Sq3ChangeSetConflictE { SQ3_CHANGESET_CONFLICT_OMIT = 0 , SQ3_CHANGESET_CONFLICT_REPLACE = 1 , SQ3_CHANGESET_CONFLICT_ABORT = 2 } |
Constants Returned By The Conflict Handler. More... | |
typedef enum Sq3ChangeSetConflictE | Sq3ChangeSetConflictE |
Constants Returned By The Conflict Handler. | |
MK_STRN | Sq3ChangeSetConflictE_ToString (enum Sq3ChangeSetConflictE value) |
return the Sq3ChangeSetConflictE as string … | |
static MK_I32 | Sq3ChangeSetConflictE_ToInt (enum Sq3ChangeSetConflictE value) |
return the Sq3ChangeSetConflictE as integer … | |
enum MkErrorE | Sq3ChangeSetConflictE_FromInt (MK_I32 const value, enum Sq3ChangeSetConflictE *value_out) |
return the Sq3ChangeSetConflictE from integer … | |
Sq3SessionObjConfigE | |
enum | Sq3SessionObjConfigE { SQ3_SESSION_OBJCONFIG_SIZE = 1 , SQ3_SESSION_OBJCONFIG_ROWID = 2 } |
Options for sqlite3session_object_config. More... | |
typedef enum Sq3SessionObjConfigE | Sq3SessionObjConfigE |
Options for sqlite3session_object_config. | |
MK_STRN | Sq3SessionObjConfigE_ToString (enum Sq3SessionObjConfigE value) |
return the Sq3SessionObjConfigE as string … | |
static MK_I32 | Sq3SessionObjConfigE_ToInt (enum Sq3SessionObjConfigE value) |
return the Sq3SessionObjConfigE as integer … | |
enum MkErrorE | Sq3SessionObjConfigE_FromInt (MK_I32 const value, enum Sq3SessionObjConfigE *value_out) |
return the Sq3SessionObjConfigE from integer … | |
Sq3ConflictResolutionE | |
enum | Sq3ConflictResolutionE { SQ3_CONFLICT_ROLLBACK = 1 , SQ3_CONFLICT_FAIL = 3 , SQ3_CONFLICT_REPLACE = 5 } |
Conflict resolution modes. More... | |
typedef enum Sq3ConflictResolutionE | Sq3ConflictResolutionE |
Conflict resolution modes. | |
MK_STRN | Sq3ConflictResolutionE_ToString (enum Sq3ConflictResolutionE value) |
return the Sq3ConflictResolutionE as string … | |
static MK_I32 | Sq3ConflictResolutionE_ToInt (enum Sq3ConflictResolutionE value) |
return the Sq3ConflictResolutionE as integer … | |
enum MkErrorE | Sq3ConflictResolutionE_FromInt (MK_I32 const value, enum Sq3ConflictResolutionE *value_out) |
return the Sq3ConflictResolutionE from integer … | |
Sq3Enum_sq3.h - 12 Dec 2024 - aotto1968.
Definition in file Sq3Enum_sq3.h.