Sq3LiteC - configure the class … More...
Collaboration diagram for Sq3LiteC_Config_JV_API:Functions | |
| native void | jvsq3lite.Sq3LiteC.BusyTimeout (int ms) |
Java: → C-API Set A Busy Timeout … | |
| native void | jvsq3lite.Sq3LiteC.DeclareVtab (String zSQL) |
Java: → C-API Declare The Schema Of A Virtual Table … | |
| native void | jvsq3lite.Sq3LiteC.ExtendedResultCodes (int onoff) |
Java: → C-API Enable Or Disable Extended Result Codes … | |
| native void | jvsq3lite.Sq3LiteC.Limit (Sq3LimitE id, int newVal) |
Java: → C-API Run-time Limits … | |
| JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_BusyTimeout (JNIEnv *env, jobject self, jint ms) |
Java: → C-API Set A Busy Timeout … | |
| JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_DeclareVtab (JNIEnv *env, jobject self, jstring zSQL) |
Java: → C-API Declare The Schema Of A Virtual Table … | |
| JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_ExtendedResultCodes (JNIEnv *env, jobject self, jint onoff) |
Java: → C-API Enable Or Disable Extended Result Codes … | |
| JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_Limit (JNIEnv *env, jobject self, jobject id, jint newVal) |
Java: → C-API Run-time Limits … | |
Sq3LiteC - configure the class …
| native void jvsq3lite.Sq3LiteC.BusyTimeout | ( | int | ms | ) |
Java: → C-API sq3lite.BusyTimeout(int ms)
Set A Busy Timeout …
| native void jvsq3lite.Sq3LiteC.DeclareVtab | ( | String | zSQL | ) |
Java: → C-API sq3lite.DeclareVtab(String zSQL)
Declare The Schema Of A Virtual Table …
| native void jvsq3lite.Sq3LiteC.ExtendedResultCodes | ( | int | onoff | ) |
Java: → C-API sq3lite.ExtendedResultCodes(int onoff)
Enable Or Disable Extended Result Codes …
| JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_BusyTimeout | ( | JNIEnv * | env, |
| jobject | self, | ||
| jint | ms ) |
Java: → C-API sq3lite.BusyTimeout(int ms)
Set A Busy Timeout …
Definition at line 127 of file Sq3LiteC_jv.c.
| JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_DeclareVtab | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | zSQL ) |
Java: → C-API sq3lite.DeclareVtab(String zSQL)
Declare The Schema Of A Virtual Table …
Definition at line 138 of file Sq3LiteC_jv.c.
| JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_ExtendedResultCodes | ( | JNIEnv * | env, |
| jobject | self, | ||
| jint | onoff ) |
Java: → C-API sq3lite.ExtendedResultCodes(int onoff)
Enable Or Disable Extended Result Codes …
Definition at line 152 of file Sq3LiteC_jv.c.
| JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_Limit | ( | JNIEnv * | env, |
| jobject | self, | ||
| jobject | id, | ||
| jint | newVal ) |
Java: → C-API sq3lite.Limit(Sq3LimitE id, int newVal)
Run-time Limits …
Definition at line 163 of file Sq3LiteC_jv.c.
| native void jvsq3lite.Sq3LiteC.Limit | ( | Sq3LimitE | id, |
| int | newVal ) |
Java: → C-API sq3lite.Limit(Sq3LimitE id, int newVal)
Run-time Limits …