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_py.c File Reference

Sq3ValueC_py.c - 17 Apr 2025 - aotto1968. More...

+ Include dependency graph for Sq3ValueC_py.c:

Go to the source code of this file.

Macros

#define META_FILE_NAME   "Sq3ValueC_py.c"
 
#define OT_CLASS   (&NS(Sq3ValueCR))
 
#define OT_CLASS_NAME   "Sq3ValueC"
 
#define OT_LNG2META(O)
 
#define OT_retObj_CONSTR(mng)
 
#define OT_SETUP_hdl   OT_SETUP_hdl_tmpl(Sq3ValueC)
 
#define OT_SETUP_hdl__null_allow   OT_SETUP_hdl_tmpl__null_allow(Sq3ValueC)
 
#define OT_SETUP_hdl_constr
 
#define OT_SETUP_hdl_destr   OT_SETUP_hdl_tmpl__null_allow(Sq3ValueC)
 
#define OT_SETUP_hdl_static
 
#define OT_SETUP_hdl_static_constr   OT_SETUP_hdl_static
 
#define SetupRtFromObj_X(hdl)
 
#define SetupRtFromObj_XN(hdl)
 
#define Sq3ValueCTT   SQ3(Sq3LiteThreadState).Sq3ValueCTT
 
#define ClassInit
 
#define META_CONTEXT_S   MK_ERROR_DEFAULT
 
#define GetNull_doc   "Sq3ValueC Sq3ValueC.GetNull()"
 
#define HandleResolve_doc   "Sq3ValueC Sq3ValueC.HandleResolve(netHdl:MK_HDL)"
 
#define Instances_doc   "Sq3ValueC Sq3ValueC.Instances()"
 
#define Dup_doc   "Sq3ValueC sq3val.Dup() (const)"
 
#define BUF_doc   "MkBufferC val.BUF() (const)"
 
#define Blob_doc   "MkBufferC sq3val.Blob() (const)"
 
#define Next_doc   "Sq3ValueC val.Next()"
 
#define Prev_doc   "Sq3ValueC val.Prev()"
 
#define VtabInFirst_doc   "Sq3ValueC pVal.VtabInFirst()"
 
#define VtabInNext_doc   "Sq3ValueC pVal.VtabInNext()"
 
#define BinaryR_doc   "binary sq3val.BinaryR() (const)"
 
#define Bytes_doc   "Sq3TextE sq3val.Bytes() (const)"
 
#define Double_doc   "double sq3val.Double() (const)"
 
#define Encoding_doc   "Sq3TextE sq3val.Encoding() (const)"
 
#define FromBind_doc   "bool sq3val.FromBind() (const)"
 
#define Int_doc   "int32 sq3val.Int() (const)"
 
#define Int64_doc   "int64 sq3val.Int64() (const)"
 
#define NoChange_doc   "bool sq3val.NoChange() (const)"
 
#define NumericType_doc   "Sq3TypeE sq3val.NumericType() (const)"
 
#define StringR_doc   "string sq3val.StringR() (const)"
 
#define SubType_doc   "int32 sq3val.SubType() (const)"
 
#define Text_doc   "string sq3val.Text() (const)"
 
#define Type_doc   "Sq3TypeE sq3val.Type() (const)"
 

Functions

static OT_OBJ_T pysq3lite_Sq3ValueC_CTOR (MK_RT mkrt, OT_CLS_T type, SQ3_VAL hdl)
 
static MK_PTR pysq3lite_Sq3ValueC_selfCreate (MK_RT mkrt, MK_OBJ const obj, MK_PTR const env)
 
static void pysq3lite_Sq3ValueC_selfDelete (MK_RT mkrt, MK_PTR self, MK_PTR const env)
 
static void pysq3lite_Sq3ValueC_selfUnlink (MK_RT mkrt, MK_PTR self, MK_PTR const env)
 
static OT_ProcRet pysq3lite_Sq3ValueC_HandleResolve (OtClass_ARGS)
  Python: [static] Sq3ValueC Sq3ValueC.HandleResolve(netHdl:MK_HDL) C-API
Handle-Resolve-Slot - return a Sq3ValueC from netHdl or None if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet pysq3lite_Sq3ValueC_HandleGet (Sq3ValueC_ARGS)
 
static OT_ProcRet pysq3lite_Sq3ValueC_Next (Sq3ValueC_ARGS)
  Python: Sq3ValueC val.Next() C-API
