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
Sq3TypeE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvsq3lite;
11
12
// BEGIN-Sq3TypeE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16
public
enum
Sq3TypeE
{
17
INTEGER
(1),
18
FLOAT
(2),
19
BLOB
(4),
20
NULL
(5),
21
TEXT
(3);
22
private
final
int
value;
23
Sq3TypeE
(
int
val) {this.value = val;}
24
public
int
get
() {
return
value; }
25
public
static
Sq3TypeE
set
(
int
val) {
26
return
Sq3Lite
.
TypeE_FromInt
(val);
27
}
28
}
29
30
// END-Sq3TypeE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
jvsq3lite.Sq3Lite
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Definition
Sq3Lite.java:125
jvsq3lite.Sq3TypeE
Java: enum Sq3TypeE → C-API
Definition
Sq3TypeE.java:16
jvsq3lite.Sq3TypeE.Sq3TypeE
Sq3TypeE(int val)
Definition
Sq3TypeE.java:23
jvsq3lite.Sq3TypeE.NULL
NULL
Definition
Sq3TypeE.java:20
jvsq3lite.Sq3TypeE.FLOAT
FLOAT
Definition
Sq3TypeE.java:18
jvsq3lite.Sq3TypeE.BLOB
BLOB
Definition
Sq3TypeE.java:19
jvsq3lite.Sq3TypeE.INTEGER
INTEGER
Definition
Sq3TypeE.java:17
jvsq3lite.Sq3TypeE.TEXT
TEXT
Definition
Sq3TypeE.java:21
jvsq3lite.Sq3Lite.TypeE_FromInt
static native Sq3TypeE TypeE_FromInt(int value)
Java: [static] Sq3TypeE TypeE_FromInt(int value) → C-API return the Sq3TypeE from integer …
Generated on Thu May 29 2025 13:14:56 for theSq3Lite by
1.12.0