47703
|
1 |
#
|
|
2 |
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4 |
#
|
|
5 |
# This code is free software; you can redistribute it and/or modify it
|
|
6 |
# under the terms of the GNU General Public License version 2 only, as
|
|
7 |
# published by the Free Software Foundation. Oracle designates this
|
|
8 |
# particular file as subject to the "Classpath" exception as provided
|
|
9 |
# by Oracle in the LICENSE file that accompanied this code.
|
|
10 |
#
|
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
15 |
# accompanied this code).
|
|
16 |
#
|
|
17 |
# You should have received a copy of the GNU General Public License version
|
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
20 |
#
|
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
22 |
# or visit www.oracle.com if you need additional information or have any
|
|
23 |
# questions.
|
|
24 |
#
|
|
25 |
# ##########################################################
|
|
26 |
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
|
|
27 |
# ##########################################################
|
|
28 |
#
|
|
29 |
module name java.sql
|
|
30 |
header exports javax/transaction/xa,javax/sql,java/sql requires name\u0020;java.base\u0020;flags\u0020;8000,name\u0020;java.xml\u0020;flags\u0020;20,name\u0020;java.logging\u0020;flags\u0020;20 uses java/sql/Driver flags 8000
|
|
31 |
|
|
32 |
class name java/sql/BatchUpdateException
|
|
33 |
header extends java/sql/SQLException flags 21
|
|
34 |
innerclass innerClass java/io/ObjectInputStream$GetField outerClass java/io/ObjectInputStream innerClassName GetField flags 409
|
|
35 |
innerclass innerClass java/io/ObjectOutputStream$PutField outerClass java/io/ObjectOutputStream innerClassName PutField flags 409
|
|
36 |
|
|
37 |
class name java/sql/CallableStatement
|
|
38 |
-method name getBigDecimal descriptor (II)Ljava/math/BigDecimal;
|
|
39 |
method name getBigDecimal descriptor (II)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
40 |
|
|
41 |
class name java/sql/Connection
|
|
42 |
method name beginRequest descriptor ()V thrownTypes java/sql/SQLException flags 1
|
|
43 |
method name endRequest descriptor ()V thrownTypes java/sql/SQLException flags 1
|
|
44 |
method name setShardingKeyIfValid descriptor (Ljava/sql/ShardingKey;Ljava/sql/ShardingKey;I)Z thrownTypes java/sql/SQLException flags 1
|
|
45 |
method name setShardingKeyIfValid descriptor (Ljava/sql/ShardingKey;I)Z thrownTypes java/sql/SQLException flags 1
|
|
46 |
method name setShardingKey descriptor (Ljava/sql/ShardingKey;Ljava/sql/ShardingKey;)V thrownTypes java/sql/SQLException flags 1
|
|
47 |
method name setShardingKey descriptor (Ljava/sql/ShardingKey;)V thrownTypes java/sql/SQLException flags 1
|
|
48 |
|
|
49 |
class name java/sql/ConnectionBuilder
|
|
50 |
header extends java/lang/Object flags 601
|
|
51 |
method name user descriptor (Ljava/lang/String;)Ljava/sql/ConnectionBuilder; flags 401
|
|
52 |
method name password descriptor (Ljava/lang/String;)Ljava/sql/ConnectionBuilder; flags 401
|
|
53 |
method name shardingKey descriptor (Ljava/sql/ShardingKey;)Ljava/sql/ConnectionBuilder; flags 401
|
|
54 |
method name superShardingKey descriptor (Ljava/sql/ShardingKey;)Ljava/sql/ConnectionBuilder; flags 401
|
|
55 |
method name build descriptor ()Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
|
|
56 |
|
|
57 |
class name java/sql/DatabaseMetaData
|
|
58 |
method name supportsSharding descriptor ()Z thrownTypes java/sql/SQLException flags 1
|
|
59 |
|
|
60 |
class name java/sql/Date
|
|
61 |
-method name <init> descriptor (III)V
|
|
62 |
-method name getHours descriptor ()I
|
|
63 |
-method name getMinutes descriptor ()I
|
|
64 |
-method name getSeconds descriptor ()I
|
|
65 |
-method name setHours descriptor (I)V
|
|
66 |
-method name setMinutes descriptor (I)V
|
|
67 |
-method name setSeconds descriptor (I)V
|
|
68 |
method name <init> descriptor (III)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
69 |
method name getHours descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
70 |
method name getMinutes descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
71 |
method name getSeconds descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
72 |
method name setHours descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
73 |
method name setMinutes descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
74 |
method name setSeconds descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
75 |
|
|
76 |
class name java/sql/DriverManager
|
|
77 |
header extends java/lang/Object flags 21
|
|
78 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
79 |
-method name getConnection descriptor (Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;
|
|
80 |
-method name getConnection descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;
|
|
81 |
-method name getConnection descriptor (Ljava/lang/String;)Ljava/sql/Connection;
|
|
82 |
-method name getDriver descriptor (Ljava/lang/String;)Ljava/sql/Driver;
|
|
83 |
-method name registerDriver descriptor (Ljava/sql/Driver;)V
|
|
84 |
-method name registerDriver descriptor (Ljava/sql/Driver;Ljava/sql/DriverAction;)V
|
|
85 |
-method name deregisterDriver descriptor (Ljava/sql/Driver;)V
|
|
86 |
-method name getDrivers descriptor ()Ljava/util/Enumeration;
|
|
87 |
-method name setLogStream descriptor (Ljava/io/PrintStream;)V
|
|
88 |
-method name getLogStream descriptor ()Ljava/io/PrintStream;
|
|
89 |
method name getConnection descriptor (Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Ljdk/internal/reflect/CallerSensitive;
|
|
90 |
method name getConnection descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Ljdk/internal/reflect/CallerSensitive;
|
|
91 |
method name getConnection descriptor (Ljava/lang/String;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Ljdk/internal/reflect/CallerSensitive;
|
|
92 |
method name getDriver descriptor (Ljava/lang/String;)Ljava/sql/Driver; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Ljdk/internal/reflect/CallerSensitive;
|
|
93 |
method name registerDriver descriptor (Ljava/sql/Driver;)V thrownTypes java/sql/SQLException flags 9
|
|
94 |
method name registerDriver descriptor (Ljava/sql/Driver;Ljava/sql/DriverAction;)V thrownTypes java/sql/SQLException flags 9
|
|
95 |
method name deregisterDriver descriptor (Ljava/sql/Driver;)V thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Ljdk/internal/reflect/CallerSensitive;
|
|
96 |
method name getDrivers descriptor ()Ljava/util/Enumeration; flags 9 signature ()Ljava/util/Enumeration<Ljava/sql/Driver;>; runtimeAnnotations @Ljdk/internal/reflect/CallerSensitive;
|
|
97 |
method name drivers descriptor ()Ljava/util/stream/Stream; flags 9 signature ()Ljava/util/stream/Stream<Ljava/sql/Driver;>; runtimeAnnotations @Ljdk/internal/reflect/CallerSensitive;
|
|
98 |
method name setLogStream descriptor (Ljava/io/PrintStream;)V flags 9 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
99 |
method name getLogStream descriptor ()Ljava/io/PrintStream; flags 9 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
100 |
|
|
101 |
class name java/sql/JDBCType
|
|
102 |
header extends java/lang/Enum implements java/sql/SQLType flags 4031 signature Ljava/lang/Enum<Ljava/sql/JDBCType;>;Ljava/sql/SQLType;
|
|
103 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
104 |
|
|
105 |
class name java/sql/PreparedStatement
|
|
106 |
-method name setUnicodeStream descriptor (ILjava/io/InputStream;I)V
|
|
107 |
method name setUnicodeStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
108 |
|
|
109 |
class name java/sql/ResultSet
|
|
110 |
-method name getBigDecimal descriptor (II)Ljava/math/BigDecimal;
|
|
111 |
-method name getUnicodeStream descriptor (I)Ljava/io/InputStream;
|
|
112 |
-method name getBigDecimal descriptor (Ljava/lang/String;I)Ljava/math/BigDecimal;
|
|
113 |
-method name getUnicodeStream descriptor (Ljava/lang/String;)Ljava/io/InputStream;
|
|
114 |
method name getBigDecimal descriptor (II)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
115 |
method name getUnicodeStream descriptor (I)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
116 |
method name getBigDecimal descriptor (Ljava/lang/String;I)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
117 |
method name getUnicodeStream descriptor (Ljava/lang/String;)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
118 |
|
|
119 |
class name java/sql/SQLException
|
|
120 |
header extends java/lang/Exception implements java/lang/Iterable flags 21 signature Ljava/lang/Exception;Ljava/lang/Iterable<Ljava/lang/Throwable;>;
|
|
121 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
122 |
|
|
123 |
class name java/sql/SQLWarning
|
|
124 |
header extends java/sql/SQLException flags 21
|
|
125 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
126 |
|
|
127 |
class name java/sql/ShardingKey
|
|
128 |
header extends java/lang/Object flags 601
|
|
129 |
|
|
130 |
class name java/sql/ShardingKeyBuilder
|
|
131 |
header extends java/lang/Object flags 601
|
|
132 |
method name subkey descriptor (Ljava/lang/Object;Ljava/sql/SQLType;)Ljava/sql/ShardingKeyBuilder; flags 401
|
|
133 |
method name build descriptor ()Ljava/sql/ShardingKey; thrownTypes java/sql/SQLException flags 401
|
|
134 |
|
|
135 |
class name java/sql/Statement
|
|
136 |
header extends java/lang/Object implements java/sql/Wrapper,java/lang/AutoCloseable flags 601
|
|
137 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
138 |
method name enquoteLiteral descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
|
|
139 |
method name enquoteIdentifier descriptor (Ljava/lang/String;Z)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
|
|
140 |
method name isSimpleIdentifier descriptor (Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 1
|
|
141 |
method name enquoteNCharLiteral descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
|
|
142 |
|
|
143 |
class name java/sql/Time
|
|
144 |
-method name <init> descriptor (III)V
|
|
145 |
-method name getYear descriptor ()I
|
|
146 |
-method name getMonth descriptor ()I
|
|
147 |
-method name getDay descriptor ()I
|
|
148 |
-method name getDate descriptor ()I
|
|
149 |
-method name setYear descriptor (I)V
|
|
150 |
-method name setMonth descriptor (I)V
|
|
151 |
-method name setDate descriptor (I)V
|
|
152 |
method name <init> descriptor (III)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
153 |
method name getYear descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
154 |
method name getMonth descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
155 |
method name getDay descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
156 |
method name getDate descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
157 |
method name setYear descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
158 |
method name setMonth descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
159 |
method name setDate descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
160 |
|
|
161 |
class name java/sql/Timestamp
|
|
162 |
-method name <init> descriptor (IIIIIII)V
|
|
163 |
method name <init> descriptor (IIIIIII)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="1.2")
|
|
164 |
|
|
165 |
class name javax/sql/CommonDataSource
|
|
166 |
method name createShardingKeyBuilder descriptor ()Ljava/sql/ShardingKeyBuilder; thrownTypes java/sql/SQLException flags 1
|
|
167 |
|
|
168 |
class name javax/sql/ConnectionPoolDataSource
|
|
169 |
method name getLogWriter descriptor ()Ljava/io/PrintWriter; thrownTypes java/sql/SQLException flags 401
|
|
170 |
method name setLogWriter descriptor (Ljava/io/PrintWriter;)V thrownTypes java/sql/SQLException flags 401
|
|
171 |
method name setLoginTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 401
|
|
172 |
method name getLoginTimeout descriptor ()I thrownTypes java/sql/SQLException flags 401
|
|
173 |
method name createPooledConnectionBuilder descriptor ()Ljavax/sql/PooledConnectionBuilder; thrownTypes java/sql/SQLException flags 1
|
|
174 |
|
|
175 |
class name javax/sql/DataSource
|
|
176 |
method name getLogWriter descriptor ()Ljava/io/PrintWriter; thrownTypes java/sql/SQLException flags 401
|
|
177 |
method name setLogWriter descriptor (Ljava/io/PrintWriter;)V thrownTypes java/sql/SQLException flags 401
|
|
178 |
method name setLoginTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 401
|
|
179 |
method name getLoginTimeout descriptor ()I thrownTypes java/sql/SQLException flags 401
|
|
180 |
method name createConnectionBuilder descriptor ()Ljava/sql/ConnectionBuilder; thrownTypes java/sql/SQLException flags 1
|
|
181 |
|
|
182 |
class name javax/sql/PooledConnectionBuilder
|
|
183 |
header extends java/lang/Object flags 601
|
|
184 |
method name user descriptor (Ljava/lang/String;)Ljavax/sql/PooledConnectionBuilder; flags 401
|
|
185 |
method name password descriptor (Ljava/lang/String;)Ljavax/sql/PooledConnectionBuilder; flags 401
|
|
186 |
method name shardingKey descriptor (Ljava/sql/ShardingKey;)Ljavax/sql/PooledConnectionBuilder; flags 401
|
|
187 |
method name superShardingKey descriptor (Ljava/sql/ShardingKey;)Ljavax/sql/PooledConnectionBuilder; flags 401
|
|
188 |
method name build descriptor ()Ljavax/sql/PooledConnection; thrownTypes java/sql/SQLException flags 401
|
|
189 |
|
|
190 |
class name javax/sql/XAConnectionBuilder
|
|
191 |
header extends java/lang/Object flags 601
|
|
192 |
method name user descriptor (Ljava/lang/String;)Ljavax/sql/XAConnectionBuilder; flags 401
|
|
193 |
method name password descriptor (Ljava/lang/String;)Ljavax/sql/XAConnectionBuilder; flags 401
|
|
194 |
method name shardingKey descriptor (Ljava/sql/ShardingKey;)Ljavax/sql/XAConnectionBuilder; flags 401
|
|
195 |
method name superShardingKey descriptor (Ljava/sql/ShardingKey;)Ljavax/sql/XAConnectionBuilder; flags 401
|
|
196 |
method name build descriptor ()Ljavax/sql/XAConnection; thrownTypes java/sql/SQLException flags 401
|
|
197 |
|
|
198 |
class name javax/sql/XADataSource
|
|
199 |
method name getLogWriter descriptor ()Ljava/io/PrintWriter; thrownTypes java/sql/SQLException flags 401
|
|
200 |
method name setLogWriter descriptor (Ljava/io/PrintWriter;)V thrownTypes java/sql/SQLException flags 401
|
|
201 |
method name setLoginTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 401
|
|
202 |
method name getLoginTimeout descriptor ()I thrownTypes java/sql/SQLException flags 401
|
|
203 |
method name createXAConnectionBuilder descriptor ()Ljavax/sql/XAConnectionBuilder; thrownTypes java/sql/SQLException flags 1
|
|
204 |
|