java.sql-8.sym.txt revision 2973:0e8fa3249327
1#
2# Copyright (c) 2015, 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#
29class name java/sql/Array
30header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
31method name getBaseTypeName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
32method name getBaseType descriptor ()I thrownTypes java/sql/SQLException flags 401
33method name getArray descriptor ()Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
34method name getArray descriptor (Ljava/util/Map;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
35method name getArray descriptor (JI)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
36method name getArray descriptor (JILjava/util/Map;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (JILjava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
37method name getResultSet descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
38method name getResultSet descriptor (Ljava/util/Map;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/sql/ResultSet;
39method name getResultSet descriptor (JI)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
40method name getResultSet descriptor (JILjava/util/Map;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401 signature (JILjava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/sql/ResultSet;
41method name free descriptor ()V thrownTypes java/sql/SQLException flags 401
42
43class name java/sql/BatchUpdateException
44header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
45method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I[I)V flags 1
46method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;[I)V flags 1
47method name <init> descriptor (Ljava/lang/String;[I)V flags 1
48method name <init> descriptor ([I)V flags 1
49method name <init> descriptor ()V flags 1
50method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
51method name <init> descriptor ([ILjava/lang/Throwable;)V flags 1
52method name <init> descriptor (Ljava/lang/String;[ILjava/lang/Throwable;)V flags 1
53method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;[ILjava/lang/Throwable;)V flags 1
54method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/Throwable;)V flags 1
55method name getUpdateCounts descriptor ()[I flags 1
56method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I[JLjava/lang/Throwable;)V flags 1
57method name getLargeUpdateCounts descriptor ()[J flags 1
58
59class name java/sql/Blob
60header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
61method name length descriptor ()J thrownTypes java/sql/SQLException flags 401
62method name getBytes descriptor (JI)[B thrownTypes java/sql/SQLException flags 401
63method name getBinaryStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
64method name position descriptor ([BJ)J thrownTypes java/sql/SQLException flags 401
65method name position descriptor (Ljava/sql/Blob;J)J thrownTypes java/sql/SQLException flags 401
66method name setBytes descriptor (J[B)I thrownTypes java/sql/SQLException flags 401
67method name setBytes descriptor (J[BII)I thrownTypes java/sql/SQLException flags 401
68method name setBinaryStream descriptor (J)Ljava/io/OutputStream; thrownTypes java/sql/SQLException flags 401
69method name truncate descriptor (J)V thrownTypes java/sql/SQLException flags 401
70method name free descriptor ()V thrownTypes java/sql/SQLException flags 401
71method name getBinaryStream descriptor (JJ)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
72
73class name java/sql/CallableStatement
74header extends java/lang/Object implements java/sql/PreparedStatement flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
75method name registerOutParameter descriptor (II)V thrownTypes java/sql/SQLException flags 401
76method name registerOutParameter descriptor (III)V thrownTypes java/sql/SQLException flags 401
77method name wasNull descriptor ()Z thrownTypes java/sql/SQLException flags 401
78method name getString descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
79method name getBoolean descriptor (I)Z thrownTypes java/sql/SQLException flags 401
80method name getByte descriptor (I)B thrownTypes java/sql/SQLException flags 401
81method name getShort descriptor (I)S thrownTypes java/sql/SQLException flags 401
82method name getInt descriptor (I)I thrownTypes java/sql/SQLException flags 401
83method name getLong descriptor (I)J thrownTypes java/sql/SQLException flags 401
84method name getFloat descriptor (I)F thrownTypes java/sql/SQLException flags 401
85method name getDouble descriptor (I)D thrownTypes java/sql/SQLException flags 401
86method name getBigDecimal descriptor (II)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
87method name getBytes descriptor (I)[B thrownTypes java/sql/SQLException flags 401
88method name getDate descriptor (I)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
89method name getTime descriptor (I)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
90method name getTimestamp descriptor (I)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
91method name getObject descriptor (I)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
92method name getBigDecimal descriptor (I)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401
93method name getObject descriptor (ILjava/util/Map;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (ILjava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
94method name getRef descriptor (I)Ljava/sql/Ref; thrownTypes java/sql/SQLException flags 401
95method name getBlob descriptor (I)Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 401
96method name getClob descriptor (I)Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 401
97method name getArray descriptor (I)Ljava/sql/Array; thrownTypes java/sql/SQLException flags 401
98method name getDate descriptor (ILjava/util/Calendar;)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
99method name getTime descriptor (ILjava/util/Calendar;)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
100method name getTimestamp descriptor (ILjava/util/Calendar;)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
101method name registerOutParameter descriptor (IILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
102method name registerOutParameter descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 401
103method name registerOutParameter descriptor (Ljava/lang/String;II)V thrownTypes java/sql/SQLException flags 401
104method name registerOutParameter descriptor (Ljava/lang/String;ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
105method name getURL descriptor (I)Ljava/net/URL; thrownTypes java/sql/SQLException flags 401
106method name setURL descriptor (Ljava/lang/String;Ljava/net/URL;)V thrownTypes java/sql/SQLException flags 401
107method name setNull descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 401
108method name setBoolean descriptor (Ljava/lang/String;Z)V thrownTypes java/sql/SQLException flags 401
109method name setByte descriptor (Ljava/lang/String;B)V thrownTypes java/sql/SQLException flags 401
110method name setShort descriptor (Ljava/lang/String;S)V thrownTypes java/sql/SQLException flags 401
111method name setInt descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 401
112method name setLong descriptor (Ljava/lang/String;J)V thrownTypes java/sql/SQLException flags 401
113method name setFloat descriptor (Ljava/lang/String;F)V thrownTypes java/sql/SQLException flags 401
114method name setDouble descriptor (Ljava/lang/String;D)V thrownTypes java/sql/SQLException flags 401
115method name setBigDecimal descriptor (Ljava/lang/String;Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 401
116method name setString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
117method name setBytes descriptor (Ljava/lang/String;[B)V thrownTypes java/sql/SQLException flags 401
118method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 401
119method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 401
120method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 401
121method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
122method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
123method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;II)V thrownTypes java/sql/SQLException flags 401
124method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;I)V thrownTypes java/sql/SQLException flags 401
125method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
126method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;I)V thrownTypes java/sql/SQLException flags 401
127method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
128method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
129method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
130method name setNull descriptor (Ljava/lang/String;ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
131method name getString descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
132method name getBoolean descriptor (Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
133method name getByte descriptor (Ljava/lang/String;)B thrownTypes java/sql/SQLException flags 401
134method name getShort descriptor (Ljava/lang/String;)S thrownTypes java/sql/SQLException flags 401
135method name getInt descriptor (Ljava/lang/String;)I thrownTypes java/sql/SQLException flags 401
136method name getLong descriptor (Ljava/lang/String;)J thrownTypes java/sql/SQLException flags 401
137method name getFloat descriptor (Ljava/lang/String;)F thrownTypes java/sql/SQLException flags 401
138method name getDouble descriptor (Ljava/lang/String;)D thrownTypes java/sql/SQLException flags 401
139method name getBytes descriptor (Ljava/lang/String;)[B thrownTypes java/sql/SQLException flags 401
140method name getDate descriptor (Ljava/lang/String;)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
141method name getTime descriptor (Ljava/lang/String;)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
142method name getTimestamp descriptor (Ljava/lang/String;)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
143method name getObject descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
144method name getBigDecimal descriptor (Ljava/lang/String;)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401
145method name getObject descriptor (Ljava/lang/String;Ljava/util/Map;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
146method name getRef descriptor (Ljava/lang/String;)Ljava/sql/Ref; thrownTypes java/sql/SQLException flags 401
147method name getBlob descriptor (Ljava/lang/String;)Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 401
148method name getClob descriptor (Ljava/lang/String;)Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 401
149method name getArray descriptor (Ljava/lang/String;)Ljava/sql/Array; thrownTypes java/sql/SQLException flags 401
150method name getDate descriptor (Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
151method name getTime descriptor (Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
152method name getTimestamp descriptor (Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
153method name getURL descriptor (Ljava/lang/String;)Ljava/net/URL; thrownTypes java/sql/SQLException flags 401
154method name getRowId descriptor (I)Ljava/sql/RowId; thrownTypes java/sql/SQLException flags 401
155method name getRowId descriptor (Ljava/lang/String;)Ljava/sql/RowId; thrownTypes java/sql/SQLException flags 401
156method name setRowId descriptor (Ljava/lang/String;Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 401
157method name setNString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
158method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
159method name setNClob descriptor (Ljava/lang/String;Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 401
160method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
161method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
162method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
163method name getNClob descriptor (I)Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 401
164method name getNClob descriptor (Ljava/lang/String;)Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 401
165method name setSQLXML descriptor (Ljava/lang/String;Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 401
166method name getSQLXML descriptor (I)Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 401
167method name getSQLXML descriptor (Ljava/lang/String;)Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 401
168method name getNString descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
169method name getNString descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
170method name getNCharacterStream descriptor (I)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
171method name getNCharacterStream descriptor (Ljava/lang/String;)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
172method name getCharacterStream descriptor (I)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
173method name getCharacterStream descriptor (Ljava/lang/String;)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
174method name setBlob descriptor (Ljava/lang/String;Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 401
175method name setClob descriptor (Ljava/lang/String;Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 401
176method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
177method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
178method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
179method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
180method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
181method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
182method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
183method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
184method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
185method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
186method name getObject descriptor (ILjava/lang/Class;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature <T:Ljava/lang/Object;>(ILjava/lang/Class<TT;>;)TT;
187method name getObject descriptor (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)TT;
188method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;I)V thrownTypes java/sql/SQLException flags 1
189method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;)V thrownTypes java/sql/SQLException flags 1
190method name registerOutParameter descriptor (ILjava/sql/SQLType;)V thrownTypes java/sql/SQLException flags 1
191method name registerOutParameter descriptor (ILjava/sql/SQLType;I)V thrownTypes java/sql/SQLException flags 1
192method name registerOutParameter descriptor (ILjava/sql/SQLType;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
193method name registerOutParameter descriptor (Ljava/lang/String;Ljava/sql/SQLType;)V thrownTypes java/sql/SQLException flags 1
194method name registerOutParameter descriptor (Ljava/lang/String;Ljava/sql/SQLType;I)V thrownTypes java/sql/SQLException flags 1
195method name registerOutParameter descriptor (Ljava/lang/String;Ljava/sql/SQLType;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
196
197class name java/sql/ClientInfoStatus
198header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Ljava/sql/ClientInfoStatus;>; classAnnotations @Ljdk/Profile+Annotation;(value=I2)
199field name REASON_UNKNOWN descriptor Ljava/sql/ClientInfoStatus; flags 4019
200field name REASON_UNKNOWN_PROPERTY descriptor Ljava/sql/ClientInfoStatus; flags 4019
201field name REASON_VALUE_INVALID descriptor Ljava/sql/ClientInfoStatus; flags 4019
202field name REASON_VALUE_TRUNCATED descriptor Ljava/sql/ClientInfoStatus; flags 4019
203method name values descriptor ()[Ljava/sql/ClientInfoStatus; flags 9
204method name valueOf descriptor (Ljava/lang/String;)Ljava/sql/ClientInfoStatus; flags 9
205
206class name java/sql/Clob
207header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
208method name length descriptor ()J thrownTypes java/sql/SQLException flags 401
209method name getSubString descriptor (JI)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
210method name getCharacterStream descriptor ()Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
211method name getAsciiStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
212method name position descriptor (Ljava/lang/String;J)J thrownTypes java/sql/SQLException flags 401
213method name position descriptor (Ljava/sql/Clob;J)J thrownTypes java/sql/SQLException flags 401
214method name setString descriptor (JLjava/lang/String;)I thrownTypes java/sql/SQLException flags 401
215method name setString descriptor (JLjava/lang/String;II)I thrownTypes java/sql/SQLException flags 401
216method name setAsciiStream descriptor (J)Ljava/io/OutputStream; thrownTypes java/sql/SQLException flags 401
217method name setCharacterStream descriptor (J)Ljava/io/Writer; thrownTypes java/sql/SQLException flags 401
218method name truncate descriptor (J)V thrownTypes java/sql/SQLException flags 401
219method name free descriptor ()V thrownTypes java/sql/SQLException flags 401
220method name getCharacterStream descriptor (JJ)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
221
222class name java/sql/Connection
223header extends java/lang/Object implements java/sql/Wrapper,java/lang/AutoCloseable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
224field name TRANSACTION_NONE descriptor I constantValue 0 flags 19
225field name TRANSACTION_READ_UNCOMMITTED descriptor I constantValue 1 flags 19
226field name TRANSACTION_READ_COMMITTED descriptor I constantValue 2 flags 19
227field name TRANSACTION_REPEATABLE_READ descriptor I constantValue 4 flags 19
228field name TRANSACTION_SERIALIZABLE descriptor I constantValue 8 flags 19
229method name createStatement descriptor ()Ljava/sql/Statement; thrownTypes java/sql/SQLException flags 401
230method name prepareStatement descriptor (Ljava/lang/String;)Ljava/sql/PreparedStatement; thrownTypes java/sql/SQLException flags 401
231method name prepareCall descriptor (Ljava/lang/String;)Ljava/sql/CallableStatement; thrownTypes java/sql/SQLException flags 401
232method name nativeSQL descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
233method name setAutoCommit descriptor (Z)V thrownTypes java/sql/SQLException flags 401
234method name getAutoCommit descriptor ()Z thrownTypes java/sql/SQLException flags 401
235method name commit descriptor ()V thrownTypes java/sql/SQLException flags 401
236method name rollback descriptor ()V thrownTypes java/sql/SQLException flags 401
237method name close descriptor ()V thrownTypes java/sql/SQLException flags 401
238method name isClosed descriptor ()Z thrownTypes java/sql/SQLException flags 401
239method name getMetaData descriptor ()Ljava/sql/DatabaseMetaData; thrownTypes java/sql/SQLException flags 401
240method name setReadOnly descriptor (Z)V thrownTypes java/sql/SQLException flags 401
241method name isReadOnly descriptor ()Z thrownTypes java/sql/SQLException flags 401
242method name setCatalog descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
243method name getCatalog descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
244method name setTransactionIsolation descriptor (I)V thrownTypes java/sql/SQLException flags 401
245method name getTransactionIsolation descriptor ()I thrownTypes java/sql/SQLException flags 401
246method name getWarnings descriptor ()Ljava/sql/SQLWarning; thrownTypes java/sql/SQLException flags 401
247method name clearWarnings descriptor ()V thrownTypes java/sql/SQLException flags 401
248method name createStatement descriptor (II)Ljava/sql/Statement; thrownTypes java/sql/SQLException flags 401
249method name prepareStatement descriptor (Ljava/lang/String;II)Ljava/sql/PreparedStatement; thrownTypes java/sql/SQLException flags 401
250method name prepareCall descriptor (Ljava/lang/String;II)Ljava/sql/CallableStatement; thrownTypes java/sql/SQLException flags 401
251method name getTypeMap descriptor ()Ljava/util/Map; thrownTypes java/sql/SQLException flags 401 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;
252method name setTypeMap descriptor (Ljava/util/Map;)V thrownTypes java/sql/SQLException flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
253method name setHoldability descriptor (I)V thrownTypes java/sql/SQLException flags 401
254method name getHoldability descriptor ()I thrownTypes java/sql/SQLException flags 401
255method name setSavepoint descriptor ()Ljava/sql/Savepoint; thrownTypes java/sql/SQLException flags 401
256method name setSavepoint descriptor (Ljava/lang/String;)Ljava/sql/Savepoint; thrownTypes java/sql/SQLException flags 401
257method name rollback descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
258method name releaseSavepoint descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
259method name createStatement descriptor (III)Ljava/sql/Statement; thrownTypes java/sql/SQLException flags 401
260method name prepareStatement descriptor (Ljava/lang/String;III)Ljava/sql/PreparedStatement; thrownTypes java/sql/SQLException flags 401
261method name prepareCall descriptor (Ljava/lang/String;III)Ljava/sql/CallableStatement; thrownTypes java/sql/SQLException flags 401
262method name prepareStatement descriptor (Ljava/lang/String;I)Ljava/sql/PreparedStatement; thrownTypes java/sql/SQLException flags 401
263method name prepareStatement descriptor (Ljava/lang/String;[I)Ljava/sql/PreparedStatement; thrownTypes java/sql/SQLException flags 401
264method name prepareStatement descriptor (Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/PreparedStatement; thrownTypes java/sql/SQLException flags 401
265method name createClob descriptor ()Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 401
266method name createBlob descriptor ()Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 401
267method name createNClob descriptor ()Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 401
268method name createSQLXML descriptor ()Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 401
269method name isValid descriptor (I)Z thrownTypes java/sql/SQLException flags 401
270method name setClientInfo descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLClientInfoException flags 401
271method name setClientInfo descriptor (Ljava/util/Properties;)V thrownTypes java/sql/SQLClientInfoException flags 401
272method name getClientInfo descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
273method name getClientInfo descriptor ()Ljava/util/Properties; thrownTypes java/sql/SQLException flags 401
274method name createArrayOf descriptor (Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Array; thrownTypes java/sql/SQLException flags 401
275method name createStruct descriptor (Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Struct; thrownTypes java/sql/SQLException flags 401
276method name setSchema descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
277method name getSchema descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
278method name abort descriptor (Ljava/util/concurrent/Executor;)V thrownTypes java/sql/SQLException flags 401
279method name setNetworkTimeout descriptor (Ljava/util/concurrent/Executor;I)V thrownTypes java/sql/SQLException flags 401
280method name getNetworkTimeout descriptor ()I thrownTypes java/sql/SQLException flags 401
281
282class name java/sql/DataTruncation
283header extends java/sql/SQLWarning flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
284method name <init> descriptor (IZZII)V flags 1
285method name <init> descriptor (IZZIILjava/lang/Throwable;)V flags 1
286method name getIndex descriptor ()I flags 1
287method name getParameter descriptor ()Z flags 1
288method name getRead descriptor ()Z flags 1
289method name getDataSize descriptor ()I flags 1
290method name getTransferSize descriptor ()I flags 1
291
292class name java/sql/DatabaseMetaData
293header extends java/lang/Object implements java/sql/Wrapper flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
294field name procedureResultUnknown descriptor I constantValue 0 flags 19
295field name procedureNoResult descriptor I constantValue 1 flags 19
296field name procedureReturnsResult descriptor I constantValue 2 flags 19
297field name procedureColumnUnknown descriptor I constantValue 0 flags 19
298field name procedureColumnIn descriptor I constantValue 1 flags 19
299field name procedureColumnInOut descriptor I constantValue 2 flags 19
300field name procedureColumnOut descriptor I constantValue 4 flags 19
301field name procedureColumnReturn descriptor I constantValue 5 flags 19
302field name procedureColumnResult descriptor I constantValue 3 flags 19
303field name procedureNoNulls descriptor I constantValue 0 flags 19
304field name procedureNullable descriptor I constantValue 1 flags 19
305field name procedureNullableUnknown descriptor I constantValue 2 flags 19
306field name columnNoNulls descriptor I constantValue 0 flags 19
307field name columnNullable descriptor I constantValue 1 flags 19
308field name columnNullableUnknown descriptor I constantValue 2 flags 19
309field name bestRowTemporary descriptor I constantValue 0 flags 19
310field name bestRowTransaction descriptor I constantValue 1 flags 19
311field name bestRowSession descriptor I constantValue 2 flags 19
312field name bestRowUnknown descriptor I constantValue 0 flags 19
313field name bestRowNotPseudo descriptor I constantValue 1 flags 19
314field name bestRowPseudo descriptor I constantValue 2 flags 19
315field name versionColumnUnknown descriptor I constantValue 0 flags 19
316field name versionColumnNotPseudo descriptor I constantValue 1 flags 19
317field name versionColumnPseudo descriptor I constantValue 2 flags 19
318field name importedKeyCascade descriptor I constantValue 0 flags 19
319field name importedKeyRestrict descriptor I constantValue 1 flags 19
320field name importedKeySetNull descriptor I constantValue 2 flags 19
321field name importedKeyNoAction descriptor I constantValue 3 flags 19
322field name importedKeySetDefault descriptor I constantValue 4 flags 19
323field name importedKeyInitiallyDeferred descriptor I constantValue 5 flags 19
324field name importedKeyInitiallyImmediate descriptor I constantValue 6 flags 19
325field name importedKeyNotDeferrable descriptor I constantValue 7 flags 19
326field name typeNoNulls descriptor I constantValue 0 flags 19
327field name typeNullable descriptor I constantValue 1 flags 19
328field name typeNullableUnknown descriptor I constantValue 2 flags 19
329field name typePredNone descriptor I constantValue 0 flags 19
330field name typePredChar descriptor I constantValue 1 flags 19
331field name typePredBasic descriptor I constantValue 2 flags 19
332field name typeSearchable descriptor I constantValue 3 flags 19
333field name tableIndexStatistic descriptor S constantValue 0 flags 19
334field name tableIndexClustered descriptor S constantValue 1 flags 19
335field name tableIndexHashed descriptor S constantValue 2 flags 19
336field name tableIndexOther descriptor S constantValue 3 flags 19
337field name attributeNoNulls descriptor S constantValue 0 flags 19
338field name attributeNullable descriptor S constantValue 1 flags 19
339field name attributeNullableUnknown descriptor S constantValue 2 flags 19
340field name sqlStateXOpen descriptor I constantValue 1 flags 19
341field name sqlStateSQL descriptor I constantValue 2 flags 19
342field name sqlStateSQL99 descriptor I constantValue 2 flags 19
343field name functionColumnUnknown descriptor I constantValue 0 flags 19
344field name functionColumnIn descriptor I constantValue 1 flags 19
345field name functionColumnInOut descriptor I constantValue 2 flags 19
346field name functionColumnOut descriptor I constantValue 3 flags 19
347field name functionReturn descriptor I constantValue 4 flags 19
348field name functionColumnResult descriptor I constantValue 5 flags 19
349field name functionNoNulls descriptor I constantValue 0 flags 19
350field name functionNullable descriptor I constantValue 1 flags 19
351field name functionNullableUnknown descriptor I constantValue 2 flags 19
352field name functionResultUnknown descriptor I constantValue 0 flags 19
353field name functionNoTable descriptor I constantValue 1 flags 19
354field name functionReturnsTable descriptor I constantValue 2 flags 19
355method name allProceduresAreCallable descriptor ()Z thrownTypes java/sql/SQLException flags 401
356method name allTablesAreSelectable descriptor ()Z thrownTypes java/sql/SQLException flags 401
357method name getURL descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
358method name getUserName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
359method name isReadOnly descriptor ()Z thrownTypes java/sql/SQLException flags 401
360method name nullsAreSortedHigh descriptor ()Z thrownTypes java/sql/SQLException flags 401
361method name nullsAreSortedLow descriptor ()Z thrownTypes java/sql/SQLException flags 401
362method name nullsAreSortedAtStart descriptor ()Z thrownTypes java/sql/SQLException flags 401
363method name nullsAreSortedAtEnd descriptor ()Z thrownTypes java/sql/SQLException flags 401
364method name getDatabaseProductName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
365method name getDatabaseProductVersion descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
366method name getDriverName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
367method name getDriverVersion descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
368method name getDriverMajorVersion descriptor ()I flags 401
369method name getDriverMinorVersion descriptor ()I flags 401
370method name usesLocalFiles descriptor ()Z thrownTypes java/sql/SQLException flags 401
371method name usesLocalFilePerTable descriptor ()Z thrownTypes java/sql/SQLException flags 401
372method name supportsMixedCaseIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
373method name storesUpperCaseIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
374method name storesLowerCaseIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
375method name storesMixedCaseIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
376method name supportsMixedCaseQuotedIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
377method name storesUpperCaseQuotedIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
378method name storesLowerCaseQuotedIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
379method name storesMixedCaseQuotedIdentifiers descriptor ()Z thrownTypes java/sql/SQLException flags 401
380method name getIdentifierQuoteString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
381method name getSQLKeywords descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
382method name getNumericFunctions descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
383method name getStringFunctions descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
384method name getSystemFunctions descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
385method name getTimeDateFunctions descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
386method name getSearchStringEscape descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
387method name getExtraNameCharacters descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
388method name supportsAlterTableWithAddColumn descriptor ()Z thrownTypes java/sql/SQLException flags 401
389method name supportsAlterTableWithDropColumn descriptor ()Z thrownTypes java/sql/SQLException flags 401
390method name supportsColumnAliasing descriptor ()Z thrownTypes java/sql/SQLException flags 401
391method name nullPlusNonNullIsNull descriptor ()Z thrownTypes java/sql/SQLException flags 401
392method name supportsConvert descriptor ()Z thrownTypes java/sql/SQLException flags 401
393method name supportsConvert descriptor (II)Z thrownTypes java/sql/SQLException flags 401
394method name supportsTableCorrelationNames descriptor ()Z thrownTypes java/sql/SQLException flags 401
395method name supportsDifferentTableCorrelationNames descriptor ()Z thrownTypes java/sql/SQLException flags 401
396method name supportsExpressionsInOrderBy descriptor ()Z thrownTypes java/sql/SQLException flags 401
397method name supportsOrderByUnrelated descriptor ()Z thrownTypes java/sql/SQLException flags 401
398method name supportsGroupBy descriptor ()Z thrownTypes java/sql/SQLException flags 401
399method name supportsGroupByUnrelated descriptor ()Z thrownTypes java/sql/SQLException flags 401
400method name supportsGroupByBeyondSelect descriptor ()Z thrownTypes java/sql/SQLException flags 401
401method name supportsLikeEscapeClause descriptor ()Z thrownTypes java/sql/SQLException flags 401
402method name supportsMultipleResultSets descriptor ()Z thrownTypes java/sql/SQLException flags 401
403method name supportsMultipleTransactions descriptor ()Z thrownTypes java/sql/SQLException flags 401
404method name supportsNonNullableColumns descriptor ()Z thrownTypes java/sql/SQLException flags 401
405method name supportsMinimumSQLGrammar descriptor ()Z thrownTypes java/sql/SQLException flags 401
406method name supportsCoreSQLGrammar descriptor ()Z thrownTypes java/sql/SQLException flags 401
407method name supportsExtendedSQLGrammar descriptor ()Z thrownTypes java/sql/SQLException flags 401
408method name supportsANSI92EntryLevelSQL descriptor ()Z thrownTypes java/sql/SQLException flags 401
409method name supportsANSI92IntermediateSQL descriptor ()Z thrownTypes java/sql/SQLException flags 401
410method name supportsANSI92FullSQL descriptor ()Z thrownTypes java/sql/SQLException flags 401
411method name supportsIntegrityEnhancementFacility descriptor ()Z thrownTypes java/sql/SQLException flags 401
412method name supportsOuterJoins descriptor ()Z thrownTypes java/sql/SQLException flags 401
413method name supportsFullOuterJoins descriptor ()Z thrownTypes java/sql/SQLException flags 401
414method name supportsLimitedOuterJoins descriptor ()Z thrownTypes java/sql/SQLException flags 401
415method name getSchemaTerm descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
416method name getProcedureTerm descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
417method name getCatalogTerm descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
418method name isCatalogAtStart descriptor ()Z thrownTypes java/sql/SQLException flags 401
419method name getCatalogSeparator descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
420method name supportsSchemasInDataManipulation descriptor ()Z thrownTypes java/sql/SQLException flags 401
421method name supportsSchemasInProcedureCalls descriptor ()Z thrownTypes java/sql/SQLException flags 401
422method name supportsSchemasInTableDefinitions descriptor ()Z thrownTypes java/sql/SQLException flags 401
423method name supportsSchemasInIndexDefinitions descriptor ()Z thrownTypes java/sql/SQLException flags 401
424method name supportsSchemasInPrivilegeDefinitions descriptor ()Z thrownTypes java/sql/SQLException flags 401
425method name supportsCatalogsInDataManipulation descriptor ()Z thrownTypes java/sql/SQLException flags 401
426method name supportsCatalogsInProcedureCalls descriptor ()Z thrownTypes java/sql/SQLException flags 401
427method name supportsCatalogsInTableDefinitions descriptor ()Z thrownTypes java/sql/SQLException flags 401
428method name supportsCatalogsInIndexDefinitions descriptor ()Z thrownTypes java/sql/SQLException flags 401
429method name supportsCatalogsInPrivilegeDefinitions descriptor ()Z thrownTypes java/sql/SQLException flags 401
430method name supportsPositionedDelete descriptor ()Z thrownTypes java/sql/SQLException flags 401
431method name supportsPositionedUpdate descriptor ()Z thrownTypes java/sql/SQLException flags 401
432method name supportsSelectForUpdate descriptor ()Z thrownTypes java/sql/SQLException flags 401
433method name supportsStoredProcedures descriptor ()Z thrownTypes java/sql/SQLException flags 401
434method name supportsSubqueriesInComparisons descriptor ()Z thrownTypes java/sql/SQLException flags 401
435method name supportsSubqueriesInExists descriptor ()Z thrownTypes java/sql/SQLException flags 401
436method name supportsSubqueriesInIns descriptor ()Z thrownTypes java/sql/SQLException flags 401
437method name supportsSubqueriesInQuantifieds descriptor ()Z thrownTypes java/sql/SQLException flags 401
438method name supportsCorrelatedSubqueries descriptor ()Z thrownTypes java/sql/SQLException flags 401
439method name supportsUnion descriptor ()Z thrownTypes java/sql/SQLException flags 401
440method name supportsUnionAll descriptor ()Z thrownTypes java/sql/SQLException flags 401
441method name supportsOpenCursorsAcrossCommit descriptor ()Z thrownTypes java/sql/SQLException flags 401
442method name supportsOpenCursorsAcrossRollback descriptor ()Z thrownTypes java/sql/SQLException flags 401
443method name supportsOpenStatementsAcrossCommit descriptor ()Z thrownTypes java/sql/SQLException flags 401
444method name supportsOpenStatementsAcrossRollback descriptor ()Z thrownTypes java/sql/SQLException flags 401
445method name getMaxBinaryLiteralLength descriptor ()I thrownTypes java/sql/SQLException flags 401
446method name getMaxCharLiteralLength descriptor ()I thrownTypes java/sql/SQLException flags 401
447method name getMaxColumnNameLength descriptor ()I thrownTypes java/sql/SQLException flags 401
448method name getMaxColumnsInGroupBy descriptor ()I thrownTypes java/sql/SQLException flags 401
449method name getMaxColumnsInIndex descriptor ()I thrownTypes java/sql/SQLException flags 401
450method name getMaxColumnsInOrderBy descriptor ()I thrownTypes java/sql/SQLException flags 401
451method name getMaxColumnsInSelect descriptor ()I thrownTypes java/sql/SQLException flags 401
452method name getMaxColumnsInTable descriptor ()I thrownTypes java/sql/SQLException flags 401
453method name getMaxConnections descriptor ()I thrownTypes java/sql/SQLException flags 401
454method name getMaxCursorNameLength descriptor ()I thrownTypes java/sql/SQLException flags 401
455method name getMaxIndexLength descriptor ()I thrownTypes java/sql/SQLException flags 401
456method name getMaxSchemaNameLength descriptor ()I thrownTypes java/sql/SQLException flags 401
457method name getMaxProcedureNameLength descriptor ()I thrownTypes java/sql/SQLException flags 401
458method name getMaxCatalogNameLength descriptor ()I thrownTypes java/sql/SQLException flags 401
459method name getMaxRowSize descriptor ()I thrownTypes java/sql/SQLException flags 401
460method name doesMaxRowSizeIncludeBlobs descriptor ()Z thrownTypes java/sql/SQLException flags 401
461method name getMaxStatementLength descriptor ()I thrownTypes java/sql/SQLException flags 401
462method name getMaxStatements descriptor ()I thrownTypes java/sql/SQLException flags 401
463method name getMaxTableNameLength descriptor ()I thrownTypes java/sql/SQLException flags 401
464method name getMaxTablesInSelect descriptor ()I thrownTypes java/sql/SQLException flags 401
465method name getMaxUserNameLength descriptor ()I thrownTypes java/sql/SQLException flags 401
466method name getDefaultTransactionIsolation descriptor ()I thrownTypes java/sql/SQLException flags 401
467method name supportsTransactions descriptor ()Z thrownTypes java/sql/SQLException flags 401
468method name supportsTransactionIsolationLevel descriptor (I)Z thrownTypes java/sql/SQLException flags 401
469method name supportsDataDefinitionAndDataManipulationTransactions descriptor ()Z thrownTypes java/sql/SQLException flags 401
470method name supportsDataManipulationTransactionsOnly descriptor ()Z thrownTypes java/sql/SQLException flags 401
471method name dataDefinitionCausesTransactionCommit descriptor ()Z thrownTypes java/sql/SQLException flags 401
472method name dataDefinitionIgnoredInTransactions descriptor ()Z thrownTypes java/sql/SQLException flags 401
473method name getProcedures descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
474method name getProcedureColumns descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
475method name getTables descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
476method name getSchemas descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
477method name getCatalogs descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
478method name getTableTypes descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
479method name getColumns descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
480method name getColumnPrivileges descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
481method name getTablePrivileges descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
482method name getBestRowIdentifier descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZ)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
483method name getVersionColumns descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
484method name getPrimaryKeys descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
485method name getImportedKeys descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
486method name getExportedKeys descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
487method name getCrossReference descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
488method name getTypeInfo descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
489method name getIndexInfo descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
490method name supportsResultSetType descriptor (I)Z thrownTypes java/sql/SQLException flags 401
491method name supportsResultSetConcurrency descriptor (II)Z thrownTypes java/sql/SQLException flags 401
492method name ownUpdatesAreVisible descriptor (I)Z thrownTypes java/sql/SQLException flags 401
493method name ownDeletesAreVisible descriptor (I)Z thrownTypes java/sql/SQLException flags 401
494method name ownInsertsAreVisible descriptor (I)Z thrownTypes java/sql/SQLException flags 401
495method name othersUpdatesAreVisible descriptor (I)Z thrownTypes java/sql/SQLException flags 401
496method name othersDeletesAreVisible descriptor (I)Z thrownTypes java/sql/SQLException flags 401
497method name othersInsertsAreVisible descriptor (I)Z thrownTypes java/sql/SQLException flags 401
498method name updatesAreDetected descriptor (I)Z thrownTypes java/sql/SQLException flags 401
499method name deletesAreDetected descriptor (I)Z thrownTypes java/sql/SQLException flags 401
500method name insertsAreDetected descriptor (I)Z thrownTypes java/sql/SQLException flags 401
501method name supportsBatchUpdates descriptor ()Z thrownTypes java/sql/SQLException flags 401
502method name getUDTs descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[I)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
503method name getConnection descriptor ()Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
504method name supportsSavepoints descriptor ()Z thrownTypes java/sql/SQLException flags 401
505method name supportsNamedParameters descriptor ()Z thrownTypes java/sql/SQLException flags 401
506method name supportsMultipleOpenResults descriptor ()Z thrownTypes java/sql/SQLException flags 401
507method name supportsGetGeneratedKeys descriptor ()Z thrownTypes java/sql/SQLException flags 401
508method name getSuperTypes descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
509method name getSuperTables descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
510method name getAttributes descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
511method name supportsResultSetHoldability descriptor (I)Z thrownTypes java/sql/SQLException flags 401
512method name getResultSetHoldability descriptor ()I thrownTypes java/sql/SQLException flags 401
513method name getDatabaseMajorVersion descriptor ()I thrownTypes java/sql/SQLException flags 401
514method name getDatabaseMinorVersion descriptor ()I thrownTypes java/sql/SQLException flags 401
515method name getJDBCMajorVersion descriptor ()I thrownTypes java/sql/SQLException flags 401
516method name getJDBCMinorVersion descriptor ()I thrownTypes java/sql/SQLException flags 401
517method name getSQLStateType descriptor ()I thrownTypes java/sql/SQLException flags 401
518method name locatorsUpdateCopy descriptor ()Z thrownTypes java/sql/SQLException flags 401
519method name supportsStatementPooling descriptor ()Z thrownTypes java/sql/SQLException flags 401
520method name getRowIdLifetime descriptor ()Ljava/sql/RowIdLifetime; thrownTypes java/sql/SQLException flags 401
521method name getSchemas descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
522method name supportsStoredFunctionsUsingCallSyntax descriptor ()Z thrownTypes java/sql/SQLException flags 401
523method name autoCommitFailureClosesAllResultSets descriptor ()Z thrownTypes java/sql/SQLException flags 401
524method name getClientInfoProperties descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
525method name getFunctions descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
526method name getFunctionColumns descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
527method name getPseudoColumns descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
528method name generatedKeyAlwaysReturned descriptor ()Z thrownTypes java/sql/SQLException flags 401
529method name getMaxLogicalLobSize descriptor ()J thrownTypes java/sql/SQLException flags 1
530method name supportsRefCursors descriptor ()Z thrownTypes java/sql/SQLException flags 1
531
532class name java/sql/Date
533header extends java/util/Date flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
534method name <init> descriptor (III)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
535method name <init> descriptor (J)V flags 1
536method name setTime descriptor (J)V flags 1
537method name valueOf descriptor (Ljava/lang/String;)Ljava/sql/Date; flags 9
538method name toString descriptor ()Ljava/lang/String; flags 1
539method name getHours descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
540method name getMinutes descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
541method name getSeconds descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
542method name setHours descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
543method name setMinutes descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
544method name setSeconds descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
545method name valueOf descriptor (Ljava/time/LocalDate;)Ljava/sql/Date; flags 9
546method name toLocalDate descriptor ()Ljava/time/LocalDate; flags 1
547method name toInstant descriptor ()Ljava/time/Instant; flags 1
548
549class name java/sql/Driver
550header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
551method name connect descriptor (Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
552method name acceptsURL descriptor (Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
553method name getPropertyInfo descriptor (Ljava/lang/String;Ljava/util/Properties;)[Ljava/sql/DriverPropertyInfo; thrownTypes java/sql/SQLException flags 401
554method name getMajorVersion descriptor ()I flags 401
555method name getMinorVersion descriptor ()I flags 401
556method name jdbcCompliant descriptor ()Z flags 401
557method name getParentLogger descriptor ()Ljava/util/logging/Logger; thrownTypes java/sql/SQLFeatureNotSupportedException flags 401
558
559class name java/sql/DriverAction
560header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
561method name deregister descriptor ()V flags 401
562
563class name java/sql/DriverManager
564header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
565method name getLogWriter descriptor ()Ljava/io/PrintWriter; flags 9
566method name setLogWriter descriptor (Ljava/io/PrintWriter;)V flags 9
567method name getConnection descriptor (Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Lsun/reflect/CallerSensitive;
568method name getConnection descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Lsun/reflect/CallerSensitive;
569method name getConnection descriptor (Ljava/lang/String;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Lsun/reflect/CallerSensitive;
570method name getDriver descriptor (Ljava/lang/String;)Ljava/sql/Driver; thrownTypes java/sql/SQLException flags 9 runtimeAnnotations @Lsun/reflect/CallerSensitive;
571method name registerDriver descriptor (Ljava/sql/Driver;)V thrownTypes java/sql/SQLException flags 29
572method name registerDriver descriptor (Ljava/sql/Driver;Ljava/sql/DriverAction;)V thrownTypes java/sql/SQLException flags 29
573method name deregisterDriver descriptor (Ljava/sql/Driver;)V thrownTypes java/sql/SQLException flags 29 runtimeAnnotations @Lsun/reflect/CallerSensitive;
574method name getDrivers descriptor ()Ljava/util/Enumeration; flags 9 signature ()Ljava/util/Enumeration<Ljava/sql/Driver;>; runtimeAnnotations @Lsun/reflect/CallerSensitive;
575method name setLoginTimeout descriptor (I)V flags 9
576method name getLoginTimeout descriptor ()I flags 9
577method name setLogStream descriptor (Ljava/io/PrintStream;)V flags 9 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
578method name getLogStream descriptor ()Ljava/io/PrintStream; flags 9 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
579method name println descriptor (Ljava/lang/String;)V flags 9
580
581class name java/sql/DriverPropertyInfo
582header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
583field name name descriptor Ljava/lang/String; flags 1
584field name description descriptor Ljava/lang/String; flags 1
585field name required descriptor Z flags 1
586field name value descriptor Ljava/lang/String; flags 1
587field name choices descriptor [Ljava/lang/String; flags 1
588method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
589
590class name java/sql/JDBCType
591header extends java/lang/Enum implements java/sql/SQLType flags 4031 signature Ljava/lang/Enum<Ljava/sql/JDBCType;>;Ljava/sql/SQLType; classAnnotations @Ljdk/Profile+Annotation;(value=I2)
592field name BIT descriptor Ljava/sql/JDBCType; flags 4019
593field name TINYINT descriptor Ljava/sql/JDBCType; flags 4019
594field name SMALLINT descriptor Ljava/sql/JDBCType; flags 4019
595field name INTEGER descriptor Ljava/sql/JDBCType; flags 4019
596field name BIGINT descriptor Ljava/sql/JDBCType; flags 4019
597field name FLOAT descriptor Ljava/sql/JDBCType; flags 4019
598field name REAL descriptor Ljava/sql/JDBCType; flags 4019
599field name DOUBLE descriptor Ljava/sql/JDBCType; flags 4019
600field name NUMERIC descriptor Ljava/sql/JDBCType; flags 4019
601field name DECIMAL descriptor Ljava/sql/JDBCType; flags 4019
602field name CHAR descriptor Ljava/sql/JDBCType; flags 4019
603field name VARCHAR descriptor Ljava/sql/JDBCType; flags 4019
604field name LONGVARCHAR descriptor Ljava/sql/JDBCType; flags 4019
605field name DATE descriptor Ljava/sql/JDBCType; flags 4019
606field name TIME descriptor Ljava/sql/JDBCType; flags 4019
607field name TIMESTAMP descriptor Ljava/sql/JDBCType; flags 4019
608field name BINARY descriptor Ljava/sql/JDBCType; flags 4019
609field name VARBINARY descriptor Ljava/sql/JDBCType; flags 4019
610field name LONGVARBINARY descriptor Ljava/sql/JDBCType; flags 4019
611field name NULL descriptor Ljava/sql/JDBCType; flags 4019
612field name OTHER descriptor Ljava/sql/JDBCType; flags 4019
613field name JAVA_OBJECT descriptor Ljava/sql/JDBCType; flags 4019
614field name DISTINCT descriptor Ljava/sql/JDBCType; flags 4019
615field name STRUCT descriptor Ljava/sql/JDBCType; flags 4019
616field name ARRAY descriptor Ljava/sql/JDBCType; flags 4019
617field name BLOB descriptor Ljava/sql/JDBCType; flags 4019
618field name CLOB descriptor Ljava/sql/JDBCType; flags 4019
619field name REF descriptor Ljava/sql/JDBCType; flags 4019
620field name DATALINK descriptor Ljava/sql/JDBCType; flags 4019
621field name BOOLEAN descriptor Ljava/sql/JDBCType; flags 4019
622field name ROWID descriptor Ljava/sql/JDBCType; flags 4019
623field name NCHAR descriptor Ljava/sql/JDBCType; flags 4019
624field name NVARCHAR descriptor Ljava/sql/JDBCType; flags 4019
625field name LONGNVARCHAR descriptor Ljava/sql/JDBCType; flags 4019
626field name NCLOB descriptor Ljava/sql/JDBCType; flags 4019
627field name SQLXML descriptor Ljava/sql/JDBCType; flags 4019
628field name REF_CURSOR descriptor Ljava/sql/JDBCType; flags 4019
629field name TIME_WITH_TIMEZONE descriptor Ljava/sql/JDBCType; flags 4019
630field name TIMESTAMP_WITH_TIMEZONE descriptor Ljava/sql/JDBCType; flags 4019
631method name values descriptor ()[Ljava/sql/JDBCType; flags 9
632method name valueOf descriptor (Ljava/lang/String;)Ljava/sql/JDBCType; flags 9
633method name getName descriptor ()Ljava/lang/String; flags 1
634method name getVendor descriptor ()Ljava/lang/String; flags 1
635method name getVendorTypeNumber descriptor ()Ljava/lang/Integer; flags 1
636method name valueOf descriptor (I)Ljava/sql/JDBCType; flags 9
637
638class name java/sql/NClob
639header extends java/lang/Object implements java/sql/Clob flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
640
641class name java/sql/ParameterMetaData
642header extends java/lang/Object implements java/sql/Wrapper flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
643field name parameterNoNulls descriptor I constantValue 0 flags 19
644field name parameterNullable descriptor I constantValue 1 flags 19
645field name parameterNullableUnknown descriptor I constantValue 2 flags 19
646field name parameterModeUnknown descriptor I constantValue 0 flags 19
647field name parameterModeIn descriptor I constantValue 1 flags 19
648field name parameterModeInOut descriptor I constantValue 2 flags 19
649field name parameterModeOut descriptor I constantValue 4 flags 19
650method name getParameterCount descriptor ()I thrownTypes java/sql/SQLException flags 401
651method name isNullable descriptor (I)I thrownTypes java/sql/SQLException flags 401
652method name isSigned descriptor (I)Z thrownTypes java/sql/SQLException flags 401
653method name getPrecision descriptor (I)I thrownTypes java/sql/SQLException flags 401
654method name getScale descriptor (I)I thrownTypes java/sql/SQLException flags 401
655method name getParameterType descriptor (I)I thrownTypes java/sql/SQLException flags 401
656method name getParameterTypeName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
657method name getParameterClassName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
658method name getParameterMode descriptor (I)I thrownTypes java/sql/SQLException flags 401
659
660class name java/sql/PreparedStatement
661header extends java/lang/Object implements java/sql/Statement flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
662method name executeQuery descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
663method name executeUpdate descriptor ()I thrownTypes java/sql/SQLException flags 401
664method name setNull descriptor (II)V thrownTypes java/sql/SQLException flags 401
665method name setBoolean descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
666method name setByte descriptor (IB)V thrownTypes java/sql/SQLException flags 401
667method name setShort descriptor (IS)V thrownTypes java/sql/SQLException flags 401
668method name setInt descriptor (II)V thrownTypes java/sql/SQLException flags 401
669method name setLong descriptor (IJ)V thrownTypes java/sql/SQLException flags 401
670method name setFloat descriptor (IF)V thrownTypes java/sql/SQLException flags 401
671method name setDouble descriptor (ID)V thrownTypes java/sql/SQLException flags 401
672method name setBigDecimal descriptor (ILjava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 401
673method name setString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
674method name setBytes descriptor (I[B)V thrownTypes java/sql/SQLException flags 401
675method name setDate descriptor (ILjava/sql/Date;)V thrownTypes java/sql/SQLException flags 401
676method name setTime descriptor (ILjava/sql/Time;)V thrownTypes java/sql/SQLException flags 401
677method name setTimestamp descriptor (ILjava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 401
678method name setAsciiStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
679method name setUnicodeStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
680method name setBinaryStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
681method name clearParameters descriptor ()V thrownTypes java/sql/SQLException flags 401
682method name setObject descriptor (ILjava/lang/Object;I)V thrownTypes java/sql/SQLException flags 401
683method name setObject descriptor (ILjava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
684method name execute descriptor ()Z thrownTypes java/sql/SQLException flags 401
685method name addBatch descriptor ()V thrownTypes java/sql/SQLException flags 401
686method name setCharacterStream descriptor (ILjava/io/Reader;I)V thrownTypes java/sql/SQLException flags 401
687method name setRef descriptor (ILjava/sql/Ref;)V thrownTypes java/sql/SQLException flags 401
688method name setBlob descriptor (ILjava/sql/Blob;)V thrownTypes java/sql/SQLException flags 401
689method name setClob descriptor (ILjava/sql/Clob;)V thrownTypes java/sql/SQLException flags 401
690method name setArray descriptor (ILjava/sql/Array;)V thrownTypes java/sql/SQLException flags 401
691method name getMetaData descriptor ()Ljava/sql/ResultSetMetaData; thrownTypes java/sql/SQLException flags 401
692method name setDate descriptor (ILjava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
693method name setTime descriptor (ILjava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
694method name setTimestamp descriptor (ILjava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
695method name setNull descriptor (IILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
696method name setURL descriptor (ILjava/net/URL;)V thrownTypes java/sql/SQLException flags 401
697method name getParameterMetaData descriptor ()Ljava/sql/ParameterMetaData; thrownTypes java/sql/SQLException flags 401
698method name setRowId descriptor (ILjava/sql/RowId;)V thrownTypes java/sql/SQLException flags 401
699method name setNString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
700method name setNCharacterStream descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
701method name setNClob descriptor (ILjava/sql/NClob;)V thrownTypes java/sql/SQLException flags 401
702method name setClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
703method name setBlob descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
704method name setNClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
705method name setSQLXML descriptor (ILjava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 401
706method name setObject descriptor (ILjava/lang/Object;II)V thrownTypes java/sql/SQLException flags 401
707method name setAsciiStream descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
708method name setBinaryStream descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
709method name setCharacterStream descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
710method name setAsciiStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
711method name setBinaryStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
712method name setCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
713method name setNCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
714method name setClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
715method name setBlob descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
716method name setNClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
717method name setObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;I)V thrownTypes java/sql/SQLException flags 1
718method name setObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;)V thrownTypes java/sql/SQLException flags 1
719method name executeLargeUpdate descriptor ()J thrownTypes java/sql/SQLException flags 1
720
721class name java/sql/PseudoColumnUsage
722header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Ljava/sql/PseudoColumnUsage;>; classAnnotations @Ljdk/Profile+Annotation;(value=I2)
723field name SELECT_LIST_ONLY descriptor Ljava/sql/PseudoColumnUsage; flags 4019
724field name WHERE_CLAUSE_ONLY descriptor Ljava/sql/PseudoColumnUsage; flags 4019
725field name NO_USAGE_RESTRICTIONS descriptor Ljava/sql/PseudoColumnUsage; flags 4019
726field name USAGE_UNKNOWN descriptor Ljava/sql/PseudoColumnUsage; flags 4019
727method name values descriptor ()[Ljava/sql/PseudoColumnUsage; flags 9
728method name valueOf descriptor (Ljava/lang/String;)Ljava/sql/PseudoColumnUsage; flags 9
729
730class name java/sql/Ref
731header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
732method name getBaseTypeName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
733method name getObject descriptor (Ljava/util/Map;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
734method name getObject descriptor ()Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
735method name setObject descriptor (Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
736
737class name java/sql/ResultSet
738header extends java/lang/Object implements java/sql/Wrapper,java/lang/AutoCloseable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
739field name FETCH_FORWARD descriptor I constantValue 1000 flags 19
740field name FETCH_REVERSE descriptor I constantValue 1001 flags 19
741field name FETCH_UNKNOWN descriptor I constantValue 1002 flags 19
742field name TYPE_FORWARD_ONLY descriptor I constantValue 1003 flags 19
743field name TYPE_SCROLL_INSENSITIVE descriptor I constantValue 1004 flags 19
744field name TYPE_SCROLL_SENSITIVE descriptor I constantValue 1005 flags 19
745field name CONCUR_READ_ONLY descriptor I constantValue 1007 flags 19
746field name CONCUR_UPDATABLE descriptor I constantValue 1008 flags 19
747field name HOLD_CURSORS_OVER_COMMIT descriptor I constantValue 1 flags 19
748field name CLOSE_CURSORS_AT_COMMIT descriptor I constantValue 2 flags 19
749method name next descriptor ()Z thrownTypes java/sql/SQLException flags 401
750method name close descriptor ()V thrownTypes java/sql/SQLException flags 401
751method name wasNull descriptor ()Z thrownTypes java/sql/SQLException flags 401
752method name getString descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
753method name getBoolean descriptor (I)Z thrownTypes java/sql/SQLException flags 401
754method name getByte descriptor (I)B thrownTypes java/sql/SQLException flags 401
755method name getShort descriptor (I)S thrownTypes java/sql/SQLException flags 401
756method name getInt descriptor (I)I thrownTypes java/sql/SQLException flags 401
757method name getLong descriptor (I)J thrownTypes java/sql/SQLException flags 401
758method name getFloat descriptor (I)F thrownTypes java/sql/SQLException flags 401
759method name getDouble descriptor (I)D thrownTypes java/sql/SQLException flags 401
760method name getBigDecimal descriptor (II)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
761method name getBytes descriptor (I)[B thrownTypes java/sql/SQLException flags 401
762method name getDate descriptor (I)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
763method name getTime descriptor (I)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
764method name getTimestamp descriptor (I)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
765method name getAsciiStream descriptor (I)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
766method name getUnicodeStream descriptor (I)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
767method name getBinaryStream descriptor (I)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
768method name getString descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
769method name getBoolean descriptor (Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
770method name getByte descriptor (Ljava/lang/String;)B thrownTypes java/sql/SQLException flags 401
771method name getShort descriptor (Ljava/lang/String;)S thrownTypes java/sql/SQLException flags 401
772method name getInt descriptor (Ljava/lang/String;)I thrownTypes java/sql/SQLException flags 401
773method name getLong descriptor (Ljava/lang/String;)J thrownTypes java/sql/SQLException flags 401
774method name getFloat descriptor (Ljava/lang/String;)F thrownTypes java/sql/SQLException flags 401
775method name getDouble descriptor (Ljava/lang/String;)D thrownTypes java/sql/SQLException flags 401
776method name getBigDecimal descriptor (Ljava/lang/String;I)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
777method name getBytes descriptor (Ljava/lang/String;)[B thrownTypes java/sql/SQLException flags 401
778method name getDate descriptor (Ljava/lang/String;)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
779method name getTime descriptor (Ljava/lang/String;)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
780method name getTimestamp descriptor (Ljava/lang/String;)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
781method name getAsciiStream descriptor (Ljava/lang/String;)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
782method name getUnicodeStream descriptor (Ljava/lang/String;)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
783method name getBinaryStream descriptor (Ljava/lang/String;)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
784method name getWarnings descriptor ()Ljava/sql/SQLWarning; thrownTypes java/sql/SQLException flags 401
785method name clearWarnings descriptor ()V thrownTypes java/sql/SQLException flags 401
786method name getCursorName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
787method name getMetaData descriptor ()Ljava/sql/ResultSetMetaData; thrownTypes java/sql/SQLException flags 401
788method name getObject descriptor (I)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
789method name getObject descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
790method name findColumn descriptor (Ljava/lang/String;)I thrownTypes java/sql/SQLException flags 401
791method name getCharacterStream descriptor (I)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
792method name getCharacterStream descriptor (Ljava/lang/String;)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
793method name getBigDecimal descriptor (I)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401
794method name getBigDecimal descriptor (Ljava/lang/String;)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401
795method name isBeforeFirst descriptor ()Z thrownTypes java/sql/SQLException flags 401
796method name isAfterLast descriptor ()Z thrownTypes java/sql/SQLException flags 401
797method name isFirst descriptor ()Z thrownTypes java/sql/SQLException flags 401
798method name isLast descriptor ()Z thrownTypes java/sql/SQLException flags 401
799method name beforeFirst descriptor ()V thrownTypes java/sql/SQLException flags 401
800method name afterLast descriptor ()V thrownTypes java/sql/SQLException flags 401
801method name first descriptor ()Z thrownTypes java/sql/SQLException flags 401
802method name last descriptor ()Z thrownTypes java/sql/SQLException flags 401
803method name getRow descriptor ()I thrownTypes java/sql/SQLException flags 401
804method name absolute descriptor (I)Z thrownTypes java/sql/SQLException flags 401
805method name relative descriptor (I)Z thrownTypes java/sql/SQLException flags 401
806method name previous descriptor ()Z thrownTypes java/sql/SQLException flags 401
807method name setFetchDirection descriptor (I)V thrownTypes java/sql/SQLException flags 401
808method name getFetchDirection descriptor ()I thrownTypes java/sql/SQLException flags 401
809method name setFetchSize descriptor (I)V thrownTypes java/sql/SQLException flags 401
810method name getFetchSize descriptor ()I thrownTypes java/sql/SQLException flags 401
811method name getType descriptor ()I thrownTypes java/sql/SQLException flags 401
812method name getConcurrency descriptor ()I thrownTypes java/sql/SQLException flags 401
813method name rowUpdated descriptor ()Z thrownTypes java/sql/SQLException flags 401
814method name rowInserted descriptor ()Z thrownTypes java/sql/SQLException flags 401
815method name rowDeleted descriptor ()Z thrownTypes java/sql/SQLException flags 401
816method name updateNull descriptor (I)V thrownTypes java/sql/SQLException flags 401
817method name updateBoolean descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
818method name updateByte descriptor (IB)V thrownTypes java/sql/SQLException flags 401
819method name updateShort descriptor (IS)V thrownTypes java/sql/SQLException flags 401
820method name updateInt descriptor (II)V thrownTypes java/sql/SQLException flags 401
821method name updateLong descriptor (IJ)V thrownTypes java/sql/SQLException flags 401
822method name updateFloat descriptor (IF)V thrownTypes java/sql/SQLException flags 401
823method name updateDouble descriptor (ID)V thrownTypes java/sql/SQLException flags 401
824method name updateBigDecimal descriptor (ILjava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 401
825method name updateString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
826method name updateBytes descriptor (I[B)V thrownTypes java/sql/SQLException flags 401
827method name updateDate descriptor (ILjava/sql/Date;)V thrownTypes java/sql/SQLException flags 401
828method name updateTime descriptor (ILjava/sql/Time;)V thrownTypes java/sql/SQLException flags 401
829method name updateTimestamp descriptor (ILjava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 401
830method name updateAsciiStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
831method name updateBinaryStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
832method name updateCharacterStream descriptor (ILjava/io/Reader;I)V thrownTypes java/sql/SQLException flags 401
833method name updateObject descriptor (ILjava/lang/Object;I)V thrownTypes java/sql/SQLException flags 401
834method name updateObject descriptor (ILjava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
835method name updateNull descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
836method name updateBoolean descriptor (Ljava/lang/String;Z)V thrownTypes java/sql/SQLException flags 401
837method name updateByte descriptor (Ljava/lang/String;B)V thrownTypes java/sql/SQLException flags 401
838method name updateShort descriptor (Ljava/lang/String;S)V thrownTypes java/sql/SQLException flags 401
839method name updateInt descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 401
840method name updateLong descriptor (Ljava/lang/String;J)V thrownTypes java/sql/SQLException flags 401
841method name updateFloat descriptor (Ljava/lang/String;F)V thrownTypes java/sql/SQLException flags 401
842method name updateDouble descriptor (Ljava/lang/String;D)V thrownTypes java/sql/SQLException flags 401
843method name updateBigDecimal descriptor (Ljava/lang/String;Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 401
844method name updateString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
845method name updateBytes descriptor (Ljava/lang/String;[B)V thrownTypes java/sql/SQLException flags 401
846method name updateDate descriptor (Ljava/lang/String;Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 401
847method name updateTime descriptor (Ljava/lang/String;Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 401
848method name updateTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 401
849method name updateAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
850method name updateBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
851method name updateCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;I)V thrownTypes java/sql/SQLException flags 401
852method name updateObject descriptor (Ljava/lang/String;Ljava/lang/Object;I)V thrownTypes java/sql/SQLException flags 401
853method name updateObject descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
854method name insertRow descriptor ()V thrownTypes java/sql/SQLException flags 401
855method name updateRow descriptor ()V thrownTypes java/sql/SQLException flags 401
856method name deleteRow descriptor ()V thrownTypes java/sql/SQLException flags 401
857method name refreshRow descriptor ()V thrownTypes java/sql/SQLException flags 401
858method name cancelRowUpdates descriptor ()V thrownTypes java/sql/SQLException flags 401
859method name moveToInsertRow descriptor ()V thrownTypes java/sql/SQLException flags 401
860method name moveToCurrentRow descriptor ()V thrownTypes java/sql/SQLException flags 401
861method name getStatement descriptor ()Ljava/sql/Statement; thrownTypes java/sql/SQLException flags 401
862method name getObject descriptor (ILjava/util/Map;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (ILjava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
863method name getRef descriptor (I)Ljava/sql/Ref; thrownTypes java/sql/SQLException flags 401
864method name getBlob descriptor (I)Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 401
865method name getClob descriptor (I)Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 401
866method name getArray descriptor (I)Ljava/sql/Array; thrownTypes java/sql/SQLException flags 401
867method name getObject descriptor (Ljava/lang/String;Ljava/util/Map;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
868method name getRef descriptor (Ljava/lang/String;)Ljava/sql/Ref; thrownTypes java/sql/SQLException flags 401
869method name getBlob descriptor (Ljava/lang/String;)Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 401
870method name getClob descriptor (Ljava/lang/String;)Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 401
871method name getArray descriptor (Ljava/lang/String;)Ljava/sql/Array; thrownTypes java/sql/SQLException flags 401
872method name getDate descriptor (ILjava/util/Calendar;)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
873method name getDate descriptor (Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
874method name getTime descriptor (ILjava/util/Calendar;)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
875method name getTime descriptor (Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
876method name getTimestamp descriptor (ILjava/util/Calendar;)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
877method name getTimestamp descriptor (Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
878method name getURL descriptor (I)Ljava/net/URL; thrownTypes java/sql/SQLException flags 401
879method name getURL descriptor (Ljava/lang/String;)Ljava/net/URL; thrownTypes java/sql/SQLException flags 401
880method name updateRef descriptor (ILjava/sql/Ref;)V thrownTypes java/sql/SQLException flags 401
881method name updateRef descriptor (Ljava/lang/String;Ljava/sql/Ref;)V thrownTypes java/sql/SQLException flags 401
882method name updateBlob descriptor (ILjava/sql/Blob;)V thrownTypes java/sql/SQLException flags 401
883method name updateBlob descriptor (Ljava/lang/String;Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 401
884method name updateClob descriptor (ILjava/sql/Clob;)V thrownTypes java/sql/SQLException flags 401
885method name updateClob descriptor (Ljava/lang/String;Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 401
886method name updateArray descriptor (ILjava/sql/Array;)V thrownTypes java/sql/SQLException flags 401
887method name updateArray descriptor (Ljava/lang/String;Ljava/sql/Array;)V thrownTypes java/sql/SQLException flags 401
888method name getRowId descriptor (I)Ljava/sql/RowId; thrownTypes java/sql/SQLException flags 401
889method name getRowId descriptor (Ljava/lang/String;)Ljava/sql/RowId; thrownTypes java/sql/SQLException flags 401
890method name updateRowId descriptor (ILjava/sql/RowId;)V thrownTypes java/sql/SQLException flags 401
891method name updateRowId descriptor (Ljava/lang/String;Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 401
892method name getHoldability descriptor ()I thrownTypes java/sql/SQLException flags 401
893method name isClosed descriptor ()Z thrownTypes java/sql/SQLException flags 401
894method name updateNString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
895method name updateNString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
896method name updateNClob descriptor (ILjava/sql/NClob;)V thrownTypes java/sql/SQLException flags 401
897method name updateNClob descriptor (Ljava/lang/String;Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 401
898method name getNClob descriptor (I)Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 401
899method name getNClob descriptor (Ljava/lang/String;)Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 401
900method name getSQLXML descriptor (I)Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 401
901method name getSQLXML descriptor (Ljava/lang/String;)Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 401
902method name updateSQLXML descriptor (ILjava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 401
903method name updateSQLXML descriptor (Ljava/lang/String;Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 401
904method name getNString descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
905method name getNString descriptor (Ljava/lang/String;)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
906method name getNCharacterStream descriptor (I)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
907method name getNCharacterStream descriptor (Ljava/lang/String;)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
908method name updateNCharacterStream descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
909method name updateNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
910method name updateAsciiStream descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
911method name updateBinaryStream descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
912method name updateCharacterStream descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
913method name updateAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
914method name updateBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
915method name updateCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
916method name updateBlob descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
917method name updateBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
918method name updateClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
919method name updateClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
920method name updateNClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
921method name updateNClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
922method name updateNCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
923method name updateNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
924method name updateAsciiStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
925method name updateBinaryStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
926method name updateCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
927method name updateAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
928method name updateBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
929method name updateCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
930method name updateBlob descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
931method name updateBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
932method name updateClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
933method name updateClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
934method name updateNClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
935method name updateNClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
936method name getObject descriptor (ILjava/lang/Class;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature <T:Ljava/lang/Object;>(ILjava/lang/Class<TT;>;)TT;
937method name getObject descriptor (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)TT;
938method name updateObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;I)V thrownTypes java/sql/SQLException flags 1
939method name updateObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;I)V thrownTypes java/sql/SQLException flags 1
940method name updateObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;)V thrownTypes java/sql/SQLException flags 1
941method name updateObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;)V thrownTypes java/sql/SQLException flags 1
942
943class name java/sql/ResultSetMetaData
944header extends java/lang/Object implements java/sql/Wrapper flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
945field name columnNoNulls descriptor I constantValue 0 flags 19
946field name columnNullable descriptor I constantValue 1 flags 19
947field name columnNullableUnknown descriptor I constantValue 2 flags 19
948method name getColumnCount descriptor ()I thrownTypes java/sql/SQLException flags 401
949method name isAutoIncrement descriptor (I)Z thrownTypes java/sql/SQLException flags 401
950method name isCaseSensitive descriptor (I)Z thrownTypes java/sql/SQLException flags 401
951method name isSearchable descriptor (I)Z thrownTypes java/sql/SQLException flags 401
952method name isCurrency descriptor (I)Z thrownTypes java/sql/SQLException flags 401
953method name isNullable descriptor (I)I thrownTypes java/sql/SQLException flags 401
954method name isSigned descriptor (I)Z thrownTypes java/sql/SQLException flags 401
955method name getColumnDisplaySize descriptor (I)I thrownTypes java/sql/SQLException flags 401
956method name getColumnLabel descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
957method name getColumnName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
958method name getSchemaName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
959method name getPrecision descriptor (I)I thrownTypes java/sql/SQLException flags 401
960method name getScale descriptor (I)I thrownTypes java/sql/SQLException flags 401
961method name getTableName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
962method name getCatalogName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
963method name getColumnType descriptor (I)I thrownTypes java/sql/SQLException flags 401
964method name getColumnTypeName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
965method name isReadOnly descriptor (I)Z thrownTypes java/sql/SQLException flags 401
966method name isWritable descriptor (I)Z thrownTypes java/sql/SQLException flags 401
967method name isDefinitelyWritable descriptor (I)Z thrownTypes java/sql/SQLException flags 401
968method name getColumnClassName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
969
970class name java/sql/RowId
971header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
972method name equals descriptor (Ljava/lang/Object;)Z flags 401
973method name getBytes descriptor ()[B flags 401
974method name toString descriptor ()Ljava/lang/String; flags 401
975method name hashCode descriptor ()I flags 401
976
977class name java/sql/RowIdLifetime
978header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Ljava/sql/RowIdLifetime;>; classAnnotations @Ljdk/Profile+Annotation;(value=I2)
979field name ROWID_UNSUPPORTED descriptor Ljava/sql/RowIdLifetime; flags 4019
980field name ROWID_VALID_OTHER descriptor Ljava/sql/RowIdLifetime; flags 4019
981field name ROWID_VALID_SESSION descriptor Ljava/sql/RowIdLifetime; flags 4019
982field name ROWID_VALID_TRANSACTION descriptor Ljava/sql/RowIdLifetime; flags 4019
983field name ROWID_VALID_FOREVER descriptor Ljava/sql/RowIdLifetime; flags 4019
984method name values descriptor ()[Ljava/sql/RowIdLifetime; flags 9
985method name valueOf descriptor (Ljava/lang/String;)Ljava/sql/RowIdLifetime; flags 9
986
987class name java/sql/SQLClientInfoException
988header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
989method name <init> descriptor ()V flags 1
990method name <init> descriptor (Ljava/util/Map;)V flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;)V
991method name <init> descriptor (Ljava/util/Map;Ljava/lang/Throwable;)V flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;Ljava/lang/Throwable;)V
992method name <init> descriptor (Ljava/lang/String;Ljava/util/Map;)V flags 1 signature (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;)V
993method name <init> descriptor (Ljava/lang/String;Ljava/util/Map;Ljava/lang/Throwable;)V flags 1 signature (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;Ljava/lang/Throwable;)V
994method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V flags 1 signature (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;)V
995method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/Throwable;)V flags 1 signature (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;Ljava/lang/Throwable;)V
996method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/util/Map;)V flags 1 signature (Ljava/lang/String;Ljava/lang/String;ILjava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;)V
997method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/util/Map;Ljava/lang/Throwable;)V flags 1 signature (Ljava/lang/String;Ljava/lang/String;ILjava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;Ljava/lang/Throwable;)V
998method name getFailedProperties descriptor ()Ljava/util/Map; flags 1 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/sql/ClientInfoStatus;>;
999
1000class name java/sql/SQLData
1001header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1002method name getSQLTypeName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
1003method name readSQL descriptor (Ljava/sql/SQLInput;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1004method name writeSQL descriptor (Ljava/sql/SQLOutput;)V thrownTypes java/sql/SQLException flags 401
1005
1006class name java/sql/SQLDataException
1007header extends java/sql/SQLNonTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1008method name <init> descriptor ()V flags 1
1009method name <init> descriptor (Ljava/lang/String;)V flags 1
1010method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1011method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1012method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1013method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1014method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1015method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1016
1017class name java/sql/SQLException
1018header extends java/lang/Exception implements java/lang/Iterable flags 21 signature Ljava/lang/Exception;Ljava/lang/Iterable<Ljava/lang/Throwable;>; classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1019method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1020method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1021method name <init> descriptor (Ljava/lang/String;)V flags 1
1022method name <init> descriptor ()V flags 1
1023method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1024method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1025method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1026method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1027method name getSQLState descriptor ()Ljava/lang/String; flags 1
1028method name getErrorCode descriptor ()I flags 1
1029method name getNextException descriptor ()Ljava/sql/SQLException; flags 1
1030method name setNextException descriptor (Ljava/sql/SQLException;)V flags 1
1031method name iterator descriptor ()Ljava/util/Iterator; flags 1 signature ()Ljava/util/Iterator<Ljava/lang/Throwable;>;
1032
1033class name java/sql/SQLFeatureNotSupportedException
1034header extends java/sql/SQLNonTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1035method name <init> descriptor ()V flags 1
1036method name <init> descriptor (Ljava/lang/String;)V flags 1
1037method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1038method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1039method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1040method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1041method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1042method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1043
1044class name java/sql/SQLInput
1045header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1046method name readString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
1047method name readBoolean descriptor ()Z thrownTypes java/sql/SQLException flags 401
1048method name readByte descriptor ()B thrownTypes java/sql/SQLException flags 401
1049method name readShort descriptor ()S thrownTypes java/sql/SQLException flags 401
1050method name readInt descriptor ()I thrownTypes java/sql/SQLException flags 401
1051method name readLong descriptor ()J thrownTypes java/sql/SQLException flags 401
1052method name readFloat descriptor ()F thrownTypes java/sql/SQLException flags 401
1053method name readDouble descriptor ()D thrownTypes java/sql/SQLException flags 401
1054method name readBigDecimal descriptor ()Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401
1055method name readBytes descriptor ()[B thrownTypes java/sql/SQLException flags 401
1056method name readDate descriptor ()Ljava/sql/Date; thrownTypes java/sql/SQLException flags 401
1057method name readTime descriptor ()Ljava/sql/Time; thrownTypes java/sql/SQLException flags 401
1058method name readTimestamp descriptor ()Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 401
1059method name readCharacterStream descriptor ()Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
1060method name readAsciiStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
1061method name readBinaryStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
1062method name readObject descriptor ()Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
1063method name readRef descriptor ()Ljava/sql/Ref; thrownTypes java/sql/SQLException flags 401
1064method name readBlob descriptor ()Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 401
1065method name readClob descriptor ()Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 401
1066method name readArray descriptor ()Ljava/sql/Array; thrownTypes java/sql/SQLException flags 401
1067method name wasNull descriptor ()Z thrownTypes java/sql/SQLException flags 401
1068method name readURL descriptor ()Ljava/net/URL; thrownTypes java/sql/SQLException flags 401
1069method name readNClob descriptor ()Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 401
1070method name readNString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
1071method name readSQLXML descriptor ()Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 401
1072method name readRowId descriptor ()Ljava/sql/RowId; thrownTypes java/sql/SQLException flags 401
1073method name readObject descriptor (Ljava/lang/Class;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 1 signature <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
1074
1075class name java/sql/SQLIntegrityConstraintViolationException
1076header extends java/sql/SQLNonTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1077method name <init> descriptor ()V flags 1
1078method name <init> descriptor (Ljava/lang/String;)V flags 1
1079method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1080method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1081method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1082method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1083method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1084method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1085
1086class name java/sql/SQLInvalidAuthorizationSpecException
1087header extends java/sql/SQLNonTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1088method name <init> descriptor ()V flags 1
1089method name <init> descriptor (Ljava/lang/String;)V flags 1
1090method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1091method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1092method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1093method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1094method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1095method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1096
1097class name java/sql/SQLNonTransientConnectionException
1098header extends java/sql/SQLNonTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1099method name <init> descriptor ()V flags 1
1100method name <init> descriptor (Ljava/lang/String;)V flags 1
1101method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1102method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1103method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1104method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1105method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1106method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1107
1108class name java/sql/SQLNonTransientException
1109header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1110method name <init> descriptor ()V flags 1
1111method name <init> descriptor (Ljava/lang/String;)V flags 1
1112method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1113method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1114method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1115method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1116method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1117method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1118
1119class name java/sql/SQLOutput
1120header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1121method name writeString descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1122method name writeBoolean descriptor (Z)V thrownTypes java/sql/SQLException flags 401
1123method name writeByte descriptor (B)V thrownTypes java/sql/SQLException flags 401
1124method name writeShort descriptor (S)V thrownTypes java/sql/SQLException flags 401
1125method name writeInt descriptor (I)V thrownTypes java/sql/SQLException flags 401
1126method name writeLong descriptor (J)V thrownTypes java/sql/SQLException flags 401
1127method name writeFloat descriptor (F)V thrownTypes java/sql/SQLException flags 401
1128method name writeDouble descriptor (D)V thrownTypes java/sql/SQLException flags 401
1129method name writeBigDecimal descriptor (Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 401
1130method name writeBytes descriptor ([B)V thrownTypes java/sql/SQLException flags 401
1131method name writeDate descriptor (Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 401
1132method name writeTime descriptor (Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 401
1133method name writeTimestamp descriptor (Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 401
1134method name writeCharacterStream descriptor (Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1135method name writeAsciiStream descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1136method name writeBinaryStream descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1137method name writeObject descriptor (Ljava/sql/SQLData;)V thrownTypes java/sql/SQLException flags 401
1138method name writeRef descriptor (Ljava/sql/Ref;)V thrownTypes java/sql/SQLException flags 401
1139method name writeBlob descriptor (Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 401
1140method name writeClob descriptor (Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 401
1141method name writeStruct descriptor (Ljava/sql/Struct;)V thrownTypes java/sql/SQLException flags 401
1142method name writeArray descriptor (Ljava/sql/Array;)V thrownTypes java/sql/SQLException flags 401
1143method name writeURL descriptor (Ljava/net/URL;)V thrownTypes java/sql/SQLException flags 401
1144method name writeNString descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1145method name writeNClob descriptor (Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 401
1146method name writeRowId descriptor (Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 401
1147method name writeSQLXML descriptor (Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 401
1148method name writeObject descriptor (Ljava/lang/Object;Ljava/sql/SQLType;)V thrownTypes java/sql/SQLException flags 1
1149
1150class name java/sql/SQLPermission
1151header extends java/security/BasicPermission flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1152method name <init> descriptor (Ljava/lang/String;)V flags 1
1153method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1154
1155class name java/sql/SQLRecoverableException
1156header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1157method name <init> descriptor ()V flags 1
1158method name <init> descriptor (Ljava/lang/String;)V flags 1
1159method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1160method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1161method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1162method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1163method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1164method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1165
1166class name java/sql/SQLSyntaxErrorException
1167header extends java/sql/SQLNonTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1168method name <init> descriptor ()V flags 1
1169method name <init> descriptor (Ljava/lang/String;)V flags 1
1170method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1171method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1172method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1173method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1174method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1175method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1176
1177class name java/sql/SQLTimeoutException
1178header extends java/sql/SQLTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1179method name <init> descriptor ()V flags 1
1180method name <init> descriptor (Ljava/lang/String;)V flags 1
1181method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1182method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1183method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1184method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1185method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1186method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1187
1188class name java/sql/SQLTransactionRollbackException
1189header extends java/sql/SQLTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1190method name <init> descriptor ()V flags 1
1191method name <init> descriptor (Ljava/lang/String;)V flags 1
1192method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1193method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1194method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1195method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1196method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1197method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1198
1199class name java/sql/SQLTransientConnectionException
1200header extends java/sql/SQLTransientException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1201method name <init> descriptor ()V flags 1
1202method name <init> descriptor (Ljava/lang/String;)V flags 1
1203method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1204method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1205method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1206method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1207method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1208method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1209
1210class name java/sql/SQLTransientException
1211header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1212method name <init> descriptor ()V flags 1
1213method name <init> descriptor (Ljava/lang/String;)V flags 1
1214method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1215method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1216method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1217method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1218method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1219method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1220
1221class name java/sql/SQLType
1222header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1223method name getName descriptor ()Ljava/lang/String; flags 401
1224method name getVendor descriptor ()Ljava/lang/String; flags 401
1225method name getVendorTypeNumber descriptor ()Ljava/lang/Integer; flags 401
1226
1227class name java/sql/SQLWarning
1228header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1229method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
1230method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
1231method name <init> descriptor (Ljava/lang/String;)V flags 1
1232method name <init> descriptor ()V flags 1
1233method name <init> descriptor (Ljava/lang/Throwable;)V flags 1
1234method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1235method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
1236method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V flags 1
1237method name getNextWarning descriptor ()Ljava/sql/SQLWarning; flags 1
1238method name setNextWarning descriptor (Ljava/sql/SQLWarning;)V flags 1
1239
1240class name java/sql/SQLXML
1241header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1242method name free descriptor ()V thrownTypes java/sql/SQLException flags 401
1243method name getBinaryStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401
1244method name setBinaryStream descriptor ()Ljava/io/OutputStream; thrownTypes java/sql/SQLException flags 401
1245method name getCharacterStream descriptor ()Ljava/io/Reader; thrownTypes java/sql/SQLException flags 401
1246method name setCharacterStream descriptor ()Ljava/io/Writer; thrownTypes java/sql/SQLException flags 401
1247method name getString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
1248method name setString descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1249method name getSource descriptor (Ljava/lang/Class;)Ljavax/xml/transform/Source; thrownTypes java/sql/SQLException flags 401 signature <T::Ljavax/xml/transform/Source;>(Ljava/lang/Class<TT;>;)TT;
1250method name setResult descriptor (Ljava/lang/Class;)Ljavax/xml/transform/Result; thrownTypes java/sql/SQLException flags 401 signature <T::Ljavax/xml/transform/Result;>(Ljava/lang/Class<TT;>;)TT;
1251
1252class name java/sql/Savepoint
1253header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1254method name getSavepointId descriptor ()I thrownTypes java/sql/SQLException flags 401
1255method name getSavepointName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
1256
1257class name java/sql/Statement
1258header extends java/lang/Object implements java/sql/Wrapper,java/lang/AutoCloseable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1259field name CLOSE_CURRENT_RESULT descriptor I constantValue 1 flags 19
1260field name KEEP_CURRENT_RESULT descriptor I constantValue 2 flags 19
1261field name CLOSE_ALL_RESULTS descriptor I constantValue 3 flags 19
1262field name SUCCESS_NO_INFO descriptor I constantValue -2 flags 19
1263field name EXECUTE_FAILED descriptor I constantValue -3 flags 19
1264field name RETURN_GENERATED_KEYS descriptor I constantValue 1 flags 19
1265field name NO_GENERATED_KEYS descriptor I constantValue 2 flags 19
1266method name executeQuery descriptor (Ljava/lang/String;)Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
1267method name executeUpdate descriptor (Ljava/lang/String;)I thrownTypes java/sql/SQLException flags 401
1268method name close descriptor ()V thrownTypes java/sql/SQLException flags 401
1269method name getMaxFieldSize descriptor ()I thrownTypes java/sql/SQLException flags 401
1270method name setMaxFieldSize descriptor (I)V thrownTypes java/sql/SQLException flags 401
1271method name getMaxRows descriptor ()I thrownTypes java/sql/SQLException flags 401
1272method name setMaxRows descriptor (I)V thrownTypes java/sql/SQLException flags 401
1273method name setEscapeProcessing descriptor (Z)V thrownTypes java/sql/SQLException flags 401
1274method name getQueryTimeout descriptor ()I thrownTypes java/sql/SQLException flags 401
1275method name setQueryTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 401
1276method name cancel descriptor ()V thrownTypes java/sql/SQLException flags 401
1277method name getWarnings descriptor ()Ljava/sql/SQLWarning; thrownTypes java/sql/SQLException flags 401
1278method name clearWarnings descriptor ()V thrownTypes java/sql/SQLException flags 401
1279method name setCursorName descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1280method name execute descriptor (Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
1281method name getResultSet descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
1282method name getUpdateCount descriptor ()I thrownTypes java/sql/SQLException flags 401
1283method name getMoreResults descriptor ()Z thrownTypes java/sql/SQLException flags 401
1284method name setFetchDirection descriptor (I)V thrownTypes java/sql/SQLException flags 401
1285method name getFetchDirection descriptor ()I thrownTypes java/sql/SQLException flags 401
1286method name setFetchSize descriptor (I)V thrownTypes java/sql/SQLException flags 401
1287method name getFetchSize descriptor ()I thrownTypes java/sql/SQLException flags 401
1288method name getResultSetConcurrency descriptor ()I thrownTypes java/sql/SQLException flags 401
1289method name getResultSetType descriptor ()I thrownTypes java/sql/SQLException flags 401
1290method name addBatch descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1291method name clearBatch descriptor ()V thrownTypes java/sql/SQLException flags 401
1292method name executeBatch descriptor ()[I thrownTypes java/sql/SQLException flags 401
1293method name getConnection descriptor ()Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
1294method name getMoreResults descriptor (I)Z thrownTypes java/sql/SQLException flags 401
1295method name getGeneratedKeys descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
1296method name executeUpdate descriptor (Ljava/lang/String;I)I thrownTypes java/sql/SQLException flags 401
1297method name executeUpdate descriptor (Ljava/lang/String;[I)I thrownTypes java/sql/SQLException flags 401
1298method name executeUpdate descriptor (Ljava/lang/String;[Ljava/lang/String;)I thrownTypes java/sql/SQLException flags 401
1299method name execute descriptor (Ljava/lang/String;I)Z thrownTypes java/sql/SQLException flags 401
1300method name execute descriptor (Ljava/lang/String;[I)Z thrownTypes java/sql/SQLException flags 401
1301method name execute descriptor (Ljava/lang/String;[Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
1302method name getResultSetHoldability descriptor ()I thrownTypes java/sql/SQLException flags 401
1303method name isClosed descriptor ()Z thrownTypes java/sql/SQLException flags 401
1304method name setPoolable descriptor (Z)V thrownTypes java/sql/SQLException flags 401
1305method name isPoolable descriptor ()Z thrownTypes java/sql/SQLException flags 401
1306method name closeOnCompletion descriptor ()V thrownTypes java/sql/SQLException flags 401
1307method name isCloseOnCompletion descriptor ()Z thrownTypes java/sql/SQLException flags 401
1308method name getLargeUpdateCount descriptor ()J thrownTypes java/sql/SQLException flags 1
1309method name setLargeMaxRows descriptor (J)V thrownTypes java/sql/SQLException flags 1
1310method name getLargeMaxRows descriptor ()J thrownTypes java/sql/SQLException flags 1
1311method name executeLargeBatch descriptor ()[J thrownTypes java/sql/SQLException flags 1
1312method name executeLargeUpdate descriptor (Ljava/lang/String;)J thrownTypes java/sql/SQLException flags 1
1313method name executeLargeUpdate descriptor (Ljava/lang/String;I)J thrownTypes java/sql/SQLException flags 1
1314method name executeLargeUpdate descriptor (Ljava/lang/String;[I)J thrownTypes java/sql/SQLException flags 1
1315method name executeLargeUpdate descriptor (Ljava/lang/String;[Ljava/lang/String;)J thrownTypes java/sql/SQLException flags 1
1316
1317class name java/sql/Struct
1318header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1319method name getSQLTypeName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
1320method name getAttributes descriptor ()[Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
1321method name getAttributes descriptor (Ljava/util/Map;)[Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)[Ljava/lang/Object;
1322
1323class name java/sql/Time
1324header extends java/util/Date flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1325method name <init> descriptor (III)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1326method name <init> descriptor (J)V flags 1
1327method name setTime descriptor (J)V flags 1
1328method name valueOf descriptor (Ljava/lang/String;)Ljava/sql/Time; flags 9
1329method name toString descriptor ()Ljava/lang/String; flags 1
1330method name getYear descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1331method name getMonth descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1332method name getDay descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1333method name getDate descriptor ()I flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1334method name setYear descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1335method name setMonth descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1336method name setDate descriptor (I)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1337method name valueOf descriptor (Ljava/time/LocalTime;)Ljava/sql/Time; flags 9
1338method name toLocalTime descriptor ()Ljava/time/LocalTime; flags 1
1339method name toInstant descriptor ()Ljava/time/Instant; flags 1
1340
1341class name java/sql/Timestamp
1342header extends java/util/Date flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1343method name <init> descriptor (IIIIIII)V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
1344method name <init> descriptor (J)V flags 1
1345method name setTime descriptor (J)V flags 1
1346method name getTime descriptor ()J flags 1
1347method name valueOf descriptor (Ljava/lang/String;)Ljava/sql/Timestamp; flags 9
1348method name toString descriptor ()Ljava/lang/String; flags 1
1349method name getNanos descriptor ()I flags 1
1350method name setNanos descriptor (I)V flags 1
1351method name equals descriptor (Ljava/sql/Timestamp;)Z flags 1
1352method name equals descriptor (Ljava/lang/Object;)Z flags 1
1353method name before descriptor (Ljava/sql/Timestamp;)Z flags 1
1354method name after descriptor (Ljava/sql/Timestamp;)Z flags 1
1355method name compareTo descriptor (Ljava/sql/Timestamp;)I flags 1
1356method name compareTo descriptor (Ljava/util/Date;)I flags 1
1357method name hashCode descriptor ()I flags 1
1358method name valueOf descriptor (Ljava/time/LocalDateTime;)Ljava/sql/Timestamp; flags 9
1359method name toLocalDateTime descriptor ()Ljava/time/LocalDateTime; flags 1
1360method name from descriptor (Ljava/time/Instant;)Ljava/sql/Timestamp; flags 9
1361method name toInstant descriptor ()Ljava/time/Instant; flags 1
1362method name compareTo descriptor (Ljava/lang/Object;)I flags 1041
1363
1364class name java/sql/Types
1365header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1366field name BIT descriptor I constantValue -7 flags 19
1367field name TINYINT descriptor I constantValue -6 flags 19
1368field name SMALLINT descriptor I constantValue 5 flags 19
1369field name INTEGER descriptor I constantValue 4 flags 19
1370field name BIGINT descriptor I constantValue -5 flags 19
1371field name FLOAT descriptor I constantValue 6 flags 19
1372field name REAL descriptor I constantValue 7 flags 19
1373field name DOUBLE descriptor I constantValue 8 flags 19
1374field name NUMERIC descriptor I constantValue 2 flags 19
1375field name DECIMAL descriptor I constantValue 3 flags 19
1376field name CHAR descriptor I constantValue 1 flags 19
1377field name VARCHAR descriptor I constantValue 12 flags 19
1378field name LONGVARCHAR descriptor I constantValue -1 flags 19
1379field name DATE descriptor I constantValue 91 flags 19
1380field name TIME descriptor I constantValue 92 flags 19
1381field name TIMESTAMP descriptor I constantValue 93 flags 19
1382field name BINARY descriptor I constantValue -2 flags 19
1383field name VARBINARY descriptor I constantValue -3 flags 19
1384field name LONGVARBINARY descriptor I constantValue -4 flags 19
1385field name NULL descriptor I constantValue 0 flags 19
1386field name OTHER descriptor I constantValue 1111 flags 19
1387field name JAVA_OBJECT descriptor I constantValue 2000 flags 19
1388field name DISTINCT descriptor I constantValue 2001 flags 19
1389field name STRUCT descriptor I constantValue 2002 flags 19
1390field name ARRAY descriptor I constantValue 2003 flags 19
1391field name BLOB descriptor I constantValue 2004 flags 19
1392field name CLOB descriptor I constantValue 2005 flags 19
1393field name REF descriptor I constantValue 2006 flags 19
1394field name DATALINK descriptor I constantValue 70 flags 19
1395field name BOOLEAN descriptor I constantValue 16 flags 19
1396field name ROWID descriptor I constantValue -8 flags 19
1397field name NCHAR descriptor I constantValue -15 flags 19
1398field name NVARCHAR descriptor I constantValue -9 flags 19
1399field name LONGNVARCHAR descriptor I constantValue -16 flags 19
1400field name NCLOB descriptor I constantValue 2011 flags 19
1401field name SQLXML descriptor I constantValue 2009 flags 19
1402field name REF_CURSOR descriptor I constantValue 2012 flags 19
1403field name TIME_WITH_TIMEZONE descriptor I constantValue 2013 flags 19
1404field name TIMESTAMP_WITH_TIMEZONE descriptor I constantValue 2014 flags 19
1405
1406class name java/sql/Wrapper
1407header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1408method name unwrap descriptor (Ljava/lang/Class;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401 signature <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
1409method name isWrapperFor descriptor (Ljava/lang/Class;)Z thrownTypes java/sql/SQLException flags 401 signature (Ljava/lang/Class<*>;)Z
1410
1411class name javax/sql/CommonDataSource
1412header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1413method name getLogWriter descriptor ()Ljava/io/PrintWriter; thrownTypes java/sql/SQLException flags 401
1414method name setLogWriter descriptor (Ljava/io/PrintWriter;)V thrownTypes java/sql/SQLException flags 401
1415method name setLoginTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 401
1416method name getLoginTimeout descriptor ()I thrownTypes java/sql/SQLException flags 401
1417method name getParentLogger descriptor ()Ljava/util/logging/Logger; thrownTypes java/sql/SQLFeatureNotSupportedException flags 401
1418
1419class name javax/sql/ConnectionEvent
1420header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1421method name <init> descriptor (Ljavax/sql/PooledConnection;)V flags 1
1422method name <init> descriptor (Ljavax/sql/PooledConnection;Ljava/sql/SQLException;)V flags 1
1423method name getSQLException descriptor ()Ljava/sql/SQLException; flags 1
1424
1425class name javax/sql/ConnectionEventListener
1426header extends java/lang/Object implements java/util/EventListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1427method name connectionClosed descriptor (Ljavax/sql/ConnectionEvent;)V flags 401
1428method name connectionErrorOccurred descriptor (Ljavax/sql/ConnectionEvent;)V flags 401
1429
1430class name javax/sql/ConnectionPoolDataSource
1431header extends java/lang/Object implements javax/sql/CommonDataSource flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1432method name getPooledConnection descriptor ()Ljavax/sql/PooledConnection; thrownTypes java/sql/SQLException flags 401
1433method name getPooledConnection descriptor (Ljava/lang/String;Ljava/lang/String;)Ljavax/sql/PooledConnection; thrownTypes java/sql/SQLException flags 401
1434
1435class name javax/sql/DataSource
1436header extends java/lang/Object implements javax/sql/CommonDataSource,java/sql/Wrapper flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1437method name getConnection descriptor ()Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
1438method name getConnection descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
1439
1440class name javax/sql/PooledConnection
1441header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1442method name getConnection descriptor ()Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
1443method name close descriptor ()V thrownTypes java/sql/SQLException flags 401
1444method name addConnectionEventListener descriptor (Ljavax/sql/ConnectionEventListener;)V flags 401
1445method name removeConnectionEventListener descriptor (Ljavax/sql/ConnectionEventListener;)V flags 401
1446method name addStatementEventListener descriptor (Ljavax/sql/StatementEventListener;)V flags 401
1447method name removeStatementEventListener descriptor (Ljavax/sql/StatementEventListener;)V flags 401
1448
1449class name javax/sql/RowSet
1450header extends java/lang/Object implements java/sql/ResultSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1451method name getUrl descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
1452method name setUrl descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1453method name getDataSourceName descriptor ()Ljava/lang/String; flags 401
1454method name setDataSourceName descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1455method name getUsername descriptor ()Ljava/lang/String; flags 401
1456method name setUsername descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1457method name getPassword descriptor ()Ljava/lang/String; flags 401
1458method name setPassword descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1459method name getTransactionIsolation descriptor ()I flags 401
1460method name setTransactionIsolation descriptor (I)V thrownTypes java/sql/SQLException flags 401
1461method name getTypeMap descriptor ()Ljava/util/Map; thrownTypes java/sql/SQLException flags 401 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;
1462method name setTypeMap descriptor (Ljava/util/Map;)V thrownTypes java/sql/SQLException flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
1463method name getCommand descriptor ()Ljava/lang/String; flags 401
1464method name setCommand descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1465method name isReadOnly descriptor ()Z flags 401
1466method name setReadOnly descriptor (Z)V thrownTypes java/sql/SQLException flags 401
1467method name getMaxFieldSize descriptor ()I thrownTypes java/sql/SQLException flags 401
1468method name setMaxFieldSize descriptor (I)V thrownTypes java/sql/SQLException flags 401
1469method name getMaxRows descriptor ()I thrownTypes java/sql/SQLException flags 401
1470method name setMaxRows descriptor (I)V thrownTypes java/sql/SQLException flags 401
1471method name getEscapeProcessing descriptor ()Z thrownTypes java/sql/SQLException flags 401
1472method name setEscapeProcessing descriptor (Z)V thrownTypes java/sql/SQLException flags 401
1473method name getQueryTimeout descriptor ()I thrownTypes java/sql/SQLException flags 401
1474method name setQueryTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 401
1475method name setType descriptor (I)V thrownTypes java/sql/SQLException flags 401
1476method name setConcurrency descriptor (I)V thrownTypes java/sql/SQLException flags 401
1477method name setNull descriptor (II)V thrownTypes java/sql/SQLException flags 401
1478method name setNull descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 401
1479method name setNull descriptor (IILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1480method name setNull descriptor (Ljava/lang/String;ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1481method name setBoolean descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
1482method name setBoolean descriptor (Ljava/lang/String;Z)V thrownTypes java/sql/SQLException flags 401
1483method name setByte descriptor (IB)V thrownTypes java/sql/SQLException flags 401
1484method name setByte descriptor (Ljava/lang/String;B)V thrownTypes java/sql/SQLException flags 401
1485method name setShort descriptor (IS)V thrownTypes java/sql/SQLException flags 401
1486method name setShort descriptor (Ljava/lang/String;S)V thrownTypes java/sql/SQLException flags 401
1487method name setInt descriptor (II)V thrownTypes java/sql/SQLException flags 401
1488method name setInt descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 401
1489method name setLong descriptor (IJ)V thrownTypes java/sql/SQLException flags 401
1490method name setLong descriptor (Ljava/lang/String;J)V thrownTypes java/sql/SQLException flags 401
1491method name setFloat descriptor (IF)V thrownTypes java/sql/SQLException flags 401
1492method name setFloat descriptor (Ljava/lang/String;F)V thrownTypes java/sql/SQLException flags 401
1493method name setDouble descriptor (ID)V thrownTypes java/sql/SQLException flags 401
1494method name setDouble descriptor (Ljava/lang/String;D)V thrownTypes java/sql/SQLException flags 401
1495method name setBigDecimal descriptor (ILjava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 401
1496method name setBigDecimal descriptor (Ljava/lang/String;Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 401
1497method name setString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1498method name setString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1499method name setBytes descriptor (I[B)V thrownTypes java/sql/SQLException flags 401
1500method name setBytes descriptor (Ljava/lang/String;[B)V thrownTypes java/sql/SQLException flags 401
1501method name setDate descriptor (ILjava/sql/Date;)V thrownTypes java/sql/SQLException flags 401
1502method name setTime descriptor (ILjava/sql/Time;)V thrownTypes java/sql/SQLException flags 401
1503method name setTimestamp descriptor (ILjava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 401
1504method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 401
1505method name setAsciiStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
1506method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
1507method name setBinaryStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
1508method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401
1509method name setCharacterStream descriptor (ILjava/io/Reader;I)V thrownTypes java/sql/SQLException flags 401
1510method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;I)V thrownTypes java/sql/SQLException flags 401
1511method name setAsciiStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1512method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1513method name setBinaryStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1514method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1515method name setCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1516method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1517method name setNCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1518method name setObject descriptor (ILjava/lang/Object;II)V thrownTypes java/sql/SQLException flags 401
1519method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;II)V thrownTypes java/sql/SQLException flags 401
1520method name setObject descriptor (ILjava/lang/Object;I)V thrownTypes java/sql/SQLException flags 401
1521method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;I)V thrownTypes java/sql/SQLException flags 401
1522method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
1523method name setObject descriptor (ILjava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
1524method name setRef descriptor (ILjava/sql/Ref;)V thrownTypes java/sql/SQLException flags 401
1525method name setBlob descriptor (ILjava/sql/Blob;)V thrownTypes java/sql/SQLException flags 401
1526method name setBlob descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
1527method name setBlob descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1528method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 401
1529method name setBlob descriptor (Ljava/lang/String;Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 401
1530method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 401
1531method name setClob descriptor (ILjava/sql/Clob;)V thrownTypes java/sql/SQLException flags 401
1532method name setClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
1533method name setClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1534method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
1535method name setClob descriptor (Ljava/lang/String;Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 401
1536method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1537method name setArray descriptor (ILjava/sql/Array;)V thrownTypes java/sql/SQLException flags 401
1538method name setDate descriptor (ILjava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
1539method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 401
1540method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
1541method name setTime descriptor (ILjava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
1542method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 401
1543method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
1544method name setTimestamp descriptor (ILjava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
1545method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 401
1546method name clearParameters descriptor ()V thrownTypes java/sql/SQLException flags 401
1547method name execute descriptor ()V thrownTypes java/sql/SQLException flags 401
1548method name addRowSetListener descriptor (Ljavax/sql/RowSetListener;)V flags 401
1549method name removeRowSetListener descriptor (Ljavax/sql/RowSetListener;)V flags 401
1550method name setSQLXML descriptor (ILjava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 401
1551method name setSQLXML descriptor (Ljava/lang/String;Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 401
1552method name setRowId descriptor (ILjava/sql/RowId;)V thrownTypes java/sql/SQLException flags 401
1553method name setRowId descriptor (Ljava/lang/String;Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 401
1554method name setNString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1555method name setNString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1556method name setNCharacterStream descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
1557method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
1558method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1559method name setNClob descriptor (Ljava/lang/String;Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 401
1560method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
1561method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1562method name setNClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 401
1563method name setNClob descriptor (ILjava/sql/NClob;)V thrownTypes java/sql/SQLException flags 401
1564method name setNClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
1565method name setURL descriptor (ILjava/net/URL;)V thrownTypes java/sql/SQLException flags 401
1566
1567class name javax/sql/RowSetEvent
1568header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1569method name <init> descriptor (Ljavax/sql/RowSet;)V flags 1
1570
1571class name javax/sql/RowSetInternal
1572header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1573method name getParams descriptor ()[Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
1574method name getConnection descriptor ()Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 401
1575method name setMetaData descriptor (Ljavax/sql/RowSetMetaData;)V thrownTypes java/sql/SQLException flags 401
1576method name getOriginal descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
1577method name getOriginalRow descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
1578
1579class name javax/sql/RowSetListener
1580header extends java/lang/Object implements java/util/EventListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1581method name rowSetChanged descriptor (Ljavax/sql/RowSetEvent;)V flags 401
1582method name rowChanged descriptor (Ljavax/sql/RowSetEvent;)V flags 401
1583method name cursorMoved descriptor (Ljavax/sql/RowSetEvent;)V flags 401
1584
1585class name javax/sql/RowSetMetaData
1586header extends java/lang/Object implements java/sql/ResultSetMetaData flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1587method name setColumnCount descriptor (I)V thrownTypes java/sql/SQLException flags 401
1588method name setAutoIncrement descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
1589method name setCaseSensitive descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
1590method name setSearchable descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
1591method name setCurrency descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
1592method name setNullable descriptor (II)V thrownTypes java/sql/SQLException flags 401
1593method name setSigned descriptor (IZ)V thrownTypes java/sql/SQLException flags 401
1594method name setColumnDisplaySize descriptor (II)V thrownTypes java/sql/SQLException flags 401
1595method name setColumnLabel descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1596method name setColumnName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1597method name setSchemaName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1598method name setPrecision descriptor (II)V thrownTypes java/sql/SQLException flags 401
1599method name setScale descriptor (II)V thrownTypes java/sql/SQLException flags 401
1600method name setTableName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1601method name setCatalogName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1602method name setColumnType descriptor (II)V thrownTypes java/sql/SQLException flags 401
1603method name setColumnTypeName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 401
1604
1605class name javax/sql/RowSetReader
1606header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1607method name readData descriptor (Ljavax/sql/RowSetInternal;)V thrownTypes java/sql/SQLException flags 401
1608
1609class name javax/sql/RowSetWriter
1610header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1611method name writeData descriptor (Ljavax/sql/RowSetInternal;)Z thrownTypes java/sql/SQLException flags 401
1612
1613class name javax/sql/StatementEvent
1614header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1615method name <init> descriptor (Ljavax/sql/PooledConnection;Ljava/sql/PreparedStatement;)V flags 1
1616method name <init> descriptor (Ljavax/sql/PooledConnection;Ljava/sql/PreparedStatement;Ljava/sql/SQLException;)V flags 1
1617method name getStatement descriptor ()Ljava/sql/PreparedStatement; flags 1
1618method name getSQLException descriptor ()Ljava/sql/SQLException; flags 1
1619
1620class name javax/sql/StatementEventListener
1621header extends java/lang/Object implements java/util/EventListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1622method name statementClosed descriptor (Ljavax/sql/StatementEvent;)V flags 401
1623method name statementErrorOccurred descriptor (Ljavax/sql/StatementEvent;)V flags 401
1624
1625class name javax/sql/XAConnection
1626header extends java/lang/Object implements javax/sql/PooledConnection flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1627method name getXAResource descriptor ()Ljavax/transaction/xa/XAResource; thrownTypes java/sql/SQLException flags 401
1628
1629class name javax/sql/XADataSource
1630header extends java/lang/Object implements javax/sql/CommonDataSource flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1631method name getXAConnection descriptor ()Ljavax/sql/XAConnection; thrownTypes java/sql/SQLException flags 401
1632method name getXAConnection descriptor (Ljava/lang/String;Ljava/lang/String;)Ljavax/sql/XAConnection; thrownTypes java/sql/SQLException flags 401
1633
1634class name javax/transaction/xa/XAException
1635header extends java/lang/Exception flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1636field name errorCode descriptor I flags 1
1637field name XA_RBBASE descriptor I constantValue 100 flags 19
1638field name XA_RBROLLBACK descriptor I constantValue 100 flags 19
1639field name XA_RBCOMMFAIL descriptor I constantValue 101 flags 19
1640field name XA_RBDEADLOCK descriptor I constantValue 102 flags 19
1641field name XA_RBINTEGRITY descriptor I constantValue 103 flags 19
1642field name XA_RBOTHER descriptor I constantValue 104 flags 19
1643field name XA_RBPROTO descriptor I constantValue 105 flags 19
1644field name XA_RBTIMEOUT descriptor I constantValue 106 flags 19
1645field name XA_RBTRANSIENT descriptor I constantValue 107 flags 19
1646field name XA_RBEND descriptor I constantValue 107 flags 19
1647field name XA_NOMIGRATE descriptor I constantValue 9 flags 19
1648field name XA_HEURHAZ descriptor I constantValue 8 flags 19
1649field name XA_HEURCOM descriptor I constantValue 7 flags 19
1650field name XA_HEURRB descriptor I constantValue 6 flags 19
1651field name XA_HEURMIX descriptor I constantValue 5 flags 19
1652field name XA_RETRY descriptor I constantValue 4 flags 19
1653field name XA_RDONLY descriptor I constantValue 3 flags 19
1654field name XAER_ASYNC descriptor I constantValue -2 flags 19
1655field name XAER_RMERR descriptor I constantValue -3 flags 19
1656field name XAER_NOTA descriptor I constantValue -4 flags 19
1657field name XAER_INVAL descriptor I constantValue -5 flags 19
1658field name XAER_PROTO descriptor I constantValue -6 flags 19
1659field name XAER_RMFAIL descriptor I constantValue -7 flags 19
1660field name XAER_DUPID descriptor I constantValue -8 flags 19
1661field name XAER_OUTSIDE descriptor I constantValue -9 flags 19
1662method name <init> descriptor ()V flags 1
1663method name <init> descriptor (Ljava/lang/String;)V flags 1
1664method name <init> descriptor (I)V flags 1
1665
1666class name javax/transaction/xa/XAResource
1667header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1668field name TMENDRSCAN descriptor I constantValue 8388608 flags 19
1669field name TMFAIL descriptor I constantValue 536870912 flags 19
1670field name TMJOIN descriptor I constantValue 2097152 flags 19
1671field name TMNOFLAGS descriptor I constantValue 0 flags 19
1672field name TMONEPHASE descriptor I constantValue 1073741824 flags 19
1673field name TMRESUME descriptor I constantValue 134217728 flags 19
1674field name TMSTARTRSCAN descriptor I constantValue 16777216 flags 19
1675field name TMSUCCESS descriptor I constantValue 67108864 flags 19
1676field name TMSUSPEND descriptor I constantValue 33554432 flags 19
1677field name XA_RDONLY descriptor I constantValue 3 flags 19
1678field name XA_OK descriptor I constantValue 0 flags 19
1679method name commit descriptor (Ljavax/transaction/xa/Xid;Z)V thrownTypes javax/transaction/xa/XAException flags 401
1680method name end descriptor (Ljavax/transaction/xa/Xid;I)V thrownTypes javax/transaction/xa/XAException flags 401
1681method name forget descriptor (Ljavax/transaction/xa/Xid;)V thrownTypes javax/transaction/xa/XAException flags 401
1682method name getTransactionTimeout descriptor ()I thrownTypes javax/transaction/xa/XAException flags 401
1683method name isSameRM descriptor (Ljavax/transaction/xa/XAResource;)Z thrownTypes javax/transaction/xa/XAException flags 401
1684method name prepare descriptor (Ljavax/transaction/xa/Xid;)I thrownTypes javax/transaction/xa/XAException flags 401
1685method name recover descriptor (I)[Ljavax/transaction/xa/Xid; thrownTypes javax/transaction/xa/XAException flags 401
1686method name rollback descriptor (Ljavax/transaction/xa/Xid;)V thrownTypes javax/transaction/xa/XAException flags 401
1687method name setTransactionTimeout descriptor (I)Z thrownTypes javax/transaction/xa/XAException flags 401
1688method name start descriptor (Ljavax/transaction/xa/Xid;I)V thrownTypes javax/transaction/xa/XAException flags 401
1689
1690class name javax/transaction/xa/Xid
1691header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I2)
1692field name MAXGTRIDSIZE descriptor I constantValue 64 flags 19
1693field name MAXBQUALSIZE descriptor I constantValue 64 flags 19
1694method name getFormatId descriptor ()I flags 401
1695method name getGlobalTransactionId descriptor ()[B flags 401
1696method name getBranchQualifier descriptor ()[B flags 401
1697
1698