LibreOffice Module connectivity (master) 1
|
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <hsqldb/HStorageMap.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Functions | |
SAL_JNI_EXPORT jboolean JNICALL | Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement (JNIEnv *env, jobject, jstring key, jstring name) |
SAL_JNI_EXPORT void JNICALL | Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement (JNIEnv *env, jobject, jstring key, jstring name) |
SAL_JNI_EXPORT void JNICALL | Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement (JNIEnv *env, jobject, jstring key, jstring oldname, jstring newname) |
SAL_JNI_EXPORT jboolean JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement | ( | JNIEnv * | env, |
jobject | , | ||
jstring | key, | ||
jstring | name | ||
) |
Definition at line 41 of file StorageFileAccess.cxx.
References env, Exception, name, sName, and TOOLS_WARN_EXCEPTION.
SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement | ( | JNIEnv * | env, |
jobject | , | ||
jstring | key, | ||
jstring | name | ||
) |
Definition at line 92 of file StorageFileAccess.cxx.
References env, Exception, name, sName, and TOOLS_WARN_EXCEPTION.
SAL_JNI_EXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement | ( | JNIEnv * | env, |
jobject | , | ||
jstring | key, | ||
jstring | oldname, | ||
jstring | newname | ||
) |
Definition at line 128 of file StorageFileAccess.cxx.
References env, Exception, and TOOLS_WARN_EXCEPTION.