Sq3BlobC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3BlobC_Read (Sq3BlobC_ARGS) |
Python: → C-API Read Data From A BLOB Incrementally … | |
static OT_ProcRet | pysq3lite_Sq3BlobC_Bytes (Sq3BlobC_ARGS) |
Python: → C-API Return The Size Of An Open BLOB … | |
static OT_ProcRet | pysq3lite_Sq3BlobC_Reopen (Sq3BlobC_ARGS) |
Python: → C-API Move a BLOB Handle to a New Row … | |
static OT_ProcRet | pysq3lite_Sq3BlobC_Write (Sq3BlobC_ARGS) |
Python: → C-API Write Data Into A BLOB Incrementally … | |
Sq3BlobC - various functions to perform misc operations …
|
static |
Python:
→ C-API int32 sq3blob.Bytes()
Return The Size Of An Open BLOB …
Definition at line 269 of file Sq3BlobC_py.c.
|
static |
Python:
→ C-API MkBufferC sq3blob.Read(Z_inout:MkBufferC, iOffset:int32)
Read Data From A BLOB Incrementally …
Definition at line 249 of file Sq3BlobC_py.c.
|
static |
Python:
→ C-API sq3blob.Reopen(arg1:int64)
Move a BLOB Handle to a New Row …
Definition at line 282 of file Sq3BlobC_py.c.
|
static |
Python:
→ C-API sq3blob.Write(z:MkBufferC, iOffset:int32)
Write Data Into A BLOB Incrementally …
Definition at line 298 of file Sq3BlobC_py.c.