theSq3Lite 10.0
Loading...
Searching...
No Matches
jvsq3lite.Sq3SessionObjConfigE Enum Reference

Java: enum Sq3SessionObjConfigE C-API
More...

Public Member Functions

 Sq3SessionObjConfigE (int val)
 
int get ()
 

Static Public Member Functions

static Sq3SessionObjConfigE set (int val)
 

Public Attributes

 SIZE =(1)
 
 ROWID =(2)
 

Detailed Description

Java: enum Sq3SessionObjConfigE C-API

Definition at line 16 of file Sq3SessionObjConfigE.java.

Constructor & Destructor Documentation

◆ Sq3SessionObjConfigE()

jvsq3lite.Sq3SessionObjConfigE.Sq3SessionObjConfigE ( int val)
inline

Definition at line 20 of file Sq3SessionObjConfigE.java.

20{this.value = val;}

Member Function Documentation

◆ get()

int jvsq3lite.Sq3SessionObjConfigE.get ( )
inline

Definition at line 21 of file Sq3SessionObjConfigE.java.

21{ return value; }

◆ set()

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

Definition at line 22 of file Sq3SessionObjConfigE.java.

22 {
23 return Sq3Lite.SessionObjConfigE_FromInt(val);
24 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible

Member Data Documentation

◆ ROWID

jvsq3lite.Sq3SessionObjConfigE.ROWID =(2)

Definition at line 18 of file Sq3SessionObjConfigE.java.

◆ SIZE

jvsq3lite.Sq3SessionObjConfigE.SIZE =(1)

Definition at line 17 of file Sq3SessionObjConfigE.java.


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