Sq3ValueC - get type from value … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_BUF (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining a MkBufferC value… | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Blob (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining SQL Values … | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_BinaryR (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining SQL Values … | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Double (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining SQL Values … | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Int (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining SQL Values … | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Int64 (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining SQL Values … | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_StringR (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining SQL Values … | |
static OT_ProcRet | tclsq3lite_Sq3ValueC_Text (Sq3ValueC_ARGS) |
Tcl: → C-API Obtaining SQL Values … | |
Sq3ValueC - get type from value …
|
static |
Tcl:
→ C-API binary [$sq3val BinaryR]
Obtaining SQL Values …
Definition at line 437 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$sq3val Blob]
Obtaining SQL Values …
Definition at line 421 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$val BUF]
Obtaining a MkBufferC value…
Definition at line 407 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API double [$sq3val Double]
Obtaining SQL Values …
Definition at line 451 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$sq3val Int]
Obtaining SQL Values …
Definition at line 464 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API int64 [$sq3val Int64]
Obtaining SQL Values …
Definition at line 477 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API string [$sq3val StringR]
Obtaining SQL Values …
Definition at line 490 of file Sq3ValueC_tcl.c.
|
static |
Tcl:
→ C-API string [$sq3val Text]
Obtaining SQL Values …
Definition at line 504 of file Sq3ValueC_tcl.c.