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
Sq3ValueC_Info_JV_API

Sq3ValueC - get type-informationMore...

+ Collaboration diagram for Sq3ValueC_Info_JV_API:

Functions

native Sq3TextE jvsq3lite.Sq3ValueC.Bytes ()
  Java: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …
 
native Sq3TextE jvsq3lite.Sq3ValueC.Encoding ()
  Java: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …
 
native boolean jvsq3lite.Sq3ValueC.FromBind ()
  Java: boolean sq3val.FromBind() C-API
Obtaining SQL Values …
 
void jvsq3lite.Sq3ValueC.Log ()
  Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val
 
void jvsq3lite.Sq3ValueC.Log (MkObjectC fmtobj)
  Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val
 
void jvsq3lite.Sq3ValueC.Log (MkObjectC fmtobj, int debug)
  Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val
 
void jvsq3lite.Sq3ValueC.Log (MkObjectC fmtobj, int debug, String callfunc)
  Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val
 
native boolean jvsq3lite.Sq3ValueC.NoChange ()
  Java: boolean sq3val.NoChange() C-API
Obtaining SQL Values …
 
native Sq3TypeE jvsq3lite.Sq3ValueC.NumericType ()
  Java: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …
 
native int jvsq3lite.Sq3ValueC.SubType ()
  Java: int sq3val.SubType() C-API
Finding The Subtype Of SQL Values …
 
native Sq3TypeE jvsq3lite.Sq3ValueC.Type ()
  Java: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …
 
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_Bytes (JNIEnv *env, jobject self)
  Java: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …
 
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_Encoding (JNIEnv *env, jobject self)
  Java: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …
 
JNIEXPORT jboolean JNICALL Java_jvsq3lite_Sq3ValueC_FromBind (JNIEnv *env, jobject self)
  Java: boolean sq3val.FromBind() C-API
Obtaining SQL Values …
 
JNIEXPORT jboolean JNICALL Java_jvsq3lite_Sq3ValueC_NoChange (JNIEnv *env, jobject self)
  Java: boolean sq3val.NoChange() C-API
Obtaining SQL Values …
 
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_NumericType (JNIEnv *env, jobject self)
  Java: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …
 
JNIEXPORT jint JNICALL Java_jvsq3lite_Sq3ValueC_SubType (JNIEnv *env, jobject self)
  Java: int sq3val.SubType() C-API
Finding The Subtype Of SQL Values …
 
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_Type (JNIEnv *env, jobject self)
  Java: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …
 

Detailed Description

Sq3ValueC - get type-information

Function Documentation

◆ Bytes()

native Sq3TextE jvsq3lite.Sq3ValueC.Bytes ( )

Java: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …

◆ Encoding()

native Sq3TextE jvsq3lite.Sq3ValueC.Encoding ( )

Java: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …

◆ FromBind()

native boolean jvsq3lite.Sq3ValueC.FromBind ( )

Java: boolean sq3val.FromBind() C-API
Obtaining SQL Values …

◆ Java_jvsq3lite_Sq3ValueC_Bytes()

JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_Bytes ( JNIEnv * env,
jobject self )

Java: Sq3TextE sq3val.Bytes() C-API
Obtaining SQL Values …

Definition at line 130 of file Sq3ValueC_jv.c.

