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
Sq3ValueC_Vtab_TCL_API

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

+ Collaboration diagram for Sq3ValueC_Vtab_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3ValueC_VtabInFirst (Sq3ValueC_ARGS)
  Tcl: Sq3ValueC [$pVal VtabInFirst] C-API
Find all elements on the right-hand side of an IN constraint …
 
static OT_ProcRet tclsq3lite_Sq3ValueC_VtabInNext (Sq3ValueC_ARGS)
  Tcl: 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

◆ tclsq3lite_Sq3ValueC_VtabInFirst()

static OT_ProcRet tclsq3lite_Sq3ValueC_VtabInFirst ( Sq3ValueC_ARGS )
static

Tcl: Sq3ValueC [$pVal VtabInFirst] C-API
Find all elements on the right-hand side of an IN constraint …

Definition at line 526 of file Sq3ValueC_tcl.c.

526 {
530 SQ3_VAL ppOut;
531 MkErrorC_Check(hdl,Sq3ValueVtabInFirst (hdl, &ppOut));
532 OT_retObj_SET_VAL(ppOut);
533 goto end;
534 error:
536 end:
538}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#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
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 …

◆ tclsq3lite_Sq3ValueC_VtabInNext()

static OT_ProcRet tclsq3lite_Sq3ValueC_VtabInNext ( Sq3ValueC_ARGS )
static

Tcl: Sq3ValueC [$pVal VtabInNext] C-API
Find all elements on the right-hand side of an IN constraint …

Definition at line 541 of file Sq3ValueC_tcl.c.

541 {
545 SQ3_VAL ppOut;
546 MkErrorC_Check(hdl,Sq3ValueVtabInNext (hdl, &ppOut));
547 OT_retObj_SET_VAL(ppOut);
548 goto end;
549 error:
551 end:
553}
#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 …