theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Sq3LiteC_Row_PY_API

Sq3LiteC - work with a rowMore...

+ Collaboration diagram for Sq3LiteC_Row_PY_API:

Functions

static OT_ProcRet pysq3lite_Sq3LiteC_Changes (Sq3LiteC_ARGS)
  Python: int32 sq3lite.Changes() C-API
Count The Number Of Rows Modified …
 
static OT_ProcRet pysq3lite_Sq3LiteC_Changes64 (Sq3LiteC_ARGS)
  Python: int64 sq3lite.Changes64() C-API
Count The Number Of Rows Modified …
 
static OT_ProcRet pysq3lite_Sq3LiteC_SetLastInsertRowid (Sq3LiteC_ARGS)
  Python: sq3lite.SetLastInsertRowid(arg1:int64) C-API
Set the Last Insert Rowid value …
 
static OT_ProcRet pysq3lite_Sq3LiteC_TotalChanges (Sq3LiteC_ARGS)
  Python: int32 sq3lite.TotalChanges() C-API
Total Number Of Rows Modified …
 
static OT_ProcRet pysq3lite_Sq3LiteC_TotalChanges64 (Sq3LiteC_ARGS)
  Python: int64 sq3lite.TotalChanges64() C-API
Total Number Of Rows Modified …
 

Detailed Description

Sq3LiteC - work with a row

Function Documentation

◆ pysq3lite_Sq3LiteC_Changes()

static OT_ProcRet pysq3lite_Sq3LiteC_Changes ( Sq3LiteC_ARGS )
static

Python: int32 sq3lite.Changes() C-API
Count The Number Of Rows Modified …

Definition at line 909 of file Sq3LiteC_py.c.

909 {
914 goto end;
915 error:
917 end:
919}
#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
Definition Sq3LiteC_py.c:26
#define Changes_doc
static MK_I32 Sq3LiteChanges(SQ3_LITE sq3lite)
Count The Number Of Rows Modified …

◆ pysq3lite_Sq3LiteC_Changes64()

static OT_ProcRet pysq3lite_Sq3LiteC_Changes64 ( Sq3LiteC_ARGS )
static

Python: int64 sq3lite.Changes64() C-API
Count The Number Of Rows Modified …

Definition at line 922 of file Sq3LiteC_py.c.

922 {
927 goto end;
928 error:
930 end:
932}
#define OT_retObj_SET_I64(nat)
#define Changes64_doc
static MK_I64 Sq3LiteChanges64(SQ3_LITE sq3lite)
Count The Number Of Rows Modified …

◆ pysq3lite_Sq3LiteC_SetLastInsertRowid()

static OT_ProcRet pysq3lite_Sq3LiteC_SetLastInsertRowid ( Sq3LiteC_ARGS )
static

Python: sq3lite.SetLastInsertRowid(arg1:int64) C-API
Set the Last Insert Rowid value …

Definition at line 935 of file Sq3LiteC_py.c.

935 {
938 MK_I64 arg1 = 0;
941 Sq3LiteSetLastInsertRowid (hdl, arg1);
943 goto end;
944 error:
946 end:
948}
#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 …

◆ pysq3lite_Sq3LiteC_TotalChanges()

static OT_ProcRet pysq3lite_Sq3LiteC_TotalChanges ( Sq3LiteC_ARGS )
static

Python: int32 sq3lite.TotalChanges() C-API
Total Number Of Rows Modified …

Definition at line 951 of file Sq3LiteC_py.c.

951 {
956 goto end;
957 error:
959 end:
961}
#define TotalChanges_doc
static MK_I32 Sq3LiteTotalChanges(SQ3_LITE sq3lite)
Total Number Of Rows Modified …

◆ pysq3lite_Sq3LiteC_TotalChanges64()

static OT_ProcRet pysq3lite_Sq3LiteC_TotalChanges64 ( Sq3LiteC_ARGS )
static

Python: int64 sq3lite.TotalChanges64() C-API
Total Number Of Rows Modified …

Definition at line 964 of file Sq3LiteC_py.c.

964 {
969 goto end;
970 error:
972 end:
974}
#define TotalChanges64_doc
static MK_I64 Sq3LiteTotalChanges64(SQ3_LITE sq3lite)
Total Number Of Rows Modified …