Sq3BlobC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_Read (Sq3BlobC_ARGS) |
Tcl: → C-API Read Data From A BLOB Incrementally … | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_Bytes (Sq3BlobC_ARGS) |
Tcl: → C-API Return The Size Of An Open BLOB … | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_Reopen (Sq3BlobC_ARGS) |
Tcl: → C-API Move a BLOB Handle to a New Row … | |
static OT_ProcRet | tclsq3lite_Sq3BlobC_Write (Sq3BlobC_ARGS) |
Tcl: → C-API Write Data Into A BLOB Incrementally … | |
Sq3BlobC - various functions to perform misc operations …
|
static |
Tcl:
→ C-API int32 [$sq3blob Bytes]
Return The Size Of An Open BLOB …
Definition at line 290 of file Sq3BlobC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$sq3blob Read Z_inout:MkBufferC iOffset:int32]
Read Data From A BLOB Incrementally …
Definition at line 270 of file Sq3BlobC_tcl.c.
|
static |
Tcl:
→ C-API $sq3blob Reopen arg1:int64
Move a BLOB Handle to a New Row …
Definition at line 303 of file Sq3BlobC_tcl.c.
|
static |
Tcl:
→ C-API $sq3blob Write z:MkBufferC iOffset:int32
Write Data Into A BLOB Incrementally …
Definition at line 319 of file Sq3BlobC_tcl.c.