2011-10-08 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / libjava / java / sql / DataTruncation.h
blob584c65bcf4810bb2369fbb6bfca17b0546adf765
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_sql_DataTruncation__
5 #define __java_sql_DataTruncation__
7 #pragma interface
9 #include <java/sql/SQLWarning.h>
10 extern "Java"
12 namespace java
14 namespace sql
16 class DataTruncation;
21 class java::sql::DataTruncation : public ::java::sql::SQLWarning
24 public:
25 DataTruncation(jint, jboolean, jboolean, jint, jint);
26 virtual jint getIndex();
27 virtual jboolean getParameter();
28 virtual jboolean getRead();
29 virtual jint getDataSize();
30 virtual jint getTransferSize();
31 public: // actually package-private
32 static const jlong serialVersionUID = 6464298989504059473LL;
33 private:
34 jint __attribute__((aligned(__alignof__( ::java::sql::SQLWarning)))) dataSize;
35 jint index;
36 jboolean parameter;
37 jboolean read;
38 jint transferSize;
39 public:
40 static ::java::lang::Class class$;
43 #endif // __java_sql_DataTruncation__