|
theSq3Lite 10.0
|
tag: nhi1-release-250425 More...
#include "LibSq3Lite_private_atl.h"
Include dependency graph for Sq3StmtC_atl.c:Go to the source code of this file.
Macros | |
| #define | META_FILE_NAME "Sq3StmtC_atl.c" |
| #define | OT_CLASS asq3rt->AtlSq3StmtC |
| #define | OT_NULL asq3rt->AtlSq3StmtC_MK_NULL |
| #define | OT_CLASS_NAME "Sq3StmtC" |
| #define | SELF2HDL(O) |
| #define | OT_SETUP_hdl SetupHdlFromMetaData_2(SQ3_STMT) |
| #define | OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(SQ3_STMT) |
| #define | OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(SQ3_STMT) |
| #define | OT_SETUP_hdl_constr SetupHdlConstr(Sq3StmtC) |
| #define | OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
| #define | OT_SETUP_hdl_static SetupHdlStatic(Sq3StmtC) |
| #define | OT_retObj_CONSTR(x) |
| #define | ClassInit |
| #define | CTOR_doc "Sq3StmtC [Sq3StmtC::CTOR db:Sq3LiteC zSql:string]" |
| #define | PrepareV2_doc "Sq3StmtC [Sq3StmtC::PrepareV2 db:Sq3LiteC zSql:string]" |
| #define | PrepareV3_doc "Sq3StmtC [Sq3StmtC::PrepareV3 db:Sq3LiteC zSql:string ?prepFlags:Sq3PrepareEF=SQ3_PREPARE_NO?]" |
| #define | GetNull_doc "Sq3StmtC [Sq3StmtC::GetNull]" |
| #define | HandleResolve_doc "Sq3StmtC [Sq3StmtC::HandleResolve netHdl:MK_HDL]" |
| #define | Instances_doc "Sq3StmtC [Sq3StmtC::Instances]" |
| #define | NextStmt_doc "Sq3StmtC [Sq3StmtC::NextStmt pDb:Sq3LiteC ?pStmt:Sq3StmtC=NULL?]" |
| #define | ColumnValue_doc "Sq3ValueC [Sq3StmtC::ColumnValue $sq3stmt iCol:int32]" |
| #define | DbHandle_doc "Sq3LiteC [Sq3StmtC::DbHandle $sq3stmt]" |
| #define | Next_doc "Sq3StmtC [Sq3StmtC::Next $stmt]" |
| #define | Prev_doc "Sq3StmtC [Sq3StmtC::Prev $stmt]" |
| #define | BindBlob_doc "Sq3StmtC::BindBlob $sq3stmt pos:int32 blob:binary" |
| #define | BindDouble_doc "Sq3StmtC::BindDouble $sq3stmt arg1:int32 arg2:double" |
| #define | BindInt_doc "Sq3StmtC::BindInt $sq3stmt arg1:int32 arg2:int32" |
| #define | BindInt64_doc "Sq3StmtC::BindInt64 $sq3stmt arg1:int32 arg2:int64" |
| #define | BindNull_doc "Sq3StmtC::BindNull $sq3stmt arg1:int32" |
| #define | BindParameterCount_doc "Sq3StmtC::BindParameterCount $sq3stmt" |
| #define | BindParameterIndex_doc "Sq3StmtC::BindParameterIndex $sq3stmt zName:string" |
| #define | BindParameterName_doc "string [Sq3StmtC::BindParameterName $sq3stmt arg1:int32]" |
| #define | BindText_doc "Sq3StmtC::BindText $sq3stmt pos:int32 text:string" |
| #define | BindValue_doc "Sq3StmtC::BindValue $sq3stmt arg1:int32 arg2:Sq3ValueC" |
| #define | BindZeroblob_doc "Sq3StmtC::BindZeroblob $sq3stmt arg1:int32 n:int32" |
| #define | BindZeroblob64_doc "Sq3StmtC::BindZeroblob64 $sq3stmt arg1:int32 arg2:int64" |
| #define | Busy_doc "Sq3StmtC::Busy $sq3stmt" |
| #define | ClearBindings_doc "Sq3StmtC::ClearBindings $sq3stmt" |
| #define | ColumnBlob_doc "binary [Sq3StmtC::ColumnBlob $sq3stmt iCol:int32]" |
| #define | ColumnBytes_doc "int32 [Sq3StmtC::ColumnBytes $sq3stmt iCol:int32]" |
| #define | ColumnCount_doc "int32 [Sq3StmtC::ColumnCount $pStmt]" |
| #define | ColumnDouble_doc "double [Sq3StmtC::ColumnDouble $sq3stmt iCol:int32]" |
| #define | ColumnInt_doc "int32 [Sq3StmtC::ColumnInt $sq3stmt iCol:int32]" |
| #define | ColumnInt64_doc "int64 [Sq3StmtC::ColumnInt64 $sq3stmt iCol:int32]" |
| #define | ColumnName_doc "string [Sq3StmtC::ColumnName $sq3stmt N:int32]" |
| #define | ColumnText_doc "string [Sq3StmtC::ColumnText $sq3stmt iCol:int32]" |
| #define | ColumnType_doc "Sq3TypeE [Sq3StmtC::ColumnType $sq3stmt iCol:int32]" |
| #define | DataCount_doc "Sq3StmtC::DataCount $pStmt" |
| #define | ExpandedSql_doc "string [Sq3StmtC::ExpandedSql $pStmt]" |
| #define | Explain_doc "Sq3StmtC::Explain $pStmt eMode:int32" |
| #define | Finalize_doc "Sq3StmtC::Finalize $pStmt" |
| #define | GetPzTail_doc "string [Sq3StmtC::GetPzTail $sq3stmt]" |
| #define | IsExplain_doc "Sq3StmtC::IsExplain $pStmt" |
| #define | Readonly_doc "Sq3StmtC::Readonly $pStmt" |
| #define | Reset_doc "Sq3StmtC::Reset $pStmt" |
| #define | Sql_doc "string [Sq3StmtC::Sql $pStmt]" |
| #define | Status_doc "Sq3StmtC::Status $sq3stmt op:Sq3StmtStatusE resetFlg:bool" |
| #define | Step_doc "Sq3ErrorE [Sq3StmtC::Step $sq3stmt]" |
Variables | |
| static const OtObjProcDefS | atlsq3lite_sOtClassDef [] |
| static const OtObjProcDefS | atlsq3lite_sInstanceDef [] |
tag: nhi1-release-250425
Definition in file Sq3StmtC_atl.c.
| #define BindBlob_doc "Sq3StmtC::BindBlob $sq3stmt pos:int32 blob:binary" |
Definition at line 111 of file Sq3StmtC_atl.c.
| #define BindDouble_doc "Sq3StmtC::BindDouble $sq3stmt arg1:int32 arg2:double" |
Definition at line 112 of file Sq3StmtC_atl.c.
| #define BindInt64_doc "Sq3StmtC::BindInt64 $sq3stmt arg1:int32 arg2:int64" |
Definition at line 114 of file Sq3StmtC_atl.c.
| #define BindInt_doc "Sq3StmtC::BindInt $sq3stmt arg1:int32 arg2:int32" |
Definition at line 113 of file Sq3StmtC_atl.c.
| #define BindNull_doc "Sq3StmtC::BindNull $sq3stmt arg1:int32" |
Definition at line 115 of file Sq3StmtC_atl.c.
| #define BindParameterCount_doc "Sq3StmtC::BindParameterCount $sq3stmt" |
Definition at line 116 of file Sq3StmtC_atl.c.
| #define BindParameterIndex_doc "Sq3StmtC::BindParameterIndex $sq3stmt zName:string" |
Definition at line 117 of file Sq3StmtC_atl.c.
| #define BindParameterName_doc "string [Sq3StmtC::BindParameterName $sq3stmt arg1:int32]" |
Definition at line 118 of file Sq3StmtC_atl.c.
| #define BindText_doc "Sq3StmtC::BindText $sq3stmt pos:int32 text:string" |
Definition at line 119 of file Sq3StmtC_atl.c.
| #define BindValue_doc "Sq3StmtC::BindValue $sq3stmt arg1:int32 arg2:Sq3ValueC" |
Definition at line 120 of file Sq3StmtC_atl.c.
| #define BindZeroblob64_doc "Sq3StmtC::BindZeroblob64 $sq3stmt arg1:int32 arg2:int64" |
Definition at line 122 of file Sq3StmtC_atl.c.
| #define BindZeroblob_doc "Sq3StmtC::BindZeroblob $sq3stmt arg1:int32 n:int32" |
Definition at line 121 of file Sq3StmtC_atl.c.
| #define Busy_doc "Sq3StmtC::Busy $sq3stmt" |
Definition at line 123 of file Sq3StmtC_atl.c.
| #define ClassInit |
Definition at line 57 of file Sq3StmtC_atl.c.
| #define ClearBindings_doc "Sq3StmtC::ClearBindings $sq3stmt" |
Definition at line 124 of file Sq3StmtC_atl.c.
| #define ColumnBlob_doc "binary [Sq3StmtC::ColumnBlob $sq3stmt iCol:int32]" |
Definition at line 125 of file Sq3StmtC_atl.c.
| #define ColumnBytes_doc "int32 [Sq3StmtC::ColumnBytes $sq3stmt iCol:int32]" |
Definition at line 126 of file Sq3StmtC_atl.c.
| #define ColumnCount_doc "int32 [Sq3StmtC::ColumnCount $pStmt]" |
Definition at line 127 of file Sq3StmtC_atl.c.
| #define ColumnDouble_doc "double [Sq3StmtC::ColumnDouble $sq3stmt iCol:int32]" |
Definition at line 128 of file Sq3StmtC_atl.c.
| #define ColumnInt64_doc "int64 [Sq3StmtC::ColumnInt64 $sq3stmt iCol:int32]" |
Definition at line 130 of file Sq3StmtC_atl.c.
| #define ColumnInt_doc "int32 [Sq3StmtC::ColumnInt $sq3stmt iCol:int32]" |
Definition at line 129 of file Sq3StmtC_atl.c.
| #define ColumnName_doc "string [Sq3StmtC::ColumnName $sq3stmt N:int32]" |
Definition at line 131 of file Sq3StmtC_atl.c.
| #define ColumnText_doc "string [Sq3StmtC::ColumnText $sq3stmt iCol:int32]" |
Definition at line 132 of file Sq3StmtC_atl.c.
| #define ColumnType_doc "Sq3TypeE [Sq3StmtC::ColumnType $sq3stmt iCol:int32]" |
Definition at line 133 of file Sq3StmtC_atl.c.
| #define ColumnValue_doc "Sq3ValueC [Sq3StmtC::ColumnValue $sq3stmt iCol:int32]" |
Definition at line 105 of file Sq3StmtC_atl.c.
| #define CTOR_doc "Sq3StmtC [Sq3StmtC::CTOR db:Sq3LiteC zSql:string]" |
Definition at line 94 of file Sq3StmtC_atl.c.
| #define DataCount_doc "Sq3StmtC::DataCount $pStmt" |
Definition at line 134 of file Sq3StmtC_atl.c.
| #define DbHandle_doc "Sq3LiteC [Sq3StmtC::DbHandle $sq3stmt]" |
Definition at line 106 of file Sq3StmtC_atl.c.
| #define ExpandedSql_doc "string [Sq3StmtC::ExpandedSql $pStmt]" |
Definition at line 135 of file Sq3StmtC_atl.c.
| #define Explain_doc "Sq3StmtC::Explain $pStmt eMode:int32" |
Definition at line 136 of file Sq3StmtC_atl.c.
| #define Finalize_doc "Sq3StmtC::Finalize $pStmt" |
Definition at line 137 of file Sq3StmtC_atl.c.
| #define GetNull_doc "Sq3StmtC [Sq3StmtC::GetNull]" |
Definition at line 99 of file Sq3StmtC_atl.c.
| #define GetPzTail_doc "string [Sq3StmtC::GetPzTail $sq3stmt]" |
Definition at line 138 of file Sq3StmtC_atl.c.
| #define HandleResolve_doc "Sq3StmtC [Sq3StmtC::HandleResolve netHdl:MK_HDL]" |
Definition at line 100 of file Sq3StmtC_atl.c.
| #define Instances_doc "Sq3StmtC [Sq3StmtC::Instances]" |
Definition at line 101 of file Sq3StmtC_atl.c.
| #define IsExplain_doc "Sq3StmtC::IsExplain $pStmt" |
Definition at line 140 of file Sq3StmtC_atl.c.
| #define META_FILE_NAME "Sq3StmtC_atl.c" |
Definition at line 11 of file Sq3StmtC_atl.c.
| #define Next_doc "Sq3StmtC [Sq3StmtC::Next $stmt]" |
Definition at line 107 of file Sq3StmtC_atl.c.
| #define NextStmt_doc "Sq3StmtC [Sq3StmtC::NextStmt pDb:Sq3LiteC ?pStmt:Sq3StmtC=NULL?]" |
Definition at line 102 of file Sq3StmtC_atl.c.
| #define OT_CLASS asq3rt->AtlSq3StmtC |
Definition at line 15 of file Sq3StmtC_atl.c.
| #define OT_CLASS_NAME "Sq3StmtC" |
Definition at line 17 of file Sq3StmtC_atl.c.
| #define OT_NULL asq3rt->AtlSq3StmtC_MK_NULL |
Definition at line 16 of file Sq3StmtC_atl.c.
| #define OT_retObj_CONSTR | ( | x | ) |
Definition at line 54 of file Sq3StmtC_atl.c.
| #define OT_SETUP_hdl SetupHdlFromMetaData_2(SQ3_STMT) |
Definition at line 47 of file Sq3StmtC_atl.c.
| #define OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(SQ3_STMT) |
Definition at line 48 of file Sq3StmtC_atl.c.
| #define OT_SETUP_hdl_constr SetupHdlConstr(Sq3StmtC) |
Definition at line 50 of file Sq3StmtC_atl.c.
| #define OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(SQ3_STMT) |
Definition at line 49 of file Sq3StmtC_atl.c.
| #define OT_SETUP_hdl_static SetupHdlStatic(Sq3StmtC) |
Definition at line 52 of file Sq3StmtC_atl.c.
| #define OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
Definition at line 51 of file Sq3StmtC_atl.c.
| #define PrepareV2_doc "Sq3StmtC [Sq3StmtC::PrepareV2 db:Sq3LiteC zSql:string]" |
Definition at line 95 of file Sq3StmtC_atl.c.
| #define PrepareV3_doc "Sq3StmtC [Sq3StmtC::PrepareV3 db:Sq3LiteC zSql:string ?prepFlags:Sq3PrepareEF=SQ3_PREPARE_NO?]" |
Definition at line 96 of file Sq3StmtC_atl.c.
| #define Prev_doc "Sq3StmtC [Sq3StmtC::Prev $stmt]" |
Definition at line 108 of file Sq3StmtC_atl.c.
| #define Readonly_doc "Sq3StmtC::Readonly $pStmt" |
Definition at line 142 of file Sq3StmtC_atl.c.
| #define Reset_doc "Sq3StmtC::Reset $pStmt" |
Definition at line 143 of file Sq3StmtC_atl.c.
| #define SELF2HDL | ( | O | ) |
Definition at line 19 of file Sq3StmtC_atl.c.
| #define Sql_doc "string [Sq3StmtC::Sql $pStmt]" |
Definition at line 144 of file Sq3StmtC_atl.c.
| #define Status_doc "Sq3StmtC::Status $sq3stmt op:Sq3StmtStatusE resetFlg:bool" |
Definition at line 145 of file Sq3StmtC_atl.c.
| #define Step_doc "Sq3ErrorE [Sq3StmtC::Step $sq3stmt]" |
Definition at line 148 of file Sq3StmtC_atl.c.
| int atlsq3lite_pSq3StmtC_Init | ( | OT_SQ3_ARGS OT_NS_T | ns | ) |
Public API
Definition at line 1054 of file Sq3StmtC_atl.c.
|
static |
Definition at line 28 of file Sq3StmtC_atl.c.
Definition at line 34 of file Sq3StmtC_atl.c.
Definition at line 41 of file Sq3StmtC_atl.c.
|
static |
Definition at line 992 of file Sq3StmtC_atl.c.
|
static |
Definition at line 973 of file Sq3StmtC_atl.c.