theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Query_CC_API

Sq3LiteC - work with a queryMore...

+ Collaboration diagram for Sq3LiteC_Query_CC_API:

Functions

void ccsq3lite::Sq3LiteC::Interrupt ()
  C++: sq3lite.Interrupt() C-API
Interrupt A Long-Running Query …
 
MK_BOOL ccsq3lite::Sq3LiteC::IsInterrupted ()
  C++: MK_BOOL sq3lite.IsInterrupted() C-API
Interrupt A Long-Running Query …
 

Detailed Description

Sq3LiteC - work with a query

Function Documentation

◆ Interrupt()

void ccsq3lite::Sq3LiteC::Interrupt ( )
inline

C++: sq3lite.Interrupt() C-API
Interrupt A Long-Running Query …

Definition at line 613 of file Sq3LiteC_inline_cc.hh.

613 {
614 MK_UNUSED auto sq3lite = getLITE();
615 Sq3LiteInterrupt(sq3lite);
616 }
#define MK_UNUSED
SQ3_LITE getLITE() const
return the LibMsgqueObject from current Sq3LiteC instance
static void Sq3LiteInterrupt(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …

◆ IsInterrupted()

MK_BOOL ccsq3lite::Sq3LiteC::IsInterrupted ( )
inline

C++: MK_BOOL sq3lite.IsInterrupted() C-API
Interrupt A Long-Running Query …

Definition at line 619 of file Sq3LiteC_inline_cc.hh.

619 {
620 MK_UNUSED auto sq3lite = getLITE();
621 MK_BOOL __retVal__L = Sq3LiteIsInterrupted(sq3lite);
622 return __retVal__L;
623 }
static MK_BOOL Sq3LiteIsInterrupted(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …