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_TOR_TCL_API

Sq3ValueC - various functions to create, initialize and destroy … More...

+ Collaboration diagram for Sq3ValueC_TOR_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3ValueC_Dup (Sq3ValueC_ARGS)
  Tcl: (constructor) Sq3ValueC [$sq3val Dup] C-API
Copy And Free SQL Values …
 

Detailed Description

Sq3ValueC - various functions to create, initialize and destroy …

Function Documentation

◆ tclsq3lite_Sq3ValueC_Dup()

static OT_ProcRet tclsq3lite_Sq3ValueC_Dup ( Sq3ValueC_ARGS )
static

Tcl: (constructor) Sq3ValueC [$sq3val Dup] C-API
Copy And Free SQL Values …

Definition at line 380 of file Sq3ValueC_tcl.c.

380 {
384 SQ3_VAL retVal = Sq3ValueDup (hdl);
385 if (retVal == NULL) {
386 OT_ERROR_CONSTRUCTOR(Sq3ValueC);
387 goto error;
388 }
389 OT_retObj_SET_VAL(retVal);
390 goto end;
391 error:
393 end:
395}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_ERROR_CONSTRUCTOR(class)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_retObj_SET_VAL(nat)
#define OT_SETUP_hdl
#define Dup_doc
static SQ3_VAL Sq3ValueDup(SQ3_VALN sq3val)
Copy And Free SQL Values …
Struct to represent the data of the Sq3ValueC …