|
LibreOffice Module connectivity (master) 1
|
#include <cppuhelper/bootstrap.hxx>#include <osl/diagnose.h>#include "accesslog.hxx"#include <com/sun/star/embed/XTransactedObject.hpp>#include <com/sun/star/io/XStream.hpp>#include <com/sun/star/document/XDocumentSubStorageSupplier.hpp>#include <hsqldb/HStorageAccess.hxx>#include <hsqldb/HStorageMap.hxx>Go to the source code of this file.
| SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close | ( | JNIEnv * | env, |
| jobject | , | ||
| jstring | key, | ||
| jstring | name | ||
| ) |
Definition at line 101 of file StorageNativeOutputStream.cxx.
| SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush | ( | JNIEnv * | env, |
| jobject | , | ||
| jstring | key, | ||
| jstring | name | ||
| ) |
Definition at line 152 of file StorageNativeOutputStream.cxx.
| SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_openStream | ( | JNIEnv * | env, |
| jobject | , | ||
| jstring | name, | ||
| jstring | key, | ||
| jint | mode | ||
| ) |
Definition at line 47 of file StorageNativeOutputStream.cxx.
| SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync | ( | JNIEnv * | env, |
| jobject | , | ||
| jstring | key, | ||
| jstring | name | ||
| ) |
Definition at line 172 of file StorageNativeOutputStream.cxx.
| SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B | ( | JNIEnv * | env, |
| jobject | obj_this, | ||
| jstring | key, | ||
| jstring | name, | ||
| jbyteArray | buffer | ||
| ) |
Definition at line 82 of file StorageNativeOutputStream.cxx.
References env, name, and write_to_storage_stream_from_buffer().
| SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII | ( | JNIEnv * | env, |
| jobject | obj_this, | ||
| jstring | key, | ||
| jstring | name, | ||
| jbyteArray | buffer, | ||
| jint | off, | ||
| jint | len | ||
| ) |
Definition at line 63 of file StorageNativeOutputStream.cxx.
References env, name, and write_to_storage_stream_from_buffer().
| SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I | ( | JNIEnv * | env, |
| jobject | obj_this, | ||
| jstring | key, | ||
| jstring | name, | ||
| jint | b | ||
| ) |
Definition at line 133 of file StorageNativeOutputStream.cxx.
References env, name, and write_to_storage_stream().