get next instance from linked-list of Sq3ValueS type
 
static OT_ProcRet pysq3lite_Sq3ValueC_Prev (Sq3ValueC_ARGS)
  Python: Sq3ValueC val.Prev() C-API
get previous instance from linked-list of Sq3ValueS type
 
static OT_ProcRet pysq3lite_Sq3ValueC_Instances (OtClass_ARGS)
  Python: [static] Sq3ValueC Sq3ValueC.Instances() C-API
get head-instance from linked-list of Sq3ValueS type …
 
static OT_ProcRet pysq3lite_Sq3ValueC_GetNull (OtClass_ARGS)
  Python: [static] Sq3ValueC Sq3ValueC.GetNull() C-API
Null-Slot - return a Sq3ValueC typed NULL instance …
 
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 …
 
static OT_ProcRet pysq3lite_Sq3ValueC_Dup (Sq3ValueC_ARGS)
  Python: [constructor] Sq3ValueC sq3val.Dup() C-API
Copy And Free SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_BUF (Sq3ValueC_ARGS)
  Python: MkBufferC val.BUF() C-API
Obtaining a MkBufferC value…
 
static OT_ProcRet pysq3lite_Sq3ValueC_Blob (Sq3ValueC_ARGS)
  Python: MkBufferC sq3val.Blob() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_BinaryR (Sq3ValueC_ARGS)
  Python: binary sq3val.BinaryR() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_Double (Sq3ValueC_ARGS)
  Python: double sq3val.Double() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_Int (Sq3ValueC_ARGS)
  Python: int32 sq3val.Int() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_Int64 (Sq3ValueC_ARGS)
  Python: int64 sq3val.Int64() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_StringR (Sq3ValueC_ARGS)
  Python: string sq3val.StringR() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_Text (Sq3ValueC_ARGS)
  Python: string sq3val.Text() C-API
Obtaining SQL Values …
 
static OT_ProcRet pysq3lite_Sq3ValueC_VtabInFirst (Sq3ValueC_ARGS)
  Python: Sq3ValueC pVal.VtabInFirst() C-API
Find all elements on the right-hand side of an IN constraint …
 
static OT_ProcRet pysq3lite_Sq3ValueC_VtabInNext (Sq3ValueC_ARGS)
  Python: Sq3ValueC pVal.VtabInNext() C-API
Find all elements on the right-hand side of an IN constraint …
 
int pysq3lite_pSq3ValueC_Init (MK_RT mkrt, PyObject *m)
 

Variables

static PyMethodDef Sq3ValueC_Methods []
 
OT_CLASS_TYPE_REF pysq3lite_Sq3ValueCR
 

Detailed Description

Sq3ValueC_py.c - 17 Apr 2025 - aotto1968.

Version
94486eaaa48431d85fd346f26b604ead9fc893a5
Date
Thu Apr 17 12:31:54 2025 +0200
Author
aotto1968 aotto.nosp@m.1968.nosp@m.@t-on.nosp@m.line.nosp@m..de

Definition in file Sq3ValueC_py.c.

Macro Definition Documentation

◆ BinaryR_doc

#define BinaryR_doc   "binary sq3val.BinaryR() (const)"

Definition at line 121 of file Sq3ValueC_py.c.

◆ Blob_doc

#define Blob_doc   "MkBufferC sq3val.Blob() (const)"

Definition at line 112 of file Sq3ValueC_py.c.

◆ BUF_doc

#define BUF_doc   "MkBufferC val.BUF() (const)"

Definition at line 111 of file Sq3ValueC_py.c.

◆ Bytes_doc

#define Bytes_doc   "Sq3TextE sq3val.Bytes() (const)"

Definition at line 122 of file Sq3ValueC_py.c.

◆ ClassInit

