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
Sq3ScanStatE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvsq3lite;
11
12
// BEGIN-Sq3ScanStatE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16
public
enum
Sq3ScanStatE
{
17
NLOOP
(0),
18
NVISIT
(1),
19
EST
(2),
20
NAME
(3),
21
EXPLAIN
(4),
22
SELECTID
(5),
23
PARENTID
(6),
24
NCYCLE
(7);
25
private
final
int
value;
26
Sq3ScanStatE
(
int
val) {this.value = val;}
27
public
int
get
() {
return
value; }
28
public
static
Sq3ScanStatE
set
(
int
val) {
29
return
Sq3Lite
.
ScanStatE_FromInt
(val);
30
}
31
}
32
33
// END-Sq3ScanStatE - 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.Sq3ScanStatE
Java: enum Sq3ScanStatE → C-API
Definition
Sq3ScanStatE.java:16
jvsq3lite.Sq3ScanStatE.SELECTID
SELECTID
Definition
Sq3ScanStatE.java:22
jvsq3lite.Sq3ScanStatE.NVISIT
NVISIT
Definition
Sq3ScanStatE.java:18
jvsq3lite.Sq3ScanStatE.EST
EST
Definition
Sq3ScanStatE.java:19
jvsq3lite.Sq3ScanStatE.Sq3ScanStatE
Sq3ScanStatE(int val)
Definition
Sq3ScanStatE.java:26
jvsq3lite.Sq3ScanStatE.PARENTID
PARENTID
Definition
Sq3ScanStatE.java:23
jvsq3lite.Sq3ScanStatE.EXPLAIN
EXPLAIN
Definition
Sq3ScanStatE.java:21
jvsq3lite.Sq3ScanStatE.NAME
NAME
Definition
Sq3ScanStatE.java:20
jvsq3lite.Sq3ScanStatE.NLOOP
NLOOP
Definition
Sq3ScanStatE.java:17
jvsq3lite.Sq3ScanStatE.NCYCLE
NCYCLE
Definition
Sq3ScanStatE.java:24
jvsq3lite.Sq3Lite.ScanStatE_FromInt
static native Sq3ScanStatE ScanStatE_FromInt(int value)
Java: [static] Sq3ScanStatE ScanStatE_FromInt(int value) → C-API return the Sq3ScanStatE from in...
Generated on Thu May 29 2025 13:14:56 for theSq3Lite by
1.12.0