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
Sq3StmtStatusE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvsq3lite;
11
12
// BEGIN-Sq3StmtStatusE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16
public
enum
Sq3StmtStatusE
{
17
FULLSCAN_STEP
(1 ),
18
SORT
(2 ),
19
AUTOINDEX
(3 ),
20
VM_STEP
(4 ),
21
REPREPARE
(5 ),
22
RUN
(6 ),
23
FILTER_MISS
(7 ),
24
FILTER_HIT
(8 ),
25
MEMUSED
(99);
26
private
final
int
value;
27
Sq3StmtStatusE
(
int
val) {this.value = val;}
28
public
int
get
() {
return
value; }
29
public
static
Sq3StmtStatusE
set
(
int
val) {
30
return
Sq3Lite
.
StmtStatusE_FromInt
(val);
31
}
32
}
33
34
// END-Sq3StmtStatusE - 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.Sq3StmtStatusE
Java: enum Sq3StmtStatusE → C-API
Definition
Sq3StmtStatusE.java:16
jvsq3lite.Sq3StmtStatusE.FULLSCAN_STEP
FULLSCAN_STEP
Definition
Sq3StmtStatusE.java:17
jvsq3lite.Sq3StmtStatusE.FILTER_HIT
FILTER_HIT
Definition
Sq3StmtStatusE.java:24
jvsq3lite.Sq3StmtStatusE.REPREPARE
REPREPARE
Definition
Sq3StmtStatusE.java:21
jvsq3lite.Sq3StmtStatusE.MEMUSED
MEMUSED
Definition
Sq3StmtStatusE.java:25
jvsq3lite.Sq3StmtStatusE.RUN
RUN
Definition
Sq3StmtStatusE.java:22
jvsq3lite.Sq3StmtStatusE.AUTOINDEX
AUTOINDEX
Definition
Sq3StmtStatusE.java:19
jvsq3lite.Sq3StmtStatusE.Sq3StmtStatusE
Sq3StmtStatusE(int val)
Definition
Sq3StmtStatusE.java:27
jvsq3lite.Sq3StmtStatusE.FILTER_MISS
FILTER_MISS
Definition
Sq3StmtStatusE.java:23
jvsq3lite.Sq3StmtStatusE.VM_STEP
VM_STEP
Definition
Sq3StmtStatusE.java:20
jvsq3lite.Sq3StmtStatusE.SORT
SORT
Definition
Sq3StmtStatusE.java:18
jvsq3lite.Sq3Lite.StmtStatusE_FromInt
static native Sq3StmtStatusE StmtStatusE_FromInt(int value)
Java: [static] Sq3StmtStatusE StmtStatusE_FromInt(int value) → C-API return the Sq3StmtStatusE f...
Generated on Thu May 29 2025 13:14:56 for theSq3Lite by
1.12.0