theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3ValueC_Vtab_ATL_API

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

+ Collaboration diagram for Sq3ValueC_Vtab_ATL_API:

Functions

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

◆ atlsq3lite_Sq3ValueC_VtabInFirst()

static OT_ProcRet atlsq3lite_Sq3ValueC_VtabInFirst ( Sq3ValueC_ARGS )
static

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

Definition at line 502 of file Sq3ValueC_atl.c.

502 {
506 SQ3_VAL ppOut;
507 MkErrorC_Check(hdl,Sq3ValueVtabInFirst (hdl, &ppOut));
508 OT_retObj_SET_VAL(ppOut);
509 goto end;
510 error:
512 end:
514}
#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 …

◆ atlsq3lite_Sq3ValueC_VtabInNext()

static OT_ProcRet atlsq3lite_Sq3ValueC_VtabInNext ( Sq3ValueC_ARGS )
static

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

Definition at line 517 of file Sq3ValueC_atl.c.

517 {
521 SQ3_VAL ppOut;
522 MkErrorC_Check(hdl,Sq3ValueVtabInNext (hdl, &ppOut));
523 OT_retObj_SET_VAL(ppOut);
524 goto end;
525 error:
527 end:
529}
#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 …