theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Row_CC_API

Sq3LiteC - work with a rowMore...

+ Collaboration diagram for Sq3LiteC_Row_CC_API:

Functions

MK_I32 ccsq3lite::Sq3LiteC::Changes ()
  C++: MK_I32 sq3lite.Changes() C-API
Count The Number Of Rows Modified …
 
MK_I64 ccsq3lite::Sq3LiteC::Changes64 ()
  C++: MK_I64 sq3lite.Changes64() C-API
Count The Number Of Rows Modified …
 
void ccsq3lite::Sq3LiteC::SetLastInsertRowid (MK_I64 arg1)
  C++: sq3lite.SetLastInsertRowid(MK_I64 arg1) C-API
Set the Last Insert Rowid value …
 
MK_I32 ccsq3lite::Sq3LiteC::TotalChanges ()
  C++: MK_I32 sq3lite.TotalChanges() C-API
Total Number Of Rows Modified …
 
MK_I64 ccsq3lite::Sq3LiteC::TotalChanges64 ()
  C++: MK_I64 sq3lite.TotalChanges64() C-API
Total Number Of Rows Modified …
 

Detailed Description

Sq3LiteC - work with a row

Function Documentation

◆ Changes()

MK_I32 ccsq3lite::Sq3LiteC::Changes ( )
inline

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

Definition at line 635 of file Sq3LiteC_inline_cc.hh.

635 {
636 MK_UNUSED auto sq3lite = getLITE();
637 MK_I32 __retVal__L = Sq3LiteChanges(sq3lite);
638 return __retVal__L;
639 }
#define MK_UNUSED
signed int MK_I32
SQ3_LITE getLITE() const
return the LibMsgqueObject from current Sq3LiteC instance
static MK_I32 Sq3LiteChanges(SQ3_LITE sq3lite)
Count The Number Of Rows Modified …

◆ Changes64()

MK_I64 ccsq3lite::Sq3LiteC::Changes64 ( )
inline

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

Definition at line 642 of file Sq3LiteC_inline_cc.hh.

642 {
643 MK_UNUSED auto sq3lite = getLITE();
644 MK_I64 __retVal__L = Sq3LiteChanges64(sq3lite);
645 return __retVal__L;
646 }
signed long long MK_I64
static MK_I64 Sq3LiteChanges64(SQ3_LITE sq3lite)
Count The Number Of Rows Modified …

◆ SetLastInsertRowid()

void ccsq3lite::Sq3LiteC::SetLastInsertRowid ( MK_I64 arg1)
inline

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

Definition at line 649 of file Sq3LiteC_inline_cc.hh.

649 {
650 MK_UNUSED auto sq3lite = getLITE();
651 Sq3LiteSetLastInsertRowid(sq3lite, arg1);
652 }
static void Sq3LiteSetLastInsertRowid(SQ3_LITE sq3lite, MK_I64 arg1)
Set the Last Insert Rowid value …

◆ TotalChanges()

MK_I32 ccsq3lite::Sq3LiteC::TotalChanges ( )
inline

C++: MK_I32 sq3lite.TotalChanges() C-API
Total Number Of Rows Modified …

Definition at line 655 of file Sq3LiteC_inline_cc.hh.

655 {
656 MK_UNUSED auto sq3lite = getLITE();
657 MK_I32 __retVal__L = Sq3LiteTotalChanges(sq3lite);
658 return __retVal__L;
659 }
static MK_I32 Sq3LiteTotalChanges(SQ3_LITE sq3lite)
Total Number Of Rows Modified …

◆ TotalChanges64()

MK_I64 ccsq3lite::Sq3LiteC::TotalChanges64 ( )
inline

C++: MK_I64 sq3lite.TotalChanges64() C-API
Total Number Of Rows Modified …

Definition at line 662 of file Sq3LiteC_inline_cc.hh.

662 {
663 MK_UNUSED auto sq3lite = getLITE();
664 MK_I64 __retVal__L = Sq3LiteTotalChanges64(sq3lite);
665 return __retVal__L;
666 }
static MK_I64 Sq3LiteTotalChanges64(SQ3_LITE sq3lite)
Total Number Of Rows Modified …