#define ClassInit
Value:
/* if not already done, initialize NEW META type */ \
\
/* protect against double call */ \
if (Sq3ValueCTT->selfCreate == NS(Sq3ValueC_selfCreate)) return MK_OK; \
\
/* add "selfCreate" and "selfDelete" feature to the META-Class */ \
Sq3ValueCTT->selfCreate = NS(Sq3ValueC_selfCreate); \
Sq3ValueCTT->selfDelete = NS(Sq3ValueC_selfDelete); \
Sq3ValueCTT->selfUnlink = NS(Sq3ValueC_selfUnlink); \
\
if (!PyType_HasFeature(OT_CLASS,Py_TPFLAGS_READY)) { \
NS(Sq3ValueCR).tp_base = Sq3ValueC_base; \
OtErrorCheckLng (PyType_Ready(OT_CLASS)); \
} \
OtErrorCheckLng(PyModule_AddObjectRef(m, "Sq3ValueC", (PyObject *)OT_CLASS)); \
\
/* define the "NULL" object */ \
Sq3ValueC_MK_NULL = Py_NewRef(MK(AtomCreate) (MK_RT_CALL OT_CLASS, NULL /*obj*/));
#define MK(n)
#define Sq3ValueC_MK_NULL
#define NS(n)
#define Sq3ValueC_base
#define Sq3ValueCTT
#define OT_CLASS
MK_OK
#define MK_RT_CALL
#define Sq3ValueSTT
instance-type as MkTypeS-class-type (cast from Sq3ValueST into MkTypeS) …
Struct to represent the data of the Sq3ValueC …

Definition at line 68 of file Sq3ValueC_py.c.

68#define ClassInit \
69 /* if not already done, initialize NEW META type */ \
70 if (Sq3ValueCTT == NULL) Sq3ValueCTT = Sq3ValueSTT; \
71 \
72 /* protect against double call */ \
73 if (Sq3ValueCTT->selfCreate == NS(Sq3ValueC_selfCreate)) return MK_OK; \
74 \
75 /* add "selfCreate" and "selfDelete" feature to the META-Class */ \
76 Sq3ValueCTT->selfCreate = NS(Sq3ValueC_selfCreate); \
77 Sq3ValueCTT->selfDelete = NS(Sq3ValueC_selfDelete); \
78 Sq3ValueCTT->selfUnlink = NS(Sq3ValueC_selfUnlink); \
79 \
80 if (!PyType_HasFeature(OT_CLASS,Py_TPFLAGS_READY)) { \
81 NS(Sq3ValueCR).tp_base = Sq3ValueC_base; \
82 OtErrorCheckLng (PyType_Ready(OT_CLASS)); \
83 } \
84 OtErrorCheckLng(PyModule_AddObjectRef(m, "Sq3ValueC", (PyObject *)OT_CLASS)); \
85 \
86 /* define the "NULL" object */ \
87 Sq3ValueC_MK_NULL = Py_NewRef(MK(AtomCreate) (MK_RT_CALL OT_CLASS, NULL /*obj*/));

◆ Double_doc

#define Double_doc   "double sq3val.Double() (const)"

Definition at line 123 of file Sq3ValueC_py.c.

◆ Dup_doc

#define Dup_doc   "Sq3ValueC sq3val.Dup() (const)"

Definition at line 108 of file Sq3ValueC_py.c.

◆ Encoding_doc

#define Encoding_doc   "Sq3TextE sq3val.Encoding() (const)"

Definition at line 124 of file Sq3ValueC_py.c.

◆ FromBind_doc

#define FromBind_doc   "bool sq3val.FromBind() (const)"

Definition at line 125 of file Sq3ValueC_py.c.

◆ GetNull_doc

#define GetNull_doc   "Sq3ValueC Sq3ValueC.GetNull()"

doc definition

Definition at line 103 of file Sq3ValueC_py.c.

◆ HandleResolve_doc

#define HandleResolve_doc   "Sq3ValueC Sq3ValueC.HandleResolve(netHdl:MK_HDL)"

Definition at line 104 of file Sq3ValueC_py.c.

◆ Instances_doc

#define Instances_doc   "Sq3ValueC Sq3ValueC.Instances()"

Definition at line 105 of file Sq3ValueC_py.c.

◆ Int64_doc

#define Int64_doc   "int64 sq3val.Int64() (const)"

Definition at line 128 of file Sq3ValueC_py.c.

◆ Int_doc

#define Int_doc   "int32 sq3val.Int() (const)"

Definition at line 127 of file Sq3ValueC_py.c.

◆ META_CONTEXT_S

#define META_CONTEXT_S   MK_ERROR_DEFAULT

Definition at line 91 of file Sq3ValueC_py.c.

◆ META_FILE_NAME

#define META_FILE_NAME   "Sq3ValueC_py.c"

Definition at line 14 of file Sq3ValueC_py.c.

◆ Next_doc

#define Next_doc   "Sq3ValueC val.Next()"

