Java: enum Sq3StmtStatusE
→ C-API
More...
◆ Sq3StmtStatusE()
jvsq3lite.Sq3StmtStatusE.Sq3StmtStatusE |
( |
int | val | ) |
|
|
inline |
◆ get()
int jvsq3lite.Sq3StmtStatusE.get |
( |
| ) |
|
|
inline |
◆ set()
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
◆ AUTOINDEX
jvsq3lite.Sq3StmtStatusE.AUTOINDEX =(3 ) |
◆ FILTER_HIT
jvsq3lite.Sq3StmtStatusE.FILTER_HIT =(8 ) |
◆ FILTER_MISS
jvsq3lite.Sq3StmtStatusE.FILTER_MISS =(7 ) |
◆ FULLSCAN_STEP
jvsq3lite.Sq3StmtStatusE.FULLSCAN_STEP =(1 ) |
◆ MEMUSED
jvsq3lite.Sq3StmtStatusE.MEMUSED =(99) |
◆ REPREPARE
jvsq3lite.Sq3StmtStatusE.REPREPARE =(5 ) |
◆ RUN
jvsq3lite.Sq3StmtStatusE.RUN =(6 ) |
◆ SORT
jvsq3lite.Sq3StmtStatusE.SORT =(2 ) |
◆ VM_STEP
jvsq3lite.Sq3StmtStatusE.VM_STEP =(4 ) |
The documentation for this enum was generated from the following file: