Sq3ValueC - get type from value … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3ValueC_BUF (Sq3ValueC_ARGS) |
Python: → C-API Obtaining a MkBufferC value… | |
static OT_ProcRet | pysq3lite_Sq3ValueC_Blob (Sq3ValueC_ARGS) |
Python: → C-API Obtaining SQL Values … | |
static OT_ProcRet | pysq3lite_Sq3ValueC_BinaryR (Sq3ValueC_ARGS) |
Python: → C-API Obtaining SQL Values … | |
static OT_ProcRet | pysq3lite_Sq3ValueC_Double (Sq3ValueC_ARGS) |
Python: → C-API Obtaining SQL Values … | |
static OT_ProcRet | pysq3lite_Sq3ValueC_Int (Sq3ValueC_ARGS) |
Python: → C-API Obtaining SQL Values … | |
static OT_ProcRet | pysq3lite_Sq3ValueC_Int64 (Sq3ValueC_ARGS) |
Python: → C-API Obtaining SQL Values … | |
static OT_ProcRet | pysq3lite_Sq3ValueC_StringR (Sq3ValueC_ARGS) |
Python: → C-API Obtaining SQL Values … | |
static OT_ProcRet | pysq3lite_Sq3ValueC_Text (Sq3ValueC_ARGS) |
Python: → C-API Obtaining SQL Values … | |
Sq3ValueC - get type from value …
|
static |
Python:
→ C-API binary sq3val.BinaryR()
Obtaining SQL Values …
Definition at line 420 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API MkBufferC sq3val.Blob()
Obtaining SQL Values …
Definition at line 404 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API MkBufferC val.BUF()
Obtaining a MkBufferC value…
Definition at line 390 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API double sq3val.Double()
Obtaining SQL Values …
Definition at line 434 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API int32 sq3val.Int()
Obtaining SQL Values …
Definition at line 447 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API int64 sq3val.Int64()
Obtaining SQL Values …
Definition at line 460 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API string sq3val.StringR()
Obtaining SQL Values …
Definition at line 473 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API string sq3val.Text()
Obtaining SQL Values …
Definition at line 487 of file Sq3ValueC_py.c.