Definition at line 113 of file Sq3ValueC_py.c.

◆ NoChange_doc

#define NoChange_doc   "bool sq3val.NoChange() (const)"

Definition at line 130 of file Sq3ValueC_py.c.

◆ NumericType_doc

#define NumericType_doc   "Sq3TypeE sq3val.NumericType() (const)"

Definition at line 131 of file Sq3ValueC_py.c.

◆ OT_CLASS

#define OT_CLASS   (&NS(Sq3ValueCR))

Definition at line 19 of file Sq3ValueC_py.c.

◆ OT_CLASS_NAME

#define OT_CLASS_NAME   "Sq3ValueC"

Definition at line 20 of file Sq3ValueC_py.c.

◆ OT_LNG2META

#define OT_LNG2META ( O)
Value:
#define VAL2MNG(val)
static SQ3_VAL Sq3Val(MK_MNG mng)
cast a unknown-object into an Sq3ValueS pointer or NULL if not possible

Definition at line 22 of file Sq3ValueC_py.c.

◆ OT_retObj_CONSTR

#define OT_retObj_CONSTR ( mng)
Value:
OT_retObj_SET(NS(Sq3ValueC_CTOR)(MK_RT_CALL (PyTypeObject*)class,mng))
#define OT_retObj_SET(val)

Definition at line 24 of file Sq3ValueC_py.c.

◆ OT_SETUP_hdl

#define OT_SETUP_hdl   OT_SETUP_hdl_tmpl(Sq3ValueC)

Definition at line 26 of file Sq3ValueC_py.c.

◆ OT_SETUP_hdl__null_allow

#define OT_SETUP_hdl__null_allow   OT_SETUP_hdl_tmpl__null_allow(Sq3ValueC)

Definition at line 27 of file Sq3ValueC_py.c.

◆ OT_SETUP_hdl_constr

#define OT_SETUP_hdl_constr
Value:
#define AllRtSetup_NULL
#define MK_RT_UNUSED
struct Sq3ValueS * SQ3_VAL
class-shortcut for struct Sq3ValueS *, all shortcut using the XX_YYY syntax (only for public API) …

Definition at line 28 of file Sq3ValueC_py.c.

28#define OT_SETUP_hdl_constr MK_RT_UNUSED AllRtSetup_NULL; \
29 SQ3_VAL hdl = (SQ3_VAL) OT_CLASS;

◆ OT_SETUP_hdl_destr

#define OT_SETUP_hdl_destr   OT_SETUP_hdl_tmpl__null_allow(Sq3ValueC)

Definition at line 30 of file Sq3ValueC_py.c.

◆ OT_SETUP_hdl_static

#define OT_SETUP_hdl_static
Value:
__attribute__((unused)) MK_TYP hdl = Sq3ValueC##_TT;

Definition at line 31 of file Sq3ValueC_py.c.

31#define OT_SETUP_hdl_static MK_RT_UNUSED AllRtSetup_NULL; \
32 __attribute__((unused)) MK_TYP hdl = Sq3ValueC##_TT;

◆ OT_SETUP_hdl_static_constr

#define OT_SETUP_hdl_static_constr   OT_SETUP_hdl_static

Definition at line 34 of file Sq3ValueC_py.c.

◆ Prev_doc

#define Prev_doc   "Sq3ValueC val.Prev()"

Definition at line 114 of file Sq3ValueC_py.c.

◆ SetupRtFromObj_X

#define SetupRtFromObj_X ( hdl)
Value:
#define AllRtSetup_X(x)

Definition at line 37 of file Sq3ValueC_py.c.

◆ SetupRtFromObj_XN

#define SetupRtFromObj_XN ( hdl)
Value:
#define AllRtSetup_XN(x)

Definition at line 38 of file Sq3ValueC_py.c.

◆ Sq3ValueCTT

#define Sq3ValueCTT   SQ3(Sq3LiteThreadState).Sq3ValueCTT

Definition at line 43 of file Sq3ValueC_py.c.

◆ StringR_doc

#define StringR_doc   "string sq3val.StringR() (const)"

Definition at line 132 of file Sq3ValueC_py.c.

◆ SubType_doc

#define SubType_doc   "int32 sq3val.SubType() (const)"

Definition at line 133 of file Sq3ValueC_py.c.

◆ Text_doc

#define Text_doc   "string sq3val.Text() (const)"

