theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3ValueC_Vtab_CC_API

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

+ Collaboration diagram for Sq3ValueC_Vtab_CC_API:

Functions

Sq3ValueCccsq3lite::Sq3ValueC::VtabInFirst ()
  C++: Sq3ValueC* pVal.VtabInFirst() C-API
Find all elements on the right-hand side of an IN constraint …
 
Sq3ValueCccsq3lite::Sq3ValueC::VtabInNext ()
  C++: 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

◆ VtabInFirst()

Sq3ValueC * ccsq3lite::Sq3ValueC::VtabInFirst ( )
inline

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

Definition at line 251 of file Sq3ValueC_inline_cc.hh.

251 {
252 MK_UNUSED auto pVal = getVAL();
253 SQ3_VAL ppOut;
254 enum MkErrorE errVal = Sq3ValueVtabInFirst(pVal, &ppOut);
255 MkErrorC_Check(pVal, errVal);
257 }
#define MK_UNUSED
#define MK_RT_CALL
static Sq3ValueC * Sq3ValueC_ObjNew(MK_RT_ARGS SQ3_VAL hdl)
return Sq3ValueC from LibMsgqueObject
SQ3_VAL getVAL() const
return the LibMsgqueObject from current Sq3ValueC instance
struct Sq3ValueS * SQ3_VAL
class-shortcut for struct Sq3ValueS *, all shortcut using the XX_YYY syntax (only for public API) …
static enum MkErrorE Sq3ValueVtabInFirst(SQ3_VAL pVal, SQ3_VAL *ppOut)
Find all elements on the right-hand side of an IN constraint …

◆ VtabInNext()

Sq3ValueC * ccsq3lite::Sq3ValueC::VtabInNext ( )
inline

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

Definition at line 260 of file Sq3ValueC_inline_cc.hh.

260 {
261 MK_UNUSED auto pVal = getVAL();
262 SQ3_VAL ppOut;
263 enum MkErrorE errVal = Sq3ValueVtabInNext(pVal, &ppOut);
264 MkErrorC_Check(pVal, errVal);
266 }
static enum MkErrorE Sq3ValueVtabInNext(SQ3_VAL pVal, SQ3_VAL *ppOut)
Find all elements on the right-hand side of an IN constraint …