theSq3Lite 10.0
|
tag: nhi1-release-250425 More...
#include "LibSq3Lite_private_atl.h"
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "Sq3BlobC_atl.c" |
#define | OT_CLASS asq3rt->AtlSq3BlobC |
#define | OT_NULL asq3rt->AtlSq3BlobC_MK_NULL |
#define | OT_CLASS_NAME "Sq3BlobC" |
#define | SELF2HDL(O) |
#define | OT_SETUP_hdl SetupHdlFromMetaData_2(SQ3_BLOB) |
#define | OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(SQ3_BLOB) |
#define | OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(SQ3_BLOB) |
#define | OT_SETUP_hdl_constr SetupHdlConstr(Sq3BlobC) |
#define | OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
#define | OT_SETUP_hdl_static SetupHdlStatic(Sq3BlobC) |
#define | OT_retObj_CONSTR(x) |
#define | ClassInit |
#define | CTOR_doc "Sq3BlobC [Sq3BlobC::CTOR sq3lite:Sq3LiteC zDb:string zTable:string zColumn:string iRow:int64 flags:int32]" |
#define | Open_doc "Sq3BlobC [Sq3BlobC::Open sq3lite:Sq3LiteC zDb:string zTable:string zColumn:string iRow:int64 flags:int32]" |
#define | GetNull_doc "Sq3BlobC [Sq3BlobC::GetNull]" |
#define | HandleResolve_doc "Sq3BlobC [Sq3BlobC::HandleResolve netHdl:MK_HDL]" |
#define | Instances_doc "Sq3BlobC [Sq3BlobC::Instances]" |
#define | Next_doc "Sq3BlobC [Sq3BlobC::Next $blob]" |
#define | Prev_doc "Sq3BlobC [Sq3BlobC::Prev $blob]" |
#define | Read_doc "MkBufferC [Sq3BlobC::Read $sq3blob Z_inout:MkBufferC iOffset:int32]" |
#define | Bytes_doc "int32 [Sq3BlobC::Bytes $sq3blob]" |
#define | Reopen_doc "Sq3BlobC::Reopen $sq3blob arg1:int64" |
#define | Write_doc "Sq3BlobC::Write $sq3blob z:MkBufferC iOffset:int32" |
Variables | |
static const OtObjProcDefS | atlsq3lite_sOtClassDef [] |
static const OtObjProcDefS | atlsq3lite_sInstanceDef [] |
tag: nhi1-release-250425
Definition in file Sq3BlobC_atl.c.
#define Bytes_doc "int32 [Sq3BlobC::Bytes $sq3blob]" |
Definition at line 110 of file Sq3BlobC_atl.c.
#define ClassInit |
Definition at line 57 of file Sq3BlobC_atl.c.
#define CTOR_doc "Sq3BlobC [Sq3BlobC::CTOR sq3lite:Sq3LiteC zDb:string zTable:string zColumn:string iRow:int64 flags:int32]" |
Definition at line 94 of file Sq3BlobC_atl.c.
#define GetNull_doc "Sq3BlobC [Sq3BlobC::GetNull]" |
Definition at line 98 of file Sq3BlobC_atl.c.
#define HandleResolve_doc "Sq3BlobC [Sq3BlobC::HandleResolve netHdl:MK_HDL]" |
Definition at line 99 of file Sq3BlobC_atl.c.
#define Instances_doc "Sq3BlobC [Sq3BlobC::Instances]" |
Definition at line 100 of file Sq3BlobC_atl.c.
#define META_FILE_NAME "Sq3BlobC_atl.c" |
Definition at line 11 of file Sq3BlobC_atl.c.
#define Next_doc "Sq3BlobC [Sq3BlobC::Next $blob]" |
Definition at line 103 of file Sq3BlobC_atl.c.
#define Open_doc "Sq3BlobC [Sq3BlobC::Open sq3lite:Sq3LiteC zDb:string zTable:string zColumn:string iRow:int64 flags:int32]" |
Definition at line 95 of file Sq3BlobC_atl.c.
#define OT_CLASS asq3rt->AtlSq3BlobC |
Definition at line 15 of file Sq3BlobC_atl.c.
#define OT_CLASS_NAME "Sq3BlobC" |
Definition at line 17 of file Sq3BlobC_atl.c.
#define OT_NULL asq3rt->AtlSq3BlobC_MK_NULL |
Definition at line 16 of file Sq3BlobC_atl.c.
#define OT_retObj_CONSTR | ( | x | ) |
Definition at line 54 of file Sq3BlobC_atl.c.
#define OT_SETUP_hdl SetupHdlFromMetaData_2(SQ3_BLOB) |
Definition at line 47 of file Sq3BlobC_atl.c.
#define OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(SQ3_BLOB) |
Definition at line 48 of file Sq3BlobC_atl.c.
#define OT_SETUP_hdl_constr SetupHdlConstr(Sq3BlobC) |
Definition at line 50 of file Sq3BlobC_atl.c.
#define OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(SQ3_BLOB) |
Definition at line 49 of file Sq3BlobC_atl.c.
#define OT_SETUP_hdl_static SetupHdlStatic(Sq3BlobC) |
Definition at line 52 of file Sq3BlobC_atl.c.
#define OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
Definition at line 51 of file Sq3BlobC_atl.c.
#define Prev_doc "Sq3BlobC [Sq3BlobC::Prev $blob]" |
Definition at line 104 of file Sq3BlobC_atl.c.
#define Read_doc "MkBufferC [Sq3BlobC::Read $sq3blob Z_inout:MkBufferC iOffset:int32]" |
Definition at line 107 of file Sq3BlobC_atl.c.
#define Reopen_doc "Sq3BlobC::Reopen $sq3blob arg1:int64" |
Definition at line 112 of file Sq3BlobC_atl.c.
#define SELF2HDL | ( | O | ) |
Definition at line 19 of file Sq3BlobC_atl.c.
#define Write_doc "Sq3BlobC::Write $sq3blob z:MkBufferC iOffset:int32" |
Definition at line 113 of file Sq3BlobC_atl.c.
int atlsq3lite_pSq3BlobC_Init | ( | OT_SQ3_ARGS OT_NS_T | ns | ) |
Public API
Definition at line 434 of file Sq3BlobC_atl.c.
|
static |
Definition at line 28 of file Sq3BlobC_atl.c.
Definition at line 34 of file Sq3BlobC_atl.c.
Definition at line 41 of file Sq3BlobC_atl.c.
|
static |
Definition at line 405 of file Sq3BlobC_atl.c.
|
static |
Definition at line 388 of file Sq3BlobC_atl.c.