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_PY_API

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

+ Collaboration diagram for Sq3ValueC_Vtab_PY_API:

Functions

static OT_ProcRet pysq3lite_Sq3ValueC_VtabInFirst (Sq3ValueC_ARGS)
  Python: Sq3ValueC pVal.VtabInFirst() C-API
Find all elements on the right-hand side of an IN constraint …
 
static OT_ProcRet pysq3lite_Sq3ValueC_VtabInNext (Sq3ValueC_ARGS)
  Python: 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

◆ pysq3lite_Sq3ValueC_VtabInFirst()

static OT_ProcRet pysq3lite_Sq3ValueC_VtabInFirst ( Sq3ValueC_ARGS )
static

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

Definition at line 512 of file Sq3ValueC_py.c.

512 {
516 SQ3_VAL ppOut;
517 MkErrorC_Check(hdl,Sq3ValueVtabInFirst (hdl, &ppOut));
518 OT_retObj_SET_VAL(ppOut);
519 goto end;
520 error:
522 end:
524}
#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 …

◆ pysq3lite_Sq3ValueC_VtabInNext()

static OT_ProcRet pysq3lite_Sq3ValueC_VtabInNext ( Sq3ValueC_ARGS )
static

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

Definition at line 527 of file Sq3ValueC_py.c.

527 {
531 SQ3_VAL ppOut;
532 MkErrorC_Check(hdl,Sq3ValueVtabInNext (hdl, &ppOut));
533 OT_retObj_SET_VAL(ppOut);
534 goto end;
535 error:
537 end:
539}
#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 …