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