Definition at line 134 of file Sq3ValueC_py.c.

◆ Type_doc

#define Type_doc   "Sq3TypeE sq3val.Type() (const)"

Definition at line 135 of file Sq3ValueC_py.c.

◆ VtabInFirst_doc

#define VtabInFirst_doc   "Sq3ValueC pVal.VtabInFirst()"

Definition at line 117 of file Sq3ValueC_py.c.

◆ VtabInNext_doc

#define VtabInNext_doc   "Sq3ValueC pVal.VtabInNext()"

Definition at line 118 of file Sq3ValueC_py.c.

Function Documentation

◆ pysq3lite_pSq3ValueC_Init()

int pysq3lite_pSq3ValueC_Init ( MK_RT mkrt,
PyObject * m )

Definition at line 619 of file Sq3ValueC_py.c.

620{
622
623 return 0;
624error:
625 return -1;
626}
#define ClassInit

◆ pysq3lite_Sq3ValueC_CTOR()

static OT_OBJ_T pysq3lite_Sq3ValueC_CTOR ( MK_RT mkrt,
OT_CLS_T type,
SQ3_VAL hdl )
inlinestatic

Definition at line 47 of file Sq3ValueC_py.c.

47 {
48 return MK(AtomCreate)(MK_RT_CALL type,Sq3ValueC_X2obj(hdl));
49}
#define Sq3ValueC_X2obj(x)

◆ pysq3lite_Sq3ValueC_selfCreate()

static MK_PTR pysq3lite_Sq3ValueC_selfCreate ( MK_RT mkrt,
MK_OBJ const obj,
MK_PTR const env )
static

Definition at line 54 of file Sq3ValueC_py.c.

54 {
55 return MK(AtomCreate) (MK_RT_CALL OT_CLASS,obj);
56}

◆ pysq3lite_Sq3ValueC_selfDelete()

static void pysq3lite_Sq3ValueC_selfDelete ( MK_RT mkrt,
MK_PTR self,
MK_PTR const env )
static

Definition at line 58 of file Sq3ValueC_py.c.

58 {
59 MK(AtomDeleteHard) (MK_RT_CALL OT_SELF);
60}
#define OT_SELF

◆ pysq3lite_Sq3ValueC_selfUnlink()

static void pysq3lite_Sq3ValueC_selfUnlink ( MK_RT mkrt,
MK_PTR self,
MK_PTR const env )
static

Definition at line 62 of file Sq3ValueC_py.c.

62 {
63 MkObjectC_Obj *selfO = (MkObjectC_Obj*) self;
64 selfO->hdl = NULL;
65}
PyObject_HEAD MK_OBJ hdl

Variable Documentation

◆ pysq3lite_Sq3ValueCR

OT_CLASS_TYPE_REF pysq3lite_Sq3ValueCR
Initial value:
= {
PyVarObject_HEAD_INIT(NULL, 0)
.tp_name = "pymsgque.Sq3ValueC",
.tp_doc = "PyMsgque Sq3ValueC Type",
.tp_basicsize = sizeof(Sq3ValueC_Obj),
.tp_itemsize = 0,
.tp_flags = Py_TPFLAGS_DEFAULT,
.tp_methods = Sq3ValueC_Methods,
.tp_base = NULL
}
struct Sq3ValueC_Obj Sq3ValueC_Obj
static PyMethodDef Sq3ValueC_Methods[]

Public API

Definition at line 607 of file Sq3ValueC_py.c.

607 {
608 PyVarObject_HEAD_INIT(NULL, 0)
609 .tp_name = "pymsgque.Sq3ValueC",
610 .tp_doc = "PyMsgque Sq3ValueC Type",
611 .tp_basicsize = sizeof(Sq3ValueC_Obj),
612 .tp_itemsize = 0,
613// .tp_new = (newfunc) NS(Sq3ValueC_new),
614 .tp_flags = Py_TPFLAGS_DEFAULT,
615 .tp_methods = Sq3ValueC_Methods,
616 .tp_base = NULL
617};

◆ Sq3ValueC_Methods

PyMethodDef Sq3ValueC_Methods[]
static

Type definition

Definition at line 553 of file Sq3ValueC_py.c.

