Sq3BlobC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | atlsq3lite_Sq3BlobC_Read (Sq3BlobC_ARGS) |
Atl: → C-API Read Data From A BLOB Incrementally … | |
static OT_ProcRet | atlsq3lite_Sq3BlobC_Bytes (Sq3BlobC_ARGS) |
Atl: → C-API Return The Size Of An Open BLOB … | |
static OT_ProcRet | atlsq3lite_Sq3BlobC_Reopen (Sq3BlobC_ARGS) |
Atl: → C-API Move a BLOB Handle to a New Row … | |
static OT_ProcRet | atlsq3lite_Sq3BlobC_Write (Sq3BlobC_ARGS) |
Atl: → C-API Write Data Into A BLOB Incrementally … | |
Sq3BlobC - various functions to perform misc operations …
|
static |
Atl:
→ C-API int32 [Sq3BlobC::Bytes $sq3blob]
Return The Size Of An Open BLOB …
Definition at line 269 of file Sq3BlobC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [Sq3BlobC::Read $sq3blob Z_inout:MkBufferC iOffset:int32]
Read Data From A BLOB Incrementally …
Definition at line 249 of file Sq3BlobC_atl.c.
|
static |
Atl:
→ C-API Sq3BlobC::Reopen $sq3blob arg1:int64
Move a BLOB Handle to a New Row …
Definition at line 282 of file Sq3BlobC_atl.c.
|
static |
Atl:
→ C-API Sq3BlobC::Write $sq3blob z:MkBufferC iOffset:int32
Write Data Into A BLOB Incrementally …
Definition at line 298 of file Sq3BlobC_atl.c.