theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Query_ATL_API

Sq3LiteC - work with a queryMore...

+ Collaboration diagram for Sq3LiteC_Query_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3LiteC_Interrupt (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::Interrupt $sq3lite C-API
Interrupt A Long-Running Query …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_IsInterrupted (Sq3LiteC_ARGS)
  Atl: bool [Sq3LiteC::IsInterrupted $sq3lite] C-API
Interrupt A Long-Running Query …
 

Detailed Description

Sq3LiteC - work with a query

Function Documentation

◆ atlsq3lite_Sq3LiteC_Interrupt()

static OT_ProcRet atlsq3lite_Sq3LiteC_Interrupt ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::Interrupt $sq3lite C-API
Interrupt A Long-Running Query …

Definition at line 863 of file Sq3LiteC_atl.c.

863 {
867 Sq3LiteInterrupt (hdl);
869 goto end;
870 error:
872 end:
874}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define Interrupt_doc
#define OT_SETUP_hdl
static void Sq3LiteInterrupt(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …

◆ atlsq3lite_Sq3LiteC_IsInterrupted()

static OT_ProcRet atlsq3lite_Sq3LiteC_IsInterrupted ( Sq3LiteC_ARGS )
static

Atl: bool [Sq3LiteC::IsInterrupted $sq3lite] C-API
Interrupt A Long-Running Query …

Definition at line 877 of file Sq3LiteC_atl.c.

877 {
882 goto end;
883 error:
885 end:
887}
#define OT_retObj_SET_BOL(nat)
#define IsInterrupted_doc
static MK_BOOL Sq3LiteIsInterrupted(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …