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
jvsq3lite.Sq3StmtStatusE Enum Reference

Java: enum Sq3StmtStatusE C-API
More...

Public Member Functions

 Sq3StmtStatusE (int val)
 
int get ()
 

Static Public Member Functions

static Sq3StmtStatusE set (int val)
 

Public Attributes

 FULLSCAN_STEP =(1 )
 
 SORT =(2 )
 
 AUTOINDEX =(3 )
 
 VM_STEP =(4 )
 
 REPREPARE =(5 )
 
 RUN =(6 )
 
 FILTER_MISS =(7 )
 
 FILTER_HIT =(8 )
 
 MEMUSED =(99)
 

Detailed Description

Java: enum Sq3StmtStatusE C-API

Definition at line 19 of file Sq3StmtStatusE.java.

Constructor & Destructor Documentation

◆ Sq3StmtStatusE()

jvsq3lite.Sq3StmtStatusE.Sq3StmtStatusE ( int val)
inline

Definition at line 30 of file Sq3StmtStatusE.java.

30{this.value = val;}

Member Function Documentation

◆ get()

int jvsq3lite.Sq3StmtStatusE.get ( )
inline

Definition at line 31 of file Sq3StmtStatusE.java.

31{ return value; }

◆ set()

static Sq3StmtStatusE jvsq3lite.Sq3StmtStatusE.set ( int val)
inlinestatic

Definition at line 32 of file Sq3StmtStatusE.java.

32 {
33 return Sq3Lite.StmtStatusE_FromInt(val);
34 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible

Member Data Documentation

◆ AUTOINDEX

jvsq3lite.Sq3StmtStatusE.AUTOINDEX =(3 )

Definition at line 22 of file Sq3StmtStatusE.java.

◆ FILTER_HIT

jvsq3lite.Sq3StmtStatusE.FILTER_HIT =(8 )

Definition at line 27 of file Sq3StmtStatusE.java.

◆ FILTER_MISS

jvsq3lite.Sq3StmtStatusE.FILTER_MISS =(7 )

Definition at line 26 of file Sq3StmtStatusE.java.

◆ FULLSCAN_STEP

jvsq3lite.Sq3StmtStatusE.FULLSCAN_STEP =(1 )

Definition at line 20 of file Sq3StmtStatusE.java.

◆ MEMUSED

jvsq3lite.Sq3StmtStatusE.MEMUSED =(99)

Definition at line 28 of file Sq3StmtStatusE.java.

◆ REPREPARE

jvsq3lite.Sq3StmtStatusE.REPREPARE =(5 )

Definition at line 24 of file Sq3StmtStatusE.java.

◆ RUN

jvsq3lite.Sq3StmtStatusE.RUN =(6 )

Definition at line 25 of file Sq3StmtStatusE.java.

◆ SORT

jvsq3lite.Sq3StmtStatusE.SORT =(2 )

Definition at line 21 of file Sq3StmtStatusE.java.

◆ VM_STEP

jvsq3lite.Sq3StmtStatusE.VM_STEP =(4 )

Definition at line 23 of file Sq3StmtStatusE.java.


The documentation for this enum was generated from the following file: