theSq3Lite 10.0
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 523 of file Sq3ValueC_tcl.c.

523 {
527 SQ3_VAL ppOut;
528 MkErrorC_Check(hdl,Sq3ValueVtabInFirst (hdl, &ppOut));
529 OT_retObj_SET_VAL(ppOut);
530 goto end;
531 error:
533 end:
535}
#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 538 of file Sq3ValueC_tcl.c.

538 {
542 SQ3_VAL ppOut;
543 MkErrorC_Check(hdl,Sq3ValueVtabInNext (hdl, &ppOut));
544 OT_retObj_SET_VAL(ppOut);
545 goto end;
546 error:
548 end:
550}
#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 …