130 {
131 SQ3_VALN hdl = (SQ3_VALN)pObj2Hdl(env,"Sq3ValueC",self);
132 JavaErrorCheck;
133 MkRtSetup_X(hdl);
134 enum Sq3TextE __retVal__L = Sq3ValueBytes(hdl);
135 jobject __retVal__S = MK(pGetEnumFromString)(env,SQ3(Class_Sq3TextE),"Ljvsq3lite/Sq3TextE;",Sq3TextE_ToString(__retVal__L));
136 return __retVal__S;
137error:
138 return 0;
139}
#define MkRtSetup_X(x)
Sq3TextE
Text Encodings.
MK_STRN Sq3TextE_ToString(enum Sq3TextE value)
return the Sq3TextE as string …
const struct Sq3ValueS * SQ3_VALN
class-shortcut for const struct Sq3ValueS *, all const shortcut using the XX_YYYC syntax (only for pu...
static enum Sq3TextE Sq3ValueBytes(SQ3_VALN sq3val)
Obtaining SQL Values …
Struct to represent the data of the Sq3ValueC …

◆ Java_jvsq3lite_Sq3ValueC_Encoding()

JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_Encoding ( JNIEnv * env,
jobject self )

Java: Sq3TextE sq3val.Encoding() C-API
Report the internal text encoding state of an sqlite3_value object …

Definition at line 142 of file Sq3ValueC_jv.c.

142 {
143 SQ3_VALN hdl = (SQ3_VALN)pObj2Hdl(env,"Sq3ValueC",self);
144 JavaErrorCheck;
145 MkRtSetup_X(hdl);
146 enum Sq3TextE __retVal__L = Sq3ValueEncoding(hdl);
147 jobject __retVal__S = MK(pGetEnumFromString)(env,SQ3(Class_Sq3TextE),"Ljvsq3lite/Sq3TextE;",Sq3TextE_ToString(__retVal__L));
148 return __retVal__S;
149error:
150 return 0;
151}
static enum Sq3TextE Sq3ValueEncoding(SQ3_VALN sq3val)
Report the internal text encoding state of an sqlite3_value object …

◆ Java_jvsq3lite_Sq3ValueC_FromBind()

JNIEXPORT jboolean JNICALL Java_jvsq3lite_Sq3ValueC_FromBind ( JNIEnv * env,
jobject self )

Java: boolean sq3val.FromBind() C-API
Obtaining SQL Values …

Definition at line 154 of file Sq3ValueC_jv.c.

154 {
155 SQ3_VALN hdl = (SQ3_VALN)pObj2Hdl(env,"Sq3ValueC",self);
156 JavaErrorCheck;
157 MkRtSetup_X(hdl);
158 MK_BOOL __retVal__L = Sq3ValueFromBind(hdl);
159 jboolean __retVal__S = __retVal__L;
160 return __retVal__S;
161error:
162 return 0;
163}
bool MK_BOOL
static MK_BOOL Sq3ValueFromBind(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ Java_jvsq3lite_Sq3ValueC_NoChange()

JNIEXPORT jboolean JNICALL Java_jvsq3lite_Sq3ValueC_NoChange ( JNIEnv * env,
jobject self )

Java: boolean sq3val.NoChange() C-API
Obtaining SQL Values …

Definition at line 168 of file Sq3ValueC_jv.c.

168 {
169 SQ3_VALN hdl = (SQ3_VALN)pObj2Hdl(env,"Sq3ValueC",self);
170 JavaErrorCheck;
171 MkRtSetup_X(hdl);
172 MK_BOOL __retVal__L = Sq3ValueNoChange(hdl);
173 jboolean __retVal__S = __retVal__L;
174 return __retVal__S;
175error:
176 return 0;
177}
static MK_BOOL Sq3ValueNoChange(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ Java_jvsq3lite_Sq3ValueC_NumericType()

JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_NumericType ( JNIEnv * env,
jobject self )

Java: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …

Definition at line 180 of file Sq3ValueC_jv.c.

180 {
181 SQ3_VALN hdl = (SQ3_VALN)pObj2Hdl(env,"Sq3ValueC",self);
182 JavaErrorCheck;
183 MkRtSetup_X(hdl);
184 enum Sq3TypeE __retVal__L = Sq3ValueNumericType(hdl);
185 jobject __retVal__S = MK(pGetEnumFromString)(env,SQ3(Class_Sq3TypeE),"Ljvsq3lite/Sq3TypeE;",Sq3TypeE_ToString(__retVal__L));
186 return __retVal__S;
187error:
188 return 0;
189}
Sq3TypeE
Fundamental Datatypes.
MK_STRN Sq3TypeE_ToString(enum Sq3TypeE value)
return the Sq3TypeE as string …
static enum Sq3TypeE Sq3ValueNumericType(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ Java_jvsq3lite_Sq3ValueC_SubType()

JNIEXPORT jint JNICALL Java_jvsq3lite_Sq3ValueC_SubType ( JNIEnv * env,
jobject self )

Java: int sq3val.SubType() C-API
Finding The Subtype Of SQL Values …

Definition at line 192 of file Sq3ValueC_jv.c.

192 {
193 SQ3_VALN hdl = (SQ3_VALN)pObj2Hdl(env,"Sq3ValueC",self);
194 JavaErrorCheck;
195 MkRtSetup_X(hdl);
196 MK_I32 __retVal__L = Sq3ValueSubType(hdl);
197 jint __retVal__S = __retVal__L;
198 return __retVal__S;
199error:
200 return 0;
201}
signed int MK_I32
static MK_I32 Sq3ValueSubType(SQ3_VALN sq3val)
Finding The Subtype Of SQL Values …

◆ Java_jvsq3lite_Sq3ValueC_Type()

JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3ValueC_Type ( JNIEnv * env,
jobject self )

Java: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …

Definition at line 204 of file Sq3ValueC_jv.c.

204 {
205 SQ3_VALN hdl = (SQ3_VALN)pObj2Hdl(env,"Sq3ValueC",self);
206 JavaErrorCheck;
207 MkRtSetup_X(hdl);
208 enum Sq3TypeE __retVal__L = Sq3ValueType(hdl);
209 jobject __retVal__S = MK(pGetEnumFromString)(env,SQ3(Class_Sq3TypeE),"Ljvsq3lite/Sq3TypeE;",Sq3TypeE_ToString(__retVal__L));
210 return __retVal__S;
211error:
212 return 0;
213}
static enum Sq3TypeE Sq3ValueType(SQ3_VALN sq3val)
Obtaining SQL Values …

◆ Log() [1/4]

void jvsq3lite.Sq3ValueC.Log ( )
inline

Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val

Definition at line 107 of file Sq3ValueC.java.

107 {
108 Log ((MkObjectC) null, 0, null, 0);
109 }
void Log()
Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
+ Here is the caller graph for this function:

◆ Log() [2/4]

void jvsq3lite.Sq3ValueC.Log ( MkObjectC fmtobj)
inline

Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val

Definition at line 112 of file Sq3ValueC.java.

112 {
113 Log (fmtobj, 0, null, 0);
114 }

◆ Log() [3/4]

void jvsq3lite.Sq3ValueC.Log ( MkObjectC fmtobj,
int debug )
inline

Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val

Definition at line 117 of file Sq3ValueC.java.

117 {
118 Log (fmtobj, debug, null, 0);
119 }

◆ Log() [4/4]

void jvsq3lite.Sq3ValueC.Log ( MkObjectC fmtobj,
int debug,
String callfunc )
inline

Java: val.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the val

Definition at line 122 of file Sq3ValueC.java.

122 {
123 Log (fmtobj, debug, callfunc, 0);
124 }

◆ NoChange()

native boolean jvsq3lite.Sq3ValueC.NoChange ( )

Java: boolean sq3val.NoChange() C-API
Obtaining SQL Values …

◆ NumericType()

native Sq3TypeE jvsq3lite.Sq3ValueC.NumericType ( )

Java: Sq3TypeE sq3val.NumericType() C-API
Obtaining SQL Values …

◆ SubType()

native int jvsq3lite.Sq3ValueC.SubType ( )

Java: int sq3val.SubType() C-API
Finding The Subtype Of SQL Values …

◆ Type()

native Sq3TypeE jvsq3lite.Sq3ValueC.Type ( )

Java: Sq3TypeE sq3val.Type() C-API
Obtaining SQL Values …