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.Sq3VtabE Enum Reference

Java: enum Sq3VtabE C-API
More...

Public Member Functions

 Sq3VtabE (int val)
 
int get ()
 

Static Public Member Functions

static Sq3VtabE set (int val)
 

Public Attributes

 CONSTRAINT_SUPPORT =(1)
 
 INNOCUOUS =(2)
 
 DIRECTONLY =(3)
 
 USES_ALL_SCHEMAS =(4)
 

Detailed Description

Java: enum Sq3VtabE C-API

Definition at line 19 of file Sq3VtabE.java.

Constructor & Destructor Documentation

◆ Sq3VtabE()

jvsq3lite.Sq3VtabE.Sq3VtabE ( int val)
inline

Definition at line 25 of file Sq3VtabE.java.

25{this.value = val;}

Member Function Documentation

◆ get()

int jvsq3lite.Sq3VtabE.get ( )
inline

Definition at line 26 of file Sq3VtabE.java.

26{ return value; }

◆ set()

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

Definition at line 27 of file Sq3VtabE.java.

27 {
28 return Sq3Lite.VtabE_FromInt(val);
29 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible

Member Data Documentation

◆ CONSTRAINT_SUPPORT

jvsq3lite.Sq3VtabE.CONSTRAINT_SUPPORT =(1)

Definition at line 20 of file Sq3VtabE.java.

◆ DIRECTONLY

jvsq3lite.Sq3VtabE.DIRECTONLY =(3)

Definition at line 22 of file Sq3VtabE.java.

◆ INNOCUOUS

jvsq3lite.Sq3VtabE.INNOCUOUS =(2)

Definition at line 21 of file Sq3VtabE.java.

◆ USES_ALL_SCHEMAS

jvsq3lite.Sq3VtabE.USES_ALL_SCHEMAS =(4)

Definition at line 23 of file Sq3VtabE.java.


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