MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MyJapiCtypes.java
1 /*
2  Copyright 2010 Sun Microsystems, Inc.
3  All rights reserved. Use is subject to license terms.
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; version 2 of the License.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18 /*
19  * MyJapiCtypes.java
20  */
21 
22 package myjapi;
23 
24 public class MyJapiCtypes {
25 
26  // ----------------------------------------------------------------------
27  // Platform-Dependent mappings of all primitive result/parameter types
28  // ----------------------------------------------------------------------
29 
30  static public native boolean f011();
31 
32  static public native boolean f11(boolean p0);
33  static public native byte f12(byte p0);
34  static public native byte f13(byte p0);
35  static public native byte f14(byte p0);
36  static public native short f15(short p0);
37  static public native short f16(short p0);
38  static public native int f17(int p0);
39  static public native int f18(int p0);
40  static public native int f19(int p0);
41  static public native int f20(int p0);
42  static public native long f21(long p0);
43  static public native long f22(long p0);
44  static public native float f23(float p0);
45  static public native double f24(double p0);
46  static public native double f25(double p0);
47 
48  static public native boolean f31(boolean p0);
49  static public native byte f32(byte p0);
50  static public native byte f33(byte p0);
51  static public native byte f34(byte p0);
52  static public native short f35(short p0);
53  static public native short f36(short p0);
54  static public native int f37(int p0);
55  static public native int f38(int p0);
56  static public native int f39(int p0);
57  static public native int f40(int p0);
58  static public native long f41(long p0);
59  static public native long f42(long p0);
60  static public native float f43(float p0);
61  static public native double f44(double p0);
62  static public native double f45(double p0);
63 }