553 {
554
555 // BEGIN-CLASS - created by 'py_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
556
557 // doc-key: Sq3ValueC,Sq3Value,sc_
558 { "GetNull" , (PyCFunction) NS(Sq3ValueC_GetNull) , METH_NOARGS|METH_CLASS , GetNull_doc },
559 { "HandleResolve" , (PyCFunction) NS(Sq3ValueC_HandleResolve) , METH_O|METH_CLASS , HandleResolve_doc },
560 { "Instances" , (PyCFunction) NS(Sq3ValueC_Instances) , METH_NOARGS|METH_CLASS , Instances_doc },
561
562 // END-CLASS - created by 'py_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
563
564 // BEGIN-OBJ - created by 'py_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
565
566 // doc-key: Sq3ValueC,Sq3Value,oCx
567 { "Dup" , (PyCFunction) NS(Sq3ValueC_Dup) , METH_NOARGS , Dup_doc },
568
569 // doc-key: Sq3ValueC,Sq3Value,oc_
570 { "BUF" , (PyCFunction) NS(Sq3ValueC_BUF) , METH_NOARGS , BUF_doc },
571 { "Blob" , (PyCFunction) NS(Sq3ValueC_Blob) , METH_NOARGS , Blob_doc },
572 { "Next" , (PyCFunction) NS(Sq3ValueC_Next) , METH_NOARGS , Next_doc },
573 { "Prev" , (PyCFunction) NS(Sq3ValueC_Prev) , METH_NOARGS , Prev_doc },
574
575 // doc-key: Sq3ValueC,Sq3Value,oco
576 { "VtabInFirst" , (PyCFunction) NS(Sq3ValueC_VtabInFirst) , METH_NOARGS , VtabInFirst_doc },
577 { "VtabInNext" , (PyCFunction) NS(Sq3ValueC_VtabInNext) , METH_NOARGS , VtabInNext_doc },
578
579 // doc-key: Sq3ValueC,Sq3Value,om_
580 { "BinaryR" , (PyCFunction) NS(Sq3ValueC_BinaryR) , METH_NOARGS , BinaryR_doc },
581 { "Bytes" , (PyCFunction) NS(Sq3ValueC_Bytes) , METH_NOARGS , Bytes_doc },
582 { "Double" , (PyCFunction) NS(Sq3ValueC_Double) , METH_NOARGS , Double_doc },
583 { "Encoding" , (PyCFunction) NS(Sq3ValueC_Encoding) , METH_NOARGS , Encoding_doc },
584 { "FromBind" , (PyCFunction) NS(Sq3ValueC_FromBind) , METH_NOARGS , FromBind_doc },
585 // skip class-overload: Sq3ValueHandleGet → HandleGet, NS(Sq3ValueC_HandleGet)
586 { "Int" , (PyCFunction) NS(Sq3ValueC_Int) , METH_NOARGS , Int_doc },
587 { "Int64" , (PyCFunction) NS(Sq3ValueC_Int64) , METH_NOARGS , Int64_doc },
588 // skip class-overload: Sq3ValueLog → Log, NS(Sq3ValueC_Log)
589 { "NoChange" , (PyCFunction) NS(Sq3ValueC_NoChange) , METH_NOARGS , NoChange_doc },
590 { "NumericType" , (PyCFunction) NS(Sq3ValueC_NumericType) , METH_NOARGS , NumericType_doc },
591 { "StringR" , (PyCFunction) NS(Sq3ValueC_StringR) , METH_NOARGS , StringR_doc },
592 { "SubType" , (PyCFunction) NS(Sq3ValueC_SubType) , METH_NOARGS , SubType_doc },
593 { "Text" , (PyCFunction) NS(Sq3ValueC_Text) , METH_NOARGS , Text_doc },
594 { "Type" , (PyCFunction) NS(Sq3ValueC_Type) , METH_NOARGS , Type_doc },
595
596 // END-OBJ - created by 'py_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
597
598 {NULL, NULL, 0, NULL} /* Sentinel */
599};
#define Instances_doc
#define Int64_doc
#define BinaryR_doc
#define Blob_doc
#define Int_doc
#define Text_doc
#define Dup_doc
#define NumericType_doc
#define GetNull_doc
#define Next_doc
#define HandleResolve_doc
#define VtabInFirst_doc
#define Prev_doc
#define Type_doc
#define BUF_doc
#define StringR_doc
#define SubType_doc
#define FromBind_doc
#define VtabInNext_doc
#define Double_doc
#define NoChange_doc
#define Bytes_doc
#define Encoding_doc