Sq3BlobC - various functions to create, initialize and destroy … More...
Sq3BlobC - various functions to create, initialize and destroy …
JNIEXPORT jlong JNICALL Java_jvsq3lite_Sq3BlobC_CTOR | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | sq3lite, | ||
jstring | zDb, | ||
jstring | zTable, | ||
jstring | zColumn, | ||
jlong | iRow, | ||
jint | flags ) |
Java:
→ C-API [constructor,static] Sq3BlobC Sq3BlobC.Open(Sq3LiteC sq3lite, String zDb, String zTable, String zColumn, long iRow, int flags)
Open A BLOB For Incremental I/O …
Definition at line 192 of file Sq3BlobC_jv.c.
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3BlobC_Open | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | sq3lite, | ||
jstring | zDb, | ||
jstring | zTable, | ||
jstring | zColumn, | ||
jlong | iRow, | ||
jint | flags ) |
Java:
→ C-API [constructor,static] Sq3BlobC Sq3BlobC.Open(Sq3LiteC sq3lite, String zDb, String zTable, String zColumn, long iRow, int flags)
Open A BLOB For Incremental I/O …
Definition at line 215 of file Sq3BlobC_jv.c.
|
static |
Java:
→ C-API [constructor,static] Sq3BlobC Sq3BlobC.Open(Sq3LiteC sq3lite, String zDb, String zTable, String zColumn, long iRow, int flags)
Open A BLOB For Incremental I/O …
|
inline |
Java:
→ C-API [constructor,static] Sq3BlobC Sq3BlobC.Open(Sq3LiteC sq3lite, String zDb, String zTable, String zColumn, long iRow, int flags)
Open A BLOB For Incremental I/O …
Definition at line 130 of file Sq3BlobC.java.