theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3ValueC_Info_ATL_API

Sq3ValueC - get type-informationMore...

+ Collaboration diagram for Sq3ValueC_Info_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3ValueC_Bytes (Sq3ValueC_ARGS)
  Atl: Sq3TextE [Sq3ValueC::Bytes $sq3val] C-API
Obtaining SQL Values …
 
static OT_ProcRet atlsq3lite_Sq3ValueC_Encoding (Sq3ValueC_ARGS)
  Atl: Sq3TextE [Sq3ValueC::Encoding $sq3val] C-API
Report the internal text encoding state of an sqlite3_value object …
 
static OT_ProcRet atlsq3lite_Sq3ValueC_FromBind (Sq3ValueC_ARGS)
  Atl: bool [Sq3ValueC::FromBind $sq3val] C-API
Obtaining SQL Values …
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3ValueC_Log (Sq3ValueC_ARGS)
 
static OT_ProcRet atlsq3lite_Sq3ValueC_NoChange (Sq3ValueC_ARGS)
  Atl: bool [Sq3ValueC::NoChange $sq3val] C-API
Obtaining SQL Values …
 
static OT_ProcRet atlsq3lite_Sq3ValueC_NumericType (Sq3ValueC_ARGS)
  Atl: Sq3TypeE [Sq3ValueC::NumericType $sq3val] C-API
Obtaining SQL Values …
 
static OT_ProcRet atlsq3lite_Sq3ValueC_SubType (Sq3ValueC_ARGS)
  Atl: int32 [Sq3ValueC::SubType $sq3val] C-API
Finding The Subtype Of SQL Values …
 
static OT_ProcRet atlsq3lite_Sq3ValueC_Type (Sq3ValueC_ARGS)
  Atl: Sq3TypeE [Sq3ValueC::Type $sq3val] C-API
Obtaining SQL Values …
 

Detailed Description

Sq3ValueC - get type-information

Function Documentation

◆ atlsq3lite_Sq3ValueC_Bytes()

static OT_ProcRet atlsq3lite_Sq3ValueC_Bytes ( Sq3ValueC_ARGS )
static

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

Definition at line 252 of file Sq3ValueC_atl.c.

252 {
257 goto end;
258 error:
260 end:
262}
#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 …

◆ atlsq3lite_Sq3ValueC_Encoding()

static OT_ProcRet atlsq3lite_Sq3ValueC_Encoding ( Sq3ValueC_ARGS )
static

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

Definition at line 265 of file Sq3ValueC_atl.c.

265 {
270 goto end;
271 error:
273 end:
275}
#define Encoding_doc
static enum Sq3TextE Sq3ValueEncoding(SQ3_VALN sq3val)
Report the internal text encoding state of an sqlite3_value object …

◆ atlsq3lite_Sq3ValueC_FromBind()

static OT_ProcRet atlsq3lite_Sq3ValueC_FromBind ( Sq3ValueC_ARGS )
static

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

Definition at line 278 of file Sq3ValueC_atl.c.

278 {
283 goto end;
284 error:
286 end:
288}
#define OT_retObj_SET_BOL(nat)
#define FromBind_doc
static MK_BOOL Sq3ValueFromBind(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ atlsq3lite_Sq3ValueC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3ValueC_Log ( Sq3ValueC_ARGS )
static

Definition at line 292 of file Sq3ValueC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlsq3lite_Sq3ValueC_NoChange()

static OT_ProcRet atlsq3lite_Sq3ValueC_NoChange ( Sq3ValueC_ARGS )
static

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

Definition at line 295 of file Sq3ValueC_atl.c.

295 {
300 goto end;
301 error:
303 end:
305}
#define NoChange_doc
static MK_BOOL Sq3ValueNoChange(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ atlsq3lite_Sq3ValueC_NumericType()

static OT_ProcRet atlsq3lite_Sq3ValueC_NumericType ( Sq3ValueC_ARGS )
static

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

Definition at line 308 of file Sq3ValueC_atl.c.

308 {
313 goto end;
314 error:
316 end:
318}
#define NumericType_doc
static enum Sq3TypeE Sq3ValueNumericType(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ atlsq3lite_Sq3ValueC_SubType()

static OT_ProcRet atlsq3lite_Sq3ValueC_SubType ( Sq3ValueC_ARGS )
static

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

Definition at line 321 of file Sq3ValueC_atl.c.

321 {
326 goto end;
327 error:
329 end:
331}
#define OT_retObj_SET_I32(nat)
#define SubType_doc
static MK_I32 Sq3ValueSubType(SQ3_VALN sq3val)
Finding The Subtype Of SQL Values …

◆ atlsq3lite_Sq3ValueC_Type()

static OT_ProcRet atlsq3lite_Sq3ValueC_Type ( Sq3ValueC_ARGS )
static

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

Definition at line 334 of file Sq3ValueC_atl.c.

334 {
339 goto end;
340 error:
342 end:
344}
#define Type_doc
static enum Sq3TypeE Sq3ValueType(SQ3_VALN sq3val)
Obtaining SQL Values …