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_Info_TCL_API

Sq3ValueC - get type-informationMore...

+ Collaboration diagram for Sq3ValueC_Info_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3ValueC_Bytes (Sq3ValueC_ARGS)
  Tcl: Sq3TextE [$sq3val Bytes] C-API
Obtaining SQL Values …
 
static OT_ProcRet tclsq3lite_Sq3ValueC_Encoding (Sq3ValueC_ARGS)
  Tcl: Sq3TextE [$sq3val Encoding] C-API
Report the internal text encoding state of an sqlite3_value object …
 
static OT_ProcRet tclsq3lite_Sq3ValueC_FromBind (Sq3ValueC_ARGS)
  Tcl: bool [$sq3val FromBind] C-API
Obtaining SQL Values …
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet tclsq3lite_Sq3ValueC_Log (Sq3ValueC_ARGS)
 
static OT_ProcRet tclsq3lite_Sq3ValueC_NoChange (Sq3ValueC_ARGS)
  Tcl: bool [$sq3val NoChange] C-API
Obtaining SQL Values …
 
static OT_ProcRet tclsq3lite_Sq3ValueC_NumericType (Sq3ValueC_ARGS)
  Tcl: Sq3TypeE [$sq3val NumericType] C-API
Obtaining SQL Values …
 
static OT_ProcRet tclsq3lite_Sq3ValueC_SubType (Sq3ValueC_ARGS)
  Tcl: int32 [$sq3val SubType] C-API
Finding The Subtype Of SQL Values …
 
static OT_ProcRet tclsq3lite_Sq3ValueC_Type (Sq3ValueC_ARGS)
  Tcl: Sq3TypeE [$sq3val Type] C-API
Obtaining SQL Values …
 

Detailed Description

Sq3ValueC - get type-information

Function Documentation

◆ tclsq3lite_Sq3ValueC_Bytes()

static OT_ProcRet tclsq3lite_Sq3ValueC_Bytes ( Sq3ValueC_ARGS )
static

Tcl: Sq3TextE [$sq3val Bytes] C-API
Obtaining SQL Values …

Definition at line 276 of file Sq3ValueC_tcl.c.

276 {
281 goto end;
282 error:
284 end:
286}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_retObj_SET(val)
#define OT_CHECK_NOARGS
#define OT_NEW_Sq3_enum_OBJ(typ, val)
#define OT_SETUP_hdl
#define Bytes_doc
static enum Sq3TextE Sq3ValueBytes(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ tclsq3lite_Sq3ValueC_Encoding()

static OT_ProcRet tclsq3lite_Sq3ValueC_Encoding ( Sq3ValueC_ARGS )
static

Tcl: Sq3TextE [$sq3val Encoding] C-API
Report the internal text encoding state of an sqlite3_value object …

Definition at line 289 of file Sq3ValueC_tcl.c.

289 {
294 goto end;
295 error:
297 end:
299}
#define Encoding_doc
static enum Sq3TextE Sq3ValueEncoding(SQ3_VALN sq3val)
Report the internal text encoding state of an sqlite3_value object …

◆ tclsq3lite_Sq3ValueC_FromBind()

static OT_ProcRet tclsq3lite_Sq3ValueC_FromBind ( Sq3ValueC_ARGS )
static

Tcl: bool [$sq3val FromBind] C-API
Obtaining SQL Values …

Definition at line 302 of file Sq3ValueC_tcl.c.

302 {
307 goto end;
308 error:
310 end:
312}
#define OT_retObj_SET_BOL(nat)
#define FromBind_doc
static MK_BOOL Sq3ValueFromBind(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ tclsq3lite_Sq3ValueC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet tclsq3lite_Sq3ValueC_Log ( Sq3ValueC_ARGS )
static

Definition at line 316 of file Sq3ValueC_tcl.c.

#define OT_ERROR_LNG_RETURN

◆ tclsq3lite_Sq3ValueC_NoChange()

static OT_ProcRet tclsq3lite_Sq3ValueC_NoChange ( Sq3ValueC_ARGS )
static

Tcl: bool [$sq3val NoChange] C-API
Obtaining SQL Values …

Definition at line 319 of file Sq3ValueC_tcl.c.

319 {
324 goto end;
325 error:
327 end:
329}
#define NoChange_doc
static MK_BOOL Sq3ValueNoChange(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ tclsq3lite_Sq3ValueC_NumericType()

static OT_ProcRet tclsq3lite_Sq3ValueC_NumericType ( Sq3ValueC_ARGS )
static

Tcl: Sq3TypeE [$sq3val NumericType] C-API
Obtaining SQL Values …

Definition at line 332 of file Sq3ValueC_tcl.c.

332 {
337 goto end;
338 error:
340 end:
342}
#define NumericType_doc
static enum Sq3TypeE Sq3ValueNumericType(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ tclsq3lite_Sq3ValueC_SubType()

static OT_ProcRet tclsq3lite_Sq3ValueC_SubType ( Sq3ValueC_ARGS )
static

Tcl: int32 [$sq3val SubType] C-API
Finding The Subtype Of SQL Values …

Definition at line 345 of file Sq3ValueC_tcl.c.

345 {
350 goto end;
351 error:
353 end:
355}
#define OT_retObj_SET_I32(nat)
#define SubType_doc
static MK_I32 Sq3ValueSubType(SQ3_VALN sq3val)
Finding The Subtype Of SQL Values …

◆ tclsq3lite_Sq3ValueC_Type()

static OT_ProcRet tclsq3lite_Sq3ValueC_Type ( Sq3ValueC_ARGS )
static

Tcl: Sq3TypeE [$sq3val Type] C-API
Obtaining SQL Values …

Definition at line 358 of file Sq3ValueC_tcl.c.

358 {
363 goto end;
364 error:
366 end:
368}
#define Type_doc
static enum Sq3TypeE Sq3ValueType(SQ3_VALN sq3val)
Obtaining SQL Values …