com_sleepycat_db_DbLsn.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class com_sleepycat_db_DbLsn */
  4. #ifndef _Included_com_sleepycat_db_DbLsn
  5. #define _Included_com_sleepycat_db_DbLsn
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10.  * Class:     com_sleepycat_db_DbLsn
  11.  * Method:    finalize
  12.  * Signature: ()V
  13.  */
  14. JNIEXPORT void JNICALL Java_com_sleepycat_db_DbLsn_finalize
  15.   (JNIEnv *, jobject);
  16. /*
  17.  * Class:     com_sleepycat_db_DbLsn
  18.  * Method:    init_lsn
  19.  * Signature: ()V
  20.  */
  21. JNIEXPORT void JNICALL Java_com_sleepycat_db_DbLsn_init_1lsn
  22.   (JNIEnv *, jobject);
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif