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
Sq3SessionObjConfigE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvsq3lite;
11
12
// BEGIN-Sq3SessionObjConfigE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16
public
enum
Sq3SessionObjConfigE
{
17
SIZE
(1),
18
ROWID
(2);
19
private
final
int
value;
20
Sq3SessionObjConfigE
(
int
val) {this.value = val;}
21
public
int
get
() {
return
value; }
22
public
static
Sq3SessionObjConfigE
set
(
int
val) {
23
return
Sq3Lite
.
SessionObjConfigE_FromInt
(val);
24
}
25
}
26
27
// END-Sq3SessionObjConfigE - 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.Sq3SessionObjConfigE
Java: enum Sq3SessionObjConfigE → C-API
Definition
Sq3SessionObjConfigE.java:16
jvsq3lite.Sq3SessionObjConfigE.Sq3SessionObjConfigE
Sq3SessionObjConfigE(int val)
Definition
Sq3SessionObjConfigE.java:20
jvsq3lite.Sq3SessionObjConfigE.ROWID
ROWID
Definition
Sq3SessionObjConfigE.java:18
jvsq3lite.Sq3SessionObjConfigE.SIZE
SIZE
Definition
Sq3SessionObjConfigE.java:17
jvsq3lite.Sq3Lite.SessionObjConfigE_FromInt
static native Sq3SessionObjConfigE SessionObjConfigE_FromInt(int value)
Java: [static] Sq3SessionObjConfigE SessionObjConfigE_FromInt(int value) → C-API return the Sq3S...
Generated on Thu May 29 2025 13:14:56 for theSq3Lite by
1.12.0