theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Row_ATL_API

Sq3LiteC - work with a rowMore...

+ Collaboration diagram for Sq3LiteC_Row_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3LiteC_Changes (Sq3LiteC_ARGS)
  Atl: int32 [Sq3LiteC::Changes $sq3lite] C-API
Count The Number Of Rows Modified …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_Changes64 (Sq3LiteC_ARGS)
  Atl: int64 [Sq3LiteC::Changes64 $sq3lite] C-API
Count The Number Of Rows Modified …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_SetLastInsertRowid (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::SetLastInsertRowid $sq3lite arg1:int64 C-API
Set the Last Insert Rowid value …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_TotalChanges (Sq3LiteC_ARGS)
  Atl: int32 [Sq3LiteC::TotalChanges $sq3lite] C-API
Total Number Of Rows Modified …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_TotalChanges64 (Sq3LiteC_ARGS)
  Atl: int64 [Sq3LiteC::TotalChanges64 $sq3lite] C-API
Total Number Of Rows Modified …
 

Detailed Description

Sq3LiteC - work with a row

Function Documentation

◆ atlsq3lite_Sq3LiteC_Changes()

static OT_ProcRet atlsq3lite_Sq3LiteC_Changes ( Sq3LiteC_ARGS )
static

Atl: int32 [Sq3LiteC::Changes $sq3lite] C-API
Count The Number Of Rows Modified …

Definition at line 899 of file Sq3LiteC_atl.c.

899 {
904 goto end;
905 error:
907 end:
909}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_I32(nat)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_SETUP_hdl
#define Changes_doc
static MK_I32 Sq3LiteChanges(SQ3_LITE sq3lite)
Count The Number Of Rows Modified …

◆ atlsq3lite_Sq3LiteC_Changes64()

static OT_ProcRet atlsq3lite_Sq3LiteC_Changes64 ( Sq3LiteC_ARGS )
static

Atl: int64 [Sq3LiteC::Changes64 $sq3lite] C-API
Count The Number Of Rows Modified …

Definition at line 912 of file Sq3LiteC_atl.c.

912 {
917 goto end;
918 error:
920 end:
922}
#define OT_retObj_SET_I64(nat)
#define Changes64_doc
static MK_I64 Sq3LiteChanges64(SQ3_LITE sq3lite)
Count The Number Of Rows Modified …

◆ atlsq3lite_Sq3LiteC_SetLastInsertRowid()

static OT_ProcRet atlsq3lite_Sq3LiteC_SetLastInsertRowid ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::SetLastInsertRowid $sq3lite arg1:int64 C-API
Set the Last Insert Rowid value …

Definition at line 925 of file Sq3LiteC_atl.c.

925 {
928 MK_I64 arg1 = 0;
931 Sq3LiteSetLastInsertRowid (hdl, arg1);
933 goto end;
934 error:
936 end:
938}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI8(val)
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_SET_None
#define SetLastInsertRowid_doc
signed long long MK_I64
static void Sq3LiteSetLastInsertRowid(SQ3_LITE sq3lite, MK_I64 arg1)
Set the Last Insert Rowid value …

◆ atlsq3lite_Sq3LiteC_TotalChanges()

static OT_ProcRet atlsq3lite_Sq3LiteC_TotalChanges ( Sq3LiteC_ARGS )
static

Atl: int32 [Sq3LiteC::TotalChanges $sq3lite] C-API
Total Number Of Rows Modified …

Definition at line 941 of file Sq3LiteC_atl.c.

941 {
946 goto end;
947 error:
949 end:
951}
#define TotalChanges_doc
static MK_I32 Sq3LiteTotalChanges(SQ3_LITE sq3lite)
Total Number Of Rows Modified …

◆ atlsq3lite_Sq3LiteC_TotalChanges64()

static OT_ProcRet atlsq3lite_Sq3LiteC_TotalChanges64 ( Sq3LiteC_ARGS )
static

Atl: int64 [Sq3LiteC::TotalChanges64 $sq3lite] C-API
Total Number Of Rows Modified …

Definition at line 954 of file Sq3LiteC_atl.c.

954 {
959 goto end;
960 error:
962 end:
964}
#define TotalChanges64_doc
static MK_I64 Sq3LiteTotalChanges64(SQ3_LITE sq3lite)
Total Number Of Rows Modified …