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_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 873 of file Sq3LiteC_py.c.

873 {
877 Sq3LiteInterrupt (hdl);
879 goto end;
880 error:
882 end:
884}
#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:26
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 887 of file Sq3LiteC_py.c.

887 {
892 goto end;
893 error:
895 end:
897}
#define OT_retObj_SET_BOL(nat)
#define IsInterrupted_doc
static MK_BOOL Sq3LiteIsInterrupted(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …