theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Query_PY_API

Sq3LiteC - work with a queryMore...

+ Collaboration diagram for Sq3LiteC_Query_PY_API:

Functions

static OT_ProcRet pysq3lite_Sq3LiteC_Interrupt (Sq3LiteC_ARGS)
  Python: sq3lite.Interrupt() C-API
Interrupt A Long-Running Query …
 
static OT_ProcRet pysq3lite_Sq3LiteC_IsInterrupted (Sq3LiteC_ARGS)
  Python: bool sq3lite.IsInterrupted() C-API
Interrupt A Long-Running Query …
 

Detailed Description

Sq3LiteC - work with a query

Function Documentation

◆ pysq3lite_Sq3LiteC_Interrupt()

static OT_ProcRet pysq3lite_Sq3LiteC_Interrupt ( Sq3LiteC_ARGS )
static

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

Definition at line 870 of file Sq3LiteC_py.c.

870 {
874 Sq3LiteInterrupt (hdl);
876 goto end;
877 error:
879 end:
881}
#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
Definition Sq3LiteC_py.c:23
static void Sq3LiteInterrupt(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …

◆ pysq3lite_Sq3LiteC_IsInterrupted()

static OT_ProcRet pysq3lite_Sq3LiteC_IsInterrupted ( Sq3LiteC_ARGS )
static

Python: bool sq3lite.IsInterrupted() C-API
Interrupt A Long-Running Query …

Definition at line 884 of file Sq3LiteC_py.c.

884 {
889 goto end;
890 error:
892 end:
894}
#define OT_retObj_SET_BOL(nat)
#define IsInterrupted_doc
static MK_BOOL Sq3LiteIsInterrupted(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …