Sq3LiteC - execute a sql statement … More...
Functions | |
native void | jvsq3lite.Sq3LiteC.Exec (String sql, Sq3LiteExecIF callback_data) |
Java: → C-API One-Step Query Execution Interface … | |
native void | jvsq3lite.Sq3LiteC.ExecV2 (String sql, Sq3LiteExecV2IF callback) |
Java: → C-API The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code. | |
void | jvsq3lite.Sq3LiteC.ExecV2 (String sql) |
Java: → C-API The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code. | |
void | jvsq3lite.Sq3LiteC.Exec (String sql) |
Java: → C-API One-Step Query Execution Interface … | |
static native void | jvsq3lite.Sq3LiteC.Sleep (int arg0) |
Java: → C-API Suspend Execution For A Short Time … | |
JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_Exec (JNIEnv *env, jobject self, jstring sql, jobject callback_data) |
Java: → C-API One-Step Query Execution Interface … | |
JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_ExecV2 (JNIEnv *env, jobject self, jstring sql, jobject callback) |
Java: → C-API The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code. | |
JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3LiteC_Sleep (JNIEnv *env, jclass class, jint arg0) |
Java: → C-API Suspend Execution For A Short Time … | |
Sq3LiteC - execute a sql statement …
|
inline |
Java:
→ C-API sq3lite.Exec(String sql, ?Sq3LiteExecIF callback_data = null?)
One-Step Query Execution Interface …
Definition at line 157 of file Sq3LiteC.java.
native void jvsq3lite.Sq3LiteC.Exec | ( | String | sql, |
Sq3LiteExecIF | callback_data ) |
Java:
→ C-API sq3lite.Exec(String sql, ?Sq3LiteExecIF callback_data = null?)
One-Step Query Execution Interface …
|
inline |
Java:
→ C-API sq3lite.ExecV2(String sql, ?Sq3LiteExecV2IF callback = null?)
The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code.
Definition at line 152 of file Sq3LiteC.java.
native void jvsq3lite.Sq3LiteC.ExecV2 | ( | String | sql, |
Sq3LiteExecV2IF | callback ) |
Java:
→ C-API sq3lite.ExecV2(String sql, ?Sq3LiteExecV2IF callback = null?)
The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code.
JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_Exec | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | sql, | ||
jobject | callback_data ) |
Java:
→ C-API sq3lite.Exec(String sql, ?Sq3LiteExecIF callback_data = null?)
One-Step Query Execution Interface …
Definition at line 265 of file Sq3LiteC_jv.c.
JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_ExecV2 | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | sql, | ||
jobject | callback ) |
Java:
→ C-API sq3lite.ExecV2(String sql, ?Sq3LiteExecV2IF callback = null?)
The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code.
Definition at line 283 of file Sq3LiteC_jv.c.
JNIEXPORT void JNICALL Java_jvsq3lite_Sq3LiteC_Sleep | ( | JNIEnv * | env, |
jclass | class, | ||
jint | arg0 ) |
Java:
→ C-API [static] Sq3LiteC.Sleep(int arg0)
Suspend Execution For A Short Time …
Definition at line 303 of file Sq3LiteC_jv.c.
|
static |
Java:
→ C-API [static] Sq3LiteC.Sleep(int arg0)
Suspend Execution For A Short Time …