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