theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Query_TCL_API

Sq3LiteC - work with a queryMore...

+ Collaboration diagram for Sq3LiteC_Query_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3LiteC_Interrupt (Sq3LiteC_ARGS)
  Tcl: $sq3lite Interrupt C-API
Interrupt A Long-Running Query …
 
static OT_ProcRet tclsq3lite_Sq3LiteC_IsInterrupted (Sq3LiteC_ARGS)
  Tcl: bool [$sq3lite IsInterrupted] C-API
Interrupt A Long-Running Query …
 

Detailed Description

Sq3LiteC - work with a query

Function Documentation

◆ tclsq3lite_Sq3LiteC_Interrupt()

static OT_ProcRet tclsq3lite_Sq3LiteC_Interrupt ( Sq3LiteC_ARGS )
static

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

Definition at line 884 of file Sq3LiteC_tcl.c.

884 {
888 Sq3LiteInterrupt (hdl);
890 goto end;
891 error:
893 end:
895}
#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 …

◆ tclsq3lite_Sq3LiteC_IsInterrupted()

static OT_ProcRet tclsq3lite_Sq3LiteC_IsInterrupted ( Sq3LiteC_ARGS )
static

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

Definition at line 898 of file Sq3LiteC_tcl.c.

898 {
903 goto end;
904 error:
906 end:
908}
#define OT_retObj_SET_BOL(nat)
#define IsInterrupted_doc
static MK_BOOL Sq3LiteIsInterrupted(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …