src/jdbc/JSqlConnection.h

Go to the documentation of this file.
00001 /* DO NOT EDIT THIS FILE - it is machine generated */
00002 #include <jni.h>
00003 /* Header for class JSqlConnection */
00004 
00005 #ifndef _Included_csql_jdbc_JSqlConnection
00006 #define _Included_csql_jdbc_JSqlConnection
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 /*
00011  * Class:     JSqlConnection
00012  * Method:    alloc
00013  * Signature: ()V
00014  */
00015 JNIEXPORT void JNICALL Java_csql_jdbc_JSqlConnection_alloc
00016   (JNIEnv *, jobject, jint);
00017 
00018 /*
00019  * Class:     JSqlConnection
00020  * Method:    free
00021  * Signature: ()V
00022  */
00023 JNIEXPORT void JNICALL Java_csql_jdbc_JSqlConnection_free
00024   (JNIEnv *, jobject);
00025 
00026 /*
00027  * Class:     JSqlConnection
00028  * Method:    connect
00029  * Signature: (Ljava/lang/String;Ljava/lang/String;)I
00030  */
00031 JNIEXPORT jint JNICALL Java_csql_jdbc_JSqlConnection_connect
00032   (JNIEnv *, jobject, jstring, jstring);
00033 
00034 /*
00035  * Class:     JSqlConnection
00036  * Method:    disconnect
00037  * Signature: ()I
00038  */
00039 JNIEXPORT jint JNICALL Java_csql_jdbc_JSqlConnection_disconnect
00040   (JNIEnv *, jobject);
00041 
00042 /*
00043  * Class:     JSqlConnection
00044  * Method:    isOpen
00045  * Signature: ()Z
00046  */
00047 JNIEXPORT jboolean JNICALL Java_csql_jdbc_JSqlConnection_isOpen
00048   (JNIEnv *, jobject);
00049 
00050 /*
00051  * Class:     JSqlConnection
00052  * Method:    beginTrans
00053  * Signature: (I)I
00054  */
00055 JNIEXPORT jint JNICALL Java_csql_jdbc_JSqlConnection_beginTrans
00056   (JNIEnv *, jobject, jint);
00057 
00058 /*
00059  * Class:     JSqlConnection
00060  * Method:    commit
00061  * Signature: ()I
00062  */
00063 JNIEXPORT jint JNICALL Java_csql_jdbc_JSqlConnection_commit
00064   (JNIEnv *, jobject);
00065 
00066 /*
00067  * Class:     JSqlConnection
00068  * Method:    rollback
00069  * Signature: ()I
00070  */
00071 JNIEXPORT jint JNICALL Java_csql_jdbc_JSqlConnection_rollback
00072   (JNIEnv *, jobject);
00073 
00074 #ifdef __cplusplus
00075 }
00076 #endif
00077 #endif

Generated on Mon Jun 9 22:37:14 2008 for csql by  doxygen 1.4.7