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_RB_API

Sq3LiteC - work with a queryMore...

+ Collaboration diagram for Sq3LiteC_Query_RB_API:

Functions

static OT_ProcRet rbsq3lite_Sq3LiteC_Interrupt (Sq3LiteC_ARGS)
  Ruby: sq3lite.Interrupt() C-API
Interrupt A Long-Running Query …
 
static OT_ProcRet rbsq3lite_Sq3LiteC_IsInterrupted (Sq3LiteC_ARGS)
  Ruby: bool sq3lite.IsInterrupted() C-API
Interrupt A Long-Running Query …
 

Detailed Description

Sq3LiteC - work with a query

Function Documentation

◆ rbsq3lite_Sq3LiteC_Interrupt()

static OT_ProcRet rbsq3lite_Sq3LiteC_Interrupt ( Sq3LiteC_ARGS )
static

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

Definition at line 771 of file Sq3LiteC_rb.c.

771 {
775 Sq3LiteInterrupt (hdl);
777 end: MK_UNUSED /* LONG JUMP on error */
779}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define Interrupt_doc
#define OT_SETUP_hdl
Definition Sq3LiteC_rb.c:90
#define MK_UNUSED
static void Sq3LiteInterrupt(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …

◆ rbsq3lite_Sq3LiteC_IsInterrupted()

static OT_ProcRet rbsq3lite_Sq3LiteC_IsInterrupted ( Sq3LiteC_ARGS )
static

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

Definition at line 782 of file Sq3LiteC_rb.c.

782 {
787 end: MK_UNUSED /* LONG JUMP on error */
789}
#define OT_retObj_SET_BOL(nat)
#define IsInterrupted_doc
static MK_BOOL Sq3LiteIsInterrupted(SQ3_LITE sq3lite)
Interrupt A Long-Running Query …