Sq3ValueC_sq3.h - 12 Dec 2024 - aotto1968. More...
Go to the source code of this file.
Functions | |
static enum Sq3TextE | Sq3ValueBytes (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static enum Sq3TextE | Sq3ValueEncoding (SQ3_VALN sq3val) |
Report the internal text encoding state of an sqlite3_value object … | |
static MK_BOOL | Sq3ValueFromBind (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MK_BOOL | Sq3ValueNoChange (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static enum Sq3TypeE | Sq3ValueNumericType (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MK_I32 | Sq3ValueSubType (SQ3_VALN sq3val) |
Finding The Subtype Of SQL Values … | |
static enum Sq3TypeE | Sq3ValueType (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static SQ3_VAL | Sq3ValueDup (SQ3_VALN sq3val) |
Copy And Free SQL Values … | |
static void | Sq3ValueFree (SQ3_VAL sq3val) |
Copy And Free SQL Values … | |
static MK_BINN | Sq3ValueBlobHide (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MK_DBL | Sq3ValueDouble (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MK_I32 | Sq3ValueInt (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MK_I64 | Sq3ValueInt64 (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MK_PTR | Sq3ValuePointer (SQ3_VALN sq3val, MK_STRN arg1) |
Obtaining SQL Values … | |
static MK_STRN | Sq3ValueText (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static enum MkErrorE | Sq3ValueVtabInFirst (SQ3_VAL pVal, SQ3_VAL *ppOut) |
Find all elements on the right-hand side of an IN constraint … | |
static enum MkErrorE | Sq3ValueVtabInNext (SQ3_VAL pVal, SQ3_VAL *ppOut) |
Find all elements on the right-hand side of an IN constraint … | |
static MkBinaryR | Sq3ValueBinaryR (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MK_BUF | Sq3ValueBlob_RT (MK_RT mkrt, SQ3_VALN sq3val) |
Obtaining SQL Values … | |
static MkStringR | Sq3ValueStringR (SQ3_VALN sq3val) |
Obtaining SQL Values … | |
void | Sq3ValueLog_RT (MK_RT mkrt, SQ3_VALN const val, MK_OBJN fmtobj, MK_DBG const debug, MK_STRN const callfunc, MK_I32 const lvl) |
log the val … | |
MK_BUF | Sq3ValueBUF_RT (MK_RT mkrt, SQ3_VALN const val) |
Obtaining a MkBufferC value… | |
Sq3ValueC_sq3.h - 12 Dec 2024 - aotto1968.
Definition in file Sq3ValueC_sq3.h.