theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3ValueC_Vtab_RB_API

Sq3ValueC - work with the virtual-file-systemMore...

+ Collaboration diagram for Sq3ValueC_Vtab_RB_API:

Functions

static OT_ProcRet rbsq3lite_Sq3ValueC_VtabInFirst (Sq3ValueC_ARGS)
  Ruby: Sq3ValueC pVal.VtabInFirst() C-API
Find all elements on the right-hand side of an IN constraint …
 
static OT_ProcRet rbsq3lite_Sq3ValueC_VtabInNext (Sq3ValueC_ARGS)
  Ruby: Sq3ValueC pVal.VtabInNext() C-API
Find all elements on the right-hand side of an IN constraint …
 

Detailed Description

Sq3ValueC - work with the virtual-file-system

Function Documentation

◆ rbsq3lite_Sq3ValueC_VtabInFirst()

static OT_ProcRet rbsq3lite_Sq3ValueC_VtabInFirst ( Sq3ValueC_ARGS )
static

Ruby: Sq3ValueC pVal.VtabInFirst() C-API
Find all elements on the right-hand side of an IN constraint …

Definition at line 451 of file Sq3ValueC_rb.c.

451 {
455 SQ3_VAL ppOut;
456 MkErrorC_Check(hdl,Sq3ValueVtabInFirst (hdl, &ppOut));
457 OT_retObj_SET_VAL(ppOut);
458 end: MK_UNUSED /* LONG JUMP on error */
460}
#define OT_SETUP_NOARG(d)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define OT_retObj_SET_VAL(nat)
#define OT_SETUP_hdl
#define VtabInFirst_doc
#define MK_UNUSED
static enum MkErrorE Sq3ValueVtabInFirst(SQ3_VAL pVal, SQ3_VAL *ppOut)
Find all elements on the right-hand side of an IN constraint …
Struct to represent the data of the Sq3ValueC …

◆ rbsq3lite_Sq3ValueC_VtabInNext()

static OT_ProcRet rbsq3lite_Sq3ValueC_VtabInNext ( Sq3ValueC_ARGS )
static

Ruby: Sq3ValueC pVal.VtabInNext() C-API
Find all elements on the right-hand side of an IN constraint …

Definition at line 463 of file Sq3ValueC_rb.c.

463 {
467 SQ3_VAL ppOut;
468 MkErrorC_Check(hdl,Sq3ValueVtabInNext (hdl, &ppOut));
469 OT_retObj_SET_VAL(ppOut);
470 end: MK_UNUSED /* LONG JUMP on error */
472}
#define VtabInNext_doc
static enum MkErrorE Sq3ValueVtabInNext(SQ3_VAL pVal, SQ3_VAL *ppOut)
Find all elements on the right-hand side of an IN constraint …