theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3ValueC.java
Go to the documentation of this file.
1
9/* LABEL-INIT */
10package jvsq3lite;
11
12import jvmkkernel.*;
13
14/* LABEL-START */
15
20public class Sq3ValueC extends MkObjectC {
21
22 static {
23 Sq3Lite.Setup();
24 }
25
26 private Sq3ValueC (long mng, boolean dummy) {
27 super(mng,dummy);
28 }
29
30/* LABEL-END */
31
32 // INTERNAL
33
34 // PUBLIC
35
36 // BEGIN-Sq3ValueC - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
37
41
42 // doc-key: Sq3ValueC,Sq3ValueC-Class-Export,sc_
43
45 public native static Sq3ValueC HandleResolve (int netHdl);
46
47 // doc-key: Sq3ValueC,Sq3ValueC-Class-Export,om_
48
49 // skip class-overload: public native int HandleGet ()
50
52 // Sq3ValueC_Class_JV_API
53
57
58 // doc-key: Sq3ValueC,Sq3ValueC-Class-Introspection,oc_
59
61 public native Sq3ValueC Next ();
62
64 public native Sq3ValueC Prev ();
65
66 // doc-key: Sq3ValueC,Sq3ValueC-Class-Introspection,sc_
67
69 public native static Sq3ValueC Instances ();
70
72 // Sq3ValueC_Class_JV_API
73
77
78 // doc-key: Sq3ValueC,Sq3ValueC-Class-Misc,sc_
79
81 public native static Sq3ValueC GetNull ();
82
84 // Sq3ValueC_Class_JV_API
85
89
90 // doc-key: Sq3ValueC,Sq3ValueC-Info,om_
91
93 public native Sq3TextE Bytes ();
94
96 public native Sq3TextE Encoding ();
97
99 public native boolean FromBind ();
100
101 // skip class-overload: public native void Log (MkObjectC fmtobj, int debug, String callfunc, int lvl)
102
104 public void Log () {
105 Log ((MkObjectC) null, 0, null, 0);
106 }
107
109 public void Log (MkObjectC fmtobj) {
110 Log (fmtobj, 0, null, 0);
111 }
112
114 public void Log (MkObjectC fmtobj, int debug) {
115 Log (fmtobj, debug, null, 0);
116 }
117
119 public void Log (MkObjectC fmtobj, int debug, String callfunc) {
120 Log (fmtobj, debug, callfunc, 0);
121 }
122
124 public native boolean NoChange ();
125
127 public native Sq3TypeE NumericType ();
128
130 public native int SubType ();
131
133 public native Sq3TypeE Type ();
134
136 // Sq3ValueC_Info_JV_API
137
141
142 // doc-key: Sq3ValueC,Sq3ValueC-TOR,oCx
143
145 public native Sq3ValueC Dup ();
146
148 // Sq3ValueC_TOR_JV_API
149
153
154 // doc-key: Sq3ValueC,Sq3ValueC-Types,oc_
155
157 public native MkBufferC BUF ();
158
160 public native MkBufferC Blob ();
161
162 // doc-key: Sq3ValueC,Sq3ValueC-Types,om_
163
165 public native byte[] BinaryR ();
166
168 public native double Double ();
169
171 public native int Int ();
172
174 public native long Int64 ();
175
177 public native String StringR ();
178
180 public native String Text ();
181
183 // Sq3ValueC_Types_JV_API
184
188
189 // doc-key: Sq3ValueC,Sq3ValueC-Vtab,oco
190
192 public native Sq3ValueC VtabInFirst ();
193
195 public native Sq3ValueC VtabInNext ();
196
198 // Sq3ValueC_Vtab_JV_API
199
200 // END-Sq3ValueC - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
201
202}
203
205// end: Sq3ValueC_JV_API
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Definition Sq3Lite.java:125
Sq3ValueC - the class known as sq3val or Value define by Sq3ValueS …
Java: enum Sq3TextE → C-API
Definition Sq3TextE.java:16
Java: enum Sq3TypeE → C-API
Definition Sq3TypeE.java:16
static void Setup()
Java: [static] Setup() → C-API setup jvsq3lite internal memory …
Definition Sq3Lite.java:613
static native Sq3ValueC Instances()
Java: [static] Sq3ValueC Sq3ValueC.Instances() → C-API get head-instance from linked-list of Sq3...
native Sq3ValueC Prev()
Java: Sq3ValueC val.Prev() → C-API get previous instance from linked-list of Sq3ValueS type
native Sq3ValueC Next()
Java: Sq3ValueC val.Next() → C-API get next instance from linked-list of Sq3ValueS type
static native Sq3ValueC HandleResolve(int netHdl)
Java: [static] Sq3ValueC Sq3ValueC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - retur...
static native Sq3ValueC GetNull()
Java: [static] Sq3ValueC Sq3ValueC.GetNull() → C-API Null-Slot - return a Sq3ValueC typed NULL i...
native Sq3TypeE NumericType()
Java: Sq3TypeE sq3val.NumericType() → C-API Obtaining SQL Values …
native boolean NoChange()
Java: boolean sq3val.NoChange() → C-API Obtaining SQL Values …
native Sq3TextE Encoding()
Java: Sq3TextE sq3val.Encoding() → C-API Report the internal text encoding state of an sqlite3_...
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug)
Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native int SubType()
Java: int sq3val.SubType() → C-API Finding The Subtype Of SQL Values …
void Log()
Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native boolean FromBind()
Java: boolean sq3val.FromBind() → C-API Obtaining SQL Values …
native Sq3TextE Bytes()
Java: Sq3TextE sq3val.Bytes() → C-API Obtaining SQL Values …
native Sq3TypeE Type()
Java: Sq3TypeE sq3val.Type() → C-API Obtaining SQL Values …
void Log(MkObjectC fmtobj)
Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native Sq3ValueC Dup()
Java: [constructor] Sq3ValueC sq3val.Dup() → C-API Copy And Free SQL Values …
native int Int()
Java: int sq3val.Int() → C-API Obtaining SQL Values …
native long Int64()
Java: long sq3val.Int64() → C-API Obtaining SQL Values …
native String Text()
Java: String sq3val.Text() → C-API Obtaining SQL Values …
native byte[] BinaryR()
Java: byte[] sq3val.BinaryR() → C-API Obtaining SQL Values …
native String StringR()
Java: String sq3val.StringR() → C-API Obtaining SQL Values …
native MkBufferC BUF()
Java: MkBufferC val.BUF() → C-API Obtaining a MkBufferC value…
native double Double()
Java: double sq3val.Double() → C-API Obtaining SQL Values …
native MkBufferC Blob()
Java: MkBufferC sq3val.Blob() → C-API Obtaining SQL Values …
native Sq3ValueC VtabInNext()
Java: Sq3ValueC pVal.VtabInNext() → C-API Find all elements on the right-hand side of an IN con...
native Sq3ValueC VtabInFirst()
Java: Sq3ValueC pVal.VtabInFirst() → C-API Find all elements on the right-hand side of an IN co...