theSq3Lite 10.0
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 509 of file Sq3ValueC_py.c.

509 {
513 SQ3_VAL ppOut;
514 MkErrorC_Check(hdl,Sq3ValueVtabInFirst (hdl, &ppOut));
515 OT_retObj_SET_VAL(ppOut);
516 goto end;
517 error:
519 end:
521}
#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 524 of file Sq3ValueC_py.c.

524 {
528 SQ3_VAL ppOut;
529 MkErrorC_Check(hdl,Sq3ValueVtabInNext (hdl, &ppOut));
530 OT_retObj_SET_VAL(ppOut);
531 goto end;
532 error:
534 end:
536}
#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 …