1*be7d0ac7SAndrew Rist /**************************************************************
2*be7d0ac7SAndrew Rist  *
3*be7d0ac7SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*be7d0ac7SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*be7d0ac7SAndrew Rist  * distributed with this work for additional information
6*be7d0ac7SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*be7d0ac7SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*be7d0ac7SAndrew Rist  * "License"); you may not use this file except in compliance
9*be7d0ac7SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*be7d0ac7SAndrew Rist  *
11*be7d0ac7SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*be7d0ac7SAndrew Rist  *
13*be7d0ac7SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*be7d0ac7SAndrew Rist  * software distributed under the License is distributed on an
15*be7d0ac7SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*be7d0ac7SAndrew Rist  * KIND, either express or implied.  See the License for the
17*be7d0ac7SAndrew Rist  * specific language governing permissions and limitations
18*be7d0ac7SAndrew Rist  * under the License.
19*be7d0ac7SAndrew Rist  *
20*be7d0ac7SAndrew Rist  *************************************************************/
21*be7d0ac7SAndrew Rist 
22cdf0e10cSrcweir /* DO NOT EDIT THIS FILE - it is machine generated */
23cdf0e10cSrcweir #include <jni.h>
24cdf0e10cSrcweir /* Header for class com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess */
25cdf0e10cSrcweir 
26cdf0e10cSrcweir #ifndef _Included_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess
27cdf0e10cSrcweir #define _Included_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess
28cdf0e10cSrcweir #ifdef __cplusplus
29cdf0e10cSrcweir extern "C" {
30cdf0e10cSrcweir #endif
31cdf0e10cSrcweir /*
32cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess
33cdf0e10cSrcweir  * Method:    isStreamElement
34cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;)Z
35cdf0e10cSrcweir  */
36cdf0e10cSrcweir JNIEXPORT jboolean JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement
37cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring);
38cdf0e10cSrcweir 
39cdf0e10cSrcweir /*
40cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess
41cdf0e10cSrcweir  * Method:    removeElement
42cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;)V
43cdf0e10cSrcweir  */
44cdf0e10cSrcweir JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement
45cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring);
46cdf0e10cSrcweir 
47cdf0e10cSrcweir /*
48cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess
49cdf0e10cSrcweir  * Method:    renameElement
50cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
51cdf0e10cSrcweir  */
52cdf0e10cSrcweir JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement
53cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring, jstring);
54cdf0e10cSrcweir 
55cdf0e10cSrcweir #ifdef __cplusplus
56cdf0e10cSrcweir }
57cdf0e10cSrcweir #endif
58cdf0e10cSrcweir #endif
59