Sq3LiteC - get information … More...
Collaboration diagram for Sq3LiteC_Info_JV_API:Functions | |
| native int | jvsq3lite.Sq3LiteC.GetAutocommit () |
Java: → C-API Test For Auto-Commit Mode … | |
| native long | jvsq3lite.Sq3LiteC.LastInsertRowid () |
Java: → C-API Last Insert Rowid … | |
| native void | jvsq3lite.Sq3LiteC.TxnState (String zSchema) |
Java: → C-API Determine the transaction state of a database … | |
| native void | jvsq3lite.Sq3LiteC.VtabOnConflict () |
Java: → C-API Determine The Virtual Table Conflict Policy … | |
| JNIEXPORT jint JNICALL | Java_jvsq3lite_Sq3LiteC_GetAutocommit (JNIEnv *env, jobject self) |
Java: → C-API Test For Auto-Commit Mode … | |
| JNIEXPORT jlong JNICALL | Java_jvsq3lite_Sq3LiteC_LastInsertRowid (JNIEnv *env, jobject self) |
Java: → C-API Last Insert Rowid … | |
| JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_TxnState (JNIEnv *env, jobject self, jstring zSchema) |
Java: → C-API Determine the transaction state of a database … | |
| JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_VtabOnConflict (JNIEnv *env, jobject self) |
Java: → C-API Determine The Virtual Table Conflict Policy … | |
Sq3LiteC - get information …
| native int jvsq3lite.Sq3LiteC.GetAutocommit | ( | ) |
Java: → C-API int sq3lite.GetAutocommit()
Test For Auto-Commit Mode …
| JNIEXPORT jint JNICALL Java_jvsq3lite_Sq3LiteC_GetAutocommit | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API int sq3lite.GetAutocommit()
Test For Auto-Commit Mode …
Definition at line 318 of file Sq3LiteC_jv.c.
| JNIEXPORT jlong JNICALL Java_jvsq3lite_Sq3LiteC_LastInsertRowid | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API long sq3lite.LastInsertRowid()
Last Insert Rowid …
Definition at line 330 of file Sq3LiteC_jv.c.
| JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_TxnState | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | zSchema ) |
Java: → C-API sq3lite.TxnState(String zSchema)
Determine the transaction state of a database …
Definition at line 342 of file Sq3LiteC_jv.c.
| JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_VtabOnConflict | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API sq3lite.VtabOnConflict()
Determine The Virtual Table Conflict Policy …
Definition at line 356 of file Sq3LiteC_jv.c.
| native long jvsq3lite.Sq3LiteC.LastInsertRowid | ( | ) |
Java: → C-API long sq3lite.LastInsertRowid()
Last Insert Rowid …
| native void jvsq3lite.Sq3LiteC.TxnState | ( | String | zSchema | ) |
Java: → C-API sq3lite.TxnState(String zSchema)
Determine the transaction state of a database …
| native void jvsq3lite.Sq3LiteC.VtabOnConflict | ( | ) |
Java: → C-API sq3lite.VtabOnConflict()
Determine The Virtual Table Conflict Policy …