BatchUpdateException.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_sql_BatchUpdateException__
  3. #define __java_sql_BatchUpdateException__
  4. #pragma interface
  5. #include <java/sql/SQLException.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace sql
  12. {
  13. class BatchUpdateException;
  14. }
  15. }
  16. }
  17. class java::sql::BatchUpdateException : public ::java::sql::SQLException
  18. {
  19. public:
  20. BatchUpdateException(::java::lang::String *, ::java::lang::String *, jint, JArray< jint > *);
  21. BatchUpdateException(::java::lang::String *, ::java::lang::String *, JArray< jint > *);
  22. BatchUpdateException(::java::lang::String *, JArray< jint > *);
  23. BatchUpdateException(JArray< jint > *);
  24. BatchUpdateException();
  25. virtual JArray< jint > * getUpdateCounts();
  26. public: // actually package-private
  27. static const jlong serialVersionUID = 5977529877145521757LL;
  28. private:
  29. JArray< jint > * __attribute__((aligned(__alignof__( ::java::sql::SQLException)))) updateCounts;
  30. public:
  31. static ::java::lang::Class class$;
  32. };
  33. #endif // __java_sql_BatchUpdateException__