2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_sql_BatchUpdateException__
5 #define __java_sql_BatchUpdateException__
9 #include <java/sql/SQLException.h>
10 #include <gcj/array.h>
18 class BatchUpdateException
;
23 class java::sql::BatchUpdateException
: public ::java::sql::SQLException
27 BatchUpdateException(::java::lang::String
*, ::java::lang::String
*, jint
, JArray
< jint
> *);
28 BatchUpdateException(::java::lang::String
*, ::java::lang::String
*, JArray
< jint
> *);
29 BatchUpdateException(::java::lang::String
*, JArray
< jint
> *);
30 BatchUpdateException(JArray
< jint
> *);
31 BatchUpdateException();
32 virtual JArray
< jint
> * getUpdateCounts();
33 public: // actually package-private
34 static const jlong serialVersionUID
= 5977529877145521757LL;
36 JArray
< jint
> * __attribute__((aligned(__alignof__( ::java::sql::SQLException
)))) updateCounts
;
38 static ::java::lang::Class
class$
;
41 #endif // __java_sql_BatchUpdateException__