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_PY_API

Sq3ValueC - get type-informationMore...

+ Collaboration diagram for Sq3ValueC_Info_PY_API:

Functions

static OT_ProcRet pysq3lite_Sq3ValueC_Bytes (Sq3ValueC_ARGS)
  Python: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_Encoding (Sq3ValueC_ARGS)
  Python: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …
 
static OT_ProcRet pysq3lite_Sq3ValueC_FromBind (Sq3ValueC_ARGS)
  Python: bool sq3val.FromBind() C-API
Obtaining SQL Values …
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet pysq3lite_Sq3ValueC_Log (Sq3ValueC_ARGS)
 
static OT_ProcRet pysq3lite_Sq3ValueC_NoChange (Sq3ValueC_ARGS)
  Python: bool sq3val.NoChange() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_NumericType (Sq3ValueC_ARGS)
  Python: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_SubType (Sq3ValueC_ARGS)
  Python: int32 sq3val.SubType() C-API
Finding The Subtype Of SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_Type (Sq3ValueC_ARGS)
  Python: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …
 

Detailed Description

Sq3ValueC - get type-information

Function Documentation

◆ pysq3lite_Sq3ValueC_Bytes()

static OT_ProcRet pysq3lite_Sq3ValueC_Bytes ( Sq3ValueC_ARGS )
static

Python: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …

Definition at line 262 of file Sq3ValueC_py.c.

262 {
267 goto end;
268 error:
270 end:
272}
#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 …

◆ pysq3lite_Sq3ValueC_Encoding()

static OT_ProcRet pysq3lite_Sq3ValueC_Encoding ( Sq3ValueC_ARGS )
static

Python: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …

Definition at line 275 of file Sq3ValueC_py.c.

275 {
280 goto end;
281 error:
283 end:
285}
#define Encoding_doc
static enum Sq3TextE Sq3ValueEncoding(SQ3_VALN sq3val)
Report the internal text encoding state of an sqlite3_value object …

◆ pysq3lite_Sq3ValueC_FromBind()

static OT_ProcRet pysq3lite_Sq3ValueC_FromBind ( Sq3ValueC_ARGS )
static

Python: bool sq3val.FromBind() C-API
Obtaining SQL Values …

Definition at line 288 of file Sq3ValueC_py.c.

288 {
293 goto end;
294 error:
296 end:
298}
#define OT_retObj_SET_BOL(nat)
#define FromBind_doc
static MK_BOOL Sq3ValueFromBind(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ pysq3lite_Sq3ValueC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet pysq3lite_Sq3ValueC_Log ( Sq3ValueC_ARGS )
static

Definition at line 302 of file Sq3ValueC_py.c.

#define OT_ERROR_LNG_RETURN

◆ pysq3lite_Sq3ValueC_NoChange()

static OT_ProcRet pysq3lite_Sq3ValueC_NoChange ( Sq3ValueC_ARGS )
static

Python: bool sq3val.NoChange() C-API
Obtaining SQL Values …

Definition at line 305 of file Sq3ValueC_py.c.

305 {
310 goto end;
311 error:
313 end:
315}
#define NoChange_doc
static MK_BOOL Sq3ValueNoChange(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ pysq3lite_Sq3ValueC_NumericType()

static OT_ProcRet pysq3lite_Sq3ValueC_NumericType ( Sq3ValueC_ARGS )
static

Python: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …

Definition at line 318 of file Sq3ValueC_py.c.

318 {
323 goto end;
324 error:
326 end:
328}
#define NumericType_doc
static enum Sq3TypeE Sq3ValueNumericType(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ pysq3lite_Sq3ValueC_SubType()

static OT_ProcRet pysq3lite_Sq3ValueC_SubType ( Sq3ValueC_ARGS )
static

Python: int32 sq3val.SubType() C-API
Finding The Subtype Of SQL Values …

Definition at line 331 of file Sq3ValueC_py.c.

331 {
336 goto end;
337 error:
339 end:
341}
#define OT_retObj_SET_I32(nat)
#define SubType_doc
static MK_I32 Sq3ValueSubType(SQ3_VALN sq3val)
Finding The Subtype Of SQL Values …

◆ pysq3lite_Sq3ValueC_Type()

static OT_ProcRet pysq3lite_Sq3ValueC_Type ( Sq3ValueC_ARGS )
static

Python: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …

Definition at line 344 of file Sq3ValueC_py.c.

344 {
349 goto end;
350 error:
352 end:
354}
#define Type_doc
static enum Sq3TypeE Sq3ValueType(SQ3_VALN sq3val)
Obtaining SQL Values …