theSq3Lite 10.0
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 259 of file Sq3ValueC_py.c.

259 {
264 goto end;
265 error:
267 end:
269}
#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 272 of file Sq3ValueC_py.c.

272 {
277 goto end;
278 error:
280 end:
282}
#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 285 of file Sq3ValueC_py.c.

285 {
290 goto end;
291 error:
293 end:
295}
#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 299 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 302 of file Sq3ValueC_py.c.

302 {
307 goto end;
308 error:
310 end:
312}
#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 315 of file Sq3ValueC_py.c.

315 {
320 goto end;
321 error:
323 end:
325}
#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 328 of file Sq3ValueC_py.c.

328 {
333 goto end;
334 error:
336 end:
338}
#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 341 of file Sq3ValueC_py.c.

341 {
346 goto end;
347 error:
349 end:
351}
#define Type_doc
static enum Sq3TypeE Sq3ValueType(SQ3_VALN sq3val)
Obtaining SQL Values …