java.sql.rowset-8.sym.txt revision 2973:0e8fa3249327
129658Swosch#
229658Swosch# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
329658Swosch# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
429658Swosch#
529658Swosch# This code is free software; you can redistribute it and/or modify it
629658Swosch# under the terms of the GNU General Public License version 2 only, as
729658Swosch# published by the Free Software Foundation.  Oracle designates this
829658Swosch# particular file as subject to the "Classpath" exception as provided
929658Swosch# by Oracle in the LICENSE file that accompanied this code.
1029658Swosch#
1129658Swosch# This code is distributed in the hope that it will be useful, but WITHOUT
1229658Swosch# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1329658Swosch# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1429658Swosch# version 2 for more details (a copy is included in the LICENSE file that
1529658Swosch# accompanied this code).
1629658Swosch#
1729658Swosch# You should have received a copy of the GNU General Public License version
1829658Swosch# 2 along with this work; if not, write to the Free Software Foundation,
1929658Swosch# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2029658Swosch#
2129658Swosch# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2229658Swosch# or visit www.oracle.com if you need additional information or have any
2329658Swosch# questions.
2429658Swosch#
2529658Swosch# ##########################################################
2629658Swosch# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
2729658Swosch# ##########################################################
2829658Swosch#
2929658Swoschclass name javax/sql/rowset/BaseRowSet
3029658Swoschheader extends java/lang/Object implements java/io/Serializable,java/lang/Cloneable flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
3150477Speterfield name UNICODE_STREAM_PARAM descriptor I constantValue 0 flags 19
3229658Swoschfield name BINARY_STREAM_PARAM descriptor I constantValue 1 flags 19
3329658Swoschfield name ASCII_STREAM_PARAM descriptor I constantValue 2 flags 19
3429658Swoschfield name binaryStream descriptor Ljava/io/InputStream; flags 4
3529658Swoschfield name unicodeStream descriptor Ljava/io/InputStream; flags 4
3629658Swoschfield name asciiStream descriptor Ljava/io/InputStream; flags 4
3729658Swoschfield name charStream descriptor Ljava/io/Reader; flags 4
3829658Swoschmethod name <init> descriptor ()V flags 1
3929658Swoschmethod name initParams descriptor ()V flags 4
4068963Srumethod name addRowSetListener descriptor (Ljavax/sql/RowSetListener;)V flags 1
4129658Swoschmethod name removeRowSetListener descriptor (Ljavax/sql/RowSetListener;)V flags 1
4229658Swoschmethod name notifyCursorMoved descriptor ()V thrownTypes java/sql/SQLException flags 4
4329658Swoschmethod name notifyRowChanged descriptor ()V thrownTypes java/sql/SQLException flags 4
4470410Srumethod name notifyRowSetChanged descriptor ()V thrownTypes java/sql/SQLException flags 4
4529658Swoschmethod name getCommand descriptor ()Ljava/lang/String; flags 1
4668963Srumethod name setCommand descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
4729658Swoschmethod name getUrl descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
4829658Swoschmethod name setUrl descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
4995124Scharniermethod name getDataSourceName descriptor ()Ljava/lang/String; flags 1
5095124Scharniermethod name setDataSourceName descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
5195124Scharniermethod name getUsername descriptor ()Ljava/lang/String; flags 1
5229658Swoschmethod name setUsername descriptor (Ljava/lang/String;)V flags 1
5329658Swoschmethod name getPassword descriptor ()Ljava/lang/String; flags 1
5429658Swoschmethod name setPassword descriptor (Ljava/lang/String;)V flags 1
5529658Swoschmethod name setType descriptor (I)V thrownTypes java/sql/SQLException flags 1
5629658Swoschmethod name getType descriptor ()I thrownTypes java/sql/SQLException flags 1
5729658Swoschmethod name setConcurrency descriptor (I)V thrownTypes java/sql/SQLException flags 1
5829658Swoschmethod name isReadOnly descriptor ()Z flags 1
5929658Swoschmethod name setReadOnly descriptor (Z)V flags 1
6029658Swoschmethod name getTransactionIsolation descriptor ()I flags 1
6129658Swoschmethod name setTransactionIsolation descriptor (I)V thrownTypes java/sql/SQLException flags 1
6229658Swoschmethod name getTypeMap descriptor ()Ljava/util/Map; flags 1 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;
6329658Swoschmethod name setTypeMap descriptor (Ljava/util/Map;)V flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
6429658Swoschmethod name getMaxFieldSize descriptor ()I thrownTypes java/sql/SQLException flags 1
6529658Swoschmethod name setMaxFieldSize descriptor (I)V thrownTypes java/sql/SQLException flags 1
6629658Swoschmethod name getMaxRows descriptor ()I thrownTypes java/sql/SQLException flags 1
6729658Swoschmethod name setMaxRows descriptor (I)V thrownTypes java/sql/SQLException flags 1
6829658Swoschmethod name setEscapeProcessing descriptor (Z)V thrownTypes java/sql/SQLException flags 1
6929658Swoschmethod name getQueryTimeout descriptor ()I thrownTypes java/sql/SQLException flags 1
7029658Swoschmethod name setQueryTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 1
7129658Swoschmethod name getShowDeleted descriptor ()Z thrownTypes java/sql/SQLException flags 1
7229658Swoschmethod name setShowDeleted descriptor (Z)V thrownTypes java/sql/SQLException flags 1
7329658Swoschmethod name getEscapeProcessing descriptor ()Z thrownTypes java/sql/SQLException flags 1
7429658Swoschmethod name setFetchDirection descriptor (I)V thrownTypes java/sql/SQLException flags 1
7529658Swoschmethod name getFetchDirection descriptor ()I thrownTypes java/sql/SQLException flags 1
76131491Srumethod name setFetchSize descriptor (I)V thrownTypes java/sql/SQLException flags 1
77131491Srumethod name getFetchSize descriptor ()I thrownTypes java/sql/SQLException flags 1
7829658Swoschmethod name getConcurrency descriptor ()I thrownTypes java/sql/SQLException flags 1
7929658Swoschmethod name setNull descriptor (II)V thrownTypes java/sql/SQLException flags 1
8029658Swoschmethod name setNull descriptor (IILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
8129658Swoschmethod name setBoolean descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
82165579Srumethod name setByte descriptor (IB)V thrownTypes java/sql/SQLException flags 1
83165579Srumethod name setShort descriptor (IS)V thrownTypes java/sql/SQLException flags 1
84165579Srumethod name setInt descriptor (II)V thrownTypes java/sql/SQLException flags 1
85131491Srumethod name setLong descriptor (IJ)V thrownTypes java/sql/SQLException flags 1
86131491Srumethod name setFloat descriptor (IF)V thrownTypes java/sql/SQLException flags 1
8729658Swoschmethod name setDouble descriptor (ID)V thrownTypes java/sql/SQLException flags 1
8836649Sstevemethod name setBigDecimal descriptor (ILjava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 1
8968963Srumethod name setString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
9029658Swoschmethod name setBytes descriptor (I[B)V thrownTypes java/sql/SQLException flags 1
9129658Swoschmethod name setDate descriptor (ILjava/sql/Date;)V thrownTypes java/sql/SQLException flags 1
9229658Swoschmethod name setTime descriptor (ILjava/sql/Time;)V thrownTypes java/sql/SQLException flags 1
9329658Swoschmethod name setTimestamp descriptor (ILjava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 1
9429658Swoschmethod name setAsciiStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
9529658Swoschmethod name setAsciiStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
9629658Swoschmethod name setBinaryStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
9729658Swoschmethod name setBinaryStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
9889362Srumethod name setUnicodeStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
9929658Swoschmethod name setCharacterStream descriptor (ILjava/io/Reader;I)V thrownTypes java/sql/SQLException flags 1
10029658Swoschmethod name setCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
10129658Swoschmethod name setObject descriptor (ILjava/lang/Object;II)V thrownTypes java/sql/SQLException flags 1
10234801Scharniermethod name setObject descriptor (ILjava/lang/Object;I)V thrownTypes java/sql/SQLException flags 1
10334801Scharniermethod name setObject descriptor (ILjava/lang/Object;)V thrownTypes java/sql/SQLException flags 1
104method name setRef descriptor (ILjava/sql/Ref;)V thrownTypes java/sql/SQLException flags 1
105method name setBlob descriptor (ILjava/sql/Blob;)V thrownTypes java/sql/SQLException flags 1
106method name setClob descriptor (ILjava/sql/Clob;)V thrownTypes java/sql/SQLException flags 1
107method name setArray descriptor (ILjava/sql/Array;)V thrownTypes java/sql/SQLException flags 1
108method name setDate descriptor (ILjava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
109method name setTime descriptor (ILjava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
110method name setTimestamp descriptor (ILjava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
111method name clearParameters descriptor ()V thrownTypes java/sql/SQLException flags 1
112method name getParams descriptor ()[Ljava/lang/Object; thrownTypes java/sql/SQLException flags 1
113method name setNull descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 1
114method name setNull descriptor (Ljava/lang/String;ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
115method name setBoolean descriptor (Ljava/lang/String;Z)V thrownTypes java/sql/SQLException flags 1
116method name setByte descriptor (Ljava/lang/String;B)V thrownTypes java/sql/SQLException flags 1
117method name setShort descriptor (Ljava/lang/String;S)V thrownTypes java/sql/SQLException flags 1
118method name setInt descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 1
119method name setLong descriptor (Ljava/lang/String;J)V thrownTypes java/sql/SQLException flags 1
120method name setFloat descriptor (Ljava/lang/String;F)V thrownTypes java/sql/SQLException flags 1
121method name setDouble descriptor (Ljava/lang/String;D)V thrownTypes java/sql/SQLException flags 1
122method name setBigDecimal descriptor (Ljava/lang/String;Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 1
123method name setString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
124method name setBytes descriptor (Ljava/lang/String;[B)V thrownTypes java/sql/SQLException flags 1
125method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 1
126method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
127method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
128method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;I)V thrownTypes java/sql/SQLException flags 1
129method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
130method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
131method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
132method name setNCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
133method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;II)V thrownTypes java/sql/SQLException flags 1
134method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;I)V thrownTypes java/sql/SQLException flags 1
135method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 1
136method name setBlob descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 1
137method name setBlob descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
138method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 1
139method name setBlob descriptor (Ljava/lang/String;Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 1
140method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
141method name setClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
142method name setClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
143method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
144method name setClob descriptor (Ljava/lang/String;Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 1
145method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
146method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 1
147method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
148method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 1
149method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
150method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
151method name setSQLXML descriptor (ILjava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 1
152method name setSQLXML descriptor (Ljava/lang/String;Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 1
153method name setRowId descriptor (ILjava/sql/RowId;)V thrownTypes java/sql/SQLException flags 1
154method name setRowId descriptor (Ljava/lang/String;Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 1
155method name setNString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
156method name setNString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
157method name setNCharacterStream descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
158method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
159method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
160method name setNClob descriptor (Ljava/lang/String;Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 1
161method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
162method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
163method name setNClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
164method name setNClob descriptor (ILjava/sql/NClob;)V thrownTypes java/sql/SQLException flags 1
165method name setNClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
166method name setURL descriptor (ILjava/net/URL;)V thrownTypes java/sql/SQLException flags 1
167
168class name javax/sql/rowset/CachedRowSet
169header extends java/lang/Object implements javax/sql/RowSet,javax/sql/rowset/Joinable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
170field name COMMIT_ON_ACCEPT_CHANGES descriptor Z constantValue true flags 19 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
171method name populate descriptor (Ljava/sql/ResultSet;)V thrownTypes java/sql/SQLException flags 401
172method name execute descriptor (Ljava/sql/Connection;)V thrownTypes java/sql/SQLException flags 401
173method name acceptChanges descriptor ()V thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
174method name acceptChanges descriptor (Ljava/sql/Connection;)V thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
175method name restoreOriginal descriptor ()V thrownTypes java/sql/SQLException flags 401
176method name release descriptor ()V thrownTypes java/sql/SQLException flags 401
177method name undoDelete descriptor ()V thrownTypes java/sql/SQLException flags 401
178method name undoInsert descriptor ()V thrownTypes java/sql/SQLException flags 401
179method name undoUpdate descriptor ()V thrownTypes java/sql/SQLException flags 401
180method name columnUpdated descriptor (I)Z thrownTypes java/sql/SQLException flags 401
181method name columnUpdated descriptor (Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
182method name toCollection descriptor ()Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature ()Ljava/util/Collection<*>;
183method name toCollection descriptor (I)Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature (I)Ljava/util/Collection<*>;
184method name toCollection descriptor (Ljava/lang/String;)Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature (Ljava/lang/String;)Ljava/util/Collection<*>;
185method name getSyncProvider descriptor ()Ljavax/sql/rowset/spi/SyncProvider; thrownTypes java/sql/SQLException flags 401
186method name setSyncProvider descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
187method name size descriptor ()I flags 401
188method name setMetaData descriptor (Ljavax/sql/RowSetMetaData;)V thrownTypes java/sql/SQLException flags 401
189method name getOriginal descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
190method name getOriginalRow descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
191method name setOriginalRow descriptor ()V thrownTypes java/sql/SQLException flags 401
192method name getTableName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
193method name setTableName descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
194method name getKeyColumns descriptor ()[I thrownTypes java/sql/SQLException flags 401
195method name setKeyColumns descriptor ([I)V thrownTypes java/sql/SQLException flags 401
196method name createShared descriptor ()Ljavax/sql/RowSet; thrownTypes java/sql/SQLException flags 401
197method name createCopy descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
198method name createCopySchema descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
199method name createCopyNoConstraints descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
200method name getRowSetWarnings descriptor ()Ljavax/sql/rowset/RowSetWarning; thrownTypes java/sql/SQLException flags 401
201method name getShowDeleted descriptor ()Z thrownTypes java/sql/SQLException flags 401
202method name setShowDeleted descriptor (Z)V thrownTypes java/sql/SQLException flags 401
203method name commit descriptor ()V thrownTypes java/sql/SQLException flags 401
204method name rollback descriptor ()V thrownTypes java/sql/SQLException flags 401
205method name rollback descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
206method name rowSetPopulated descriptor (Ljavax/sql/RowSetEvent;I)V thrownTypes java/sql/SQLException flags 401
207method name populate descriptor (Ljava/sql/ResultSet;I)V thrownTypes java/sql/SQLException flags 401
208method name setPageSize descriptor (I)V thrownTypes java/sql/SQLException flags 401
209method name getPageSize descriptor ()I flags 401
210method name nextPage descriptor ()Z thrownTypes java/sql/SQLException flags 401
211method name previousPage descriptor ()Z thrownTypes java/sql/SQLException flags 401
212
213class name javax/sql/rowset/FilteredRowSet
214header extends java/lang/Object implements javax/sql/rowset/WebRowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
215method name setFilter descriptor (Ljavax/sql/rowset/Predicate;)V thrownTypes java/sql/SQLException flags 401
216method name getFilter descriptor ()Ljavax/sql/rowset/Predicate; flags 401
217
218class name javax/sql/rowset/JdbcRowSet
219header extends java/lang/Object implements javax/sql/RowSet,javax/sql/rowset/Joinable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
220method name getShowDeleted descriptor ()Z thrownTypes java/sql/SQLException flags 401
221method name setShowDeleted descriptor (Z)V thrownTypes java/sql/SQLException flags 401
222method name getRowSetWarnings descriptor ()Ljavax/sql/rowset/RowSetWarning; thrownTypes java/sql/SQLException flags 401
223method name commit descriptor ()V thrownTypes java/sql/SQLException flags 401
224method name getAutoCommit descriptor ()Z thrownTypes java/sql/SQLException flags 401
225method name setAutoCommit descriptor (Z)V thrownTypes java/sql/SQLException flags 401
226method name rollback descriptor ()V thrownTypes java/sql/SQLException flags 401
227method name rollback descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
228
229class name javax/sql/rowset/JoinRowSet
230header extends java/lang/Object implements javax/sql/rowset/WebRowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
231field name CROSS_JOIN descriptor I constantValue 0 flags 19
232field name INNER_JOIN descriptor I constantValue 1 flags 19
233field name LEFT_OUTER_JOIN descriptor I constantValue 2 flags 19
234field name RIGHT_OUTER_JOIN descriptor I constantValue 3 flags 19
235field name FULL_JOIN descriptor I constantValue 4 flags 19
236method name addRowSet descriptor (Ljavax/sql/rowset/Joinable;)V thrownTypes java/sql/SQLException flags 401
237method name addRowSet descriptor (Ljavax/sql/RowSet;I)V thrownTypes java/sql/SQLException flags 401
238method name addRowSet descriptor (Ljavax/sql/RowSet;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
239method name addRowSet descriptor ([Ljavax/sql/RowSet;[I)V thrownTypes java/sql/SQLException flags 401
240method name addRowSet descriptor ([Ljavax/sql/RowSet;[Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
241method name getRowSets descriptor ()Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature ()Ljava/util/Collection<*>;
242method name getRowSetNames descriptor ()[Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
243method name toCachedRowSet descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
244method name supportsCrossJoin descriptor ()Z flags 401
245method name supportsInnerJoin descriptor ()Z flags 401
246method name supportsLeftOuterJoin descriptor ()Z flags 401
247method name supportsRightOuterJoin descriptor ()Z flags 401
248method name supportsFullJoin descriptor ()Z flags 401
249method name setJoinType descriptor (I)V thrownTypes java/sql/SQLException flags 401
250method name getWhereClause descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
251method name getJoinType descriptor ()I thrownTypes java/sql/SQLException flags 401
252
253class name javax/sql/rowset/Joinable
254header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
255method name setMatchColumn descriptor (I)V thrownTypes java/sql/SQLException flags 401
256method name setMatchColumn descriptor ([I)V thrownTypes java/sql/SQLException flags 401
257method name setMatchColumn descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
258method name setMatchColumn descriptor ([Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
259method name getMatchColumnIndexes descriptor ()[I thrownTypes java/sql/SQLException flags 401
260method name getMatchColumnNames descriptor ()[Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
261method name unsetMatchColumn descriptor (I)V thrownTypes java/sql/SQLException flags 401
262method name unsetMatchColumn descriptor ([I)V thrownTypes java/sql/SQLException flags 401
263method name unsetMatchColumn descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
264method name unsetMatchColumn descriptor ([Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
265
266class name javax/sql/rowset/Predicate
267header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
268method name evaluate descriptor (Ljavax/sql/RowSet;)Z flags 401
269method name evaluate descriptor (Ljava/lang/Object;I)Z thrownTypes java/sql/SQLException flags 401
270method name evaluate descriptor (Ljava/lang/Object;Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
271
272class name javax/sql/rowset/RowSetFactory
273header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
274method name createCachedRowSet descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
275method name createFilteredRowSet descriptor ()Ljavax/sql/rowset/FilteredRowSet; thrownTypes java/sql/SQLException flags 401
276method name createJdbcRowSet descriptor ()Ljavax/sql/rowset/JdbcRowSet; thrownTypes java/sql/SQLException flags 401
277method name createJoinRowSet descriptor ()Ljavax/sql/rowset/JoinRowSet; thrownTypes java/sql/SQLException flags 401
278method name createWebRowSet descriptor ()Ljavax/sql/rowset/WebRowSet; thrownTypes java/sql/SQLException flags 401
279
280class name javax/sql/rowset/RowSetMetaDataImpl
281header extends java/lang/Object implements javax/sql/RowSetMetaData,java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
282method name <init> descriptor ()V flags 1
283method name setColumnCount descriptor (I)V thrownTypes java/sql/SQLException flags 1
284method name setAutoIncrement descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
285method name setCaseSensitive descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
286method name setSearchable descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
287method name setCurrency descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
288method name setNullable descriptor (II)V thrownTypes java/sql/SQLException flags 1
289method name setSigned descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
290method name setColumnDisplaySize descriptor (II)V thrownTypes java/sql/SQLException flags 1
291method name setColumnLabel descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
292method name setColumnName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
293method name setSchemaName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
294method name setPrecision descriptor (II)V thrownTypes java/sql/SQLException flags 1
295method name setScale descriptor (II)V thrownTypes java/sql/SQLException flags 1
296method name setTableName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
297method name setCatalogName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
298method name setColumnType descriptor (II)V thrownTypes java/sql/SQLException flags 1
299method name setColumnTypeName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
300method name getColumnCount descriptor ()I thrownTypes java/sql/SQLException flags 1
301method name isAutoIncrement descriptor (I)Z thrownTypes java/sql/SQLException flags 1
302method name isCaseSensitive descriptor (I)Z thrownTypes java/sql/SQLException flags 1
303method name isSearchable descriptor (I)Z thrownTypes java/sql/SQLException flags 1
304method name isCurrency descriptor (I)Z thrownTypes java/sql/SQLException flags 1
305method name isNullable descriptor (I)I thrownTypes java/sql/SQLException flags 1
306method name isSigned descriptor (I)Z thrownTypes java/sql/SQLException flags 1
307method name getColumnDisplaySize descriptor (I)I thrownTypes java/sql/SQLException flags 1
308method name getColumnLabel descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
309method name getColumnName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
310method name getSchemaName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
311method name getPrecision descriptor (I)I thrownTypes java/sql/SQLException flags 1
312method name getScale descriptor (I)I thrownTypes java/sql/SQLException flags 1
313method name getTableName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
314method name getCatalogName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
315method name getColumnType descriptor (I)I thrownTypes java/sql/SQLException flags 1
316method name getColumnTypeName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
317method name isReadOnly descriptor (I)Z thrownTypes java/sql/SQLException flags 1
318method name isWritable descriptor (I)Z thrownTypes java/sql/SQLException flags 1
319method name isDefinitelyWritable descriptor (I)Z thrownTypes java/sql/SQLException flags 1
320method name getColumnClassName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
321method name unwrap descriptor (Ljava/lang/Class;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 1 signature <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
322method name isWrapperFor descriptor (Ljava/lang/Class;)Z thrownTypes java/sql/SQLException flags 1 signature (Ljava/lang/Class<*>;)Z
323
324class name javax/sql/rowset/RowSetProvider
325header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
326method name <init> descriptor ()V flags 4
327method name newFactory descriptor ()Ljavax/sql/rowset/RowSetFactory; thrownTypes java/sql/SQLException flags 9
328method name newFactory descriptor (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/sql/rowset/RowSetFactory; thrownTypes java/sql/SQLException flags 9
329
330class name javax/sql/rowset/RowSetWarning
331header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
332method name <init> descriptor (Ljava/lang/String;)V flags 1
333method name <init> descriptor ()V flags 1
334method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
335method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
336method name getNextWarning descriptor ()Ljavax/sql/rowset/RowSetWarning; flags 1
337method name setNextWarning descriptor (Ljavax/sql/rowset/RowSetWarning;)V flags 1
338
339class name javax/sql/rowset/WebRowSet
340header extends java/lang/Object implements javax/sql/rowset/CachedRowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
341field name PUBLIC_XML_SCHEMA descriptor Ljava/lang/String; constantValue --//Oracle\u0020;Corporation//XSD\u0020;Schema//EN flags 19
342field name SCHEMA_SYSTEM_ID descriptor Ljava/lang/String; constantValue http://java.sun.com/xml/ns/jdbc/webrowset.xsd flags 19
343method name readXml descriptor (Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
344method name readXml descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException,java/io/IOException flags 401
345method name writeXml descriptor (Ljava/sql/ResultSet;Ljava/io/Writer;)V thrownTypes java/sql/SQLException flags 401
346method name writeXml descriptor (Ljava/sql/ResultSet;Ljava/io/OutputStream;)V thrownTypes java/sql/SQLException,java/io/IOException flags 401
347method name writeXml descriptor (Ljava/io/Writer;)V thrownTypes java/sql/SQLException flags 401
348method name writeXml descriptor (Ljava/io/OutputStream;)V thrownTypes java/sql/SQLException,java/io/IOException flags 401
349
350class name javax/sql/rowset/serial/SQLInputImpl
351header extends java/lang/Object implements java/sql/SQLInput flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
352method name <init> descriptor ([Ljava/lang/Object;Ljava/util/Map;)V thrownTypes java/sql/SQLException flags 1 signature ([Ljava/lang/Object;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
353method name readString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
354method name readBoolean descriptor ()Z thrownTypes java/sql/SQLException flags 1
355method name readByte descriptor ()B thrownTypes java/sql/SQLException flags 1
356method name readShort descriptor ()S thrownTypes java/sql/SQLException flags 1
357method name readInt descriptor ()I thrownTypes java/sql/SQLException flags 1
358method name readLong descriptor ()J thrownTypes java/sql/SQLException flags 1
359method name readFloat descriptor ()F thrownTypes java/sql/SQLException flags 1
360method name readDouble descriptor ()D thrownTypes java/sql/SQLException flags 1
361method name readBigDecimal descriptor ()Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 1
362method name readBytes descriptor ()[B thrownTypes java/sql/SQLException flags 1
363method name readDate descriptor ()Ljava/sql/Date; thrownTypes java/sql/SQLException flags 1
364method name readTime descriptor ()Ljava/sql/Time; thrownTypes java/sql/SQLException flags 1
365method name readTimestamp descriptor ()Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 1
366method name readCharacterStream descriptor ()Ljava/io/Reader; thrownTypes java/sql/SQLException flags 1
367method name readAsciiStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 1
368method name readBinaryStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 1
369method name readObject descriptor ()Ljava/lang/Object; thrownTypes java/sql/SQLException flags 1
370method name readRef descriptor ()Ljava/sql/Ref; thrownTypes java/sql/SQLException flags 1
371method name readBlob descriptor ()Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 1
372method name readClob descriptor ()Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 1
373method name readArray descriptor ()Ljava/sql/Array; thrownTypes java/sql/SQLException flags 1
374method name wasNull descriptor ()Z thrownTypes java/sql/SQLException flags 1
375method name readURL descriptor ()Ljava/net/URL; thrownTypes java/sql/SQLException flags 1
376method name readNClob descriptor ()Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 1
377method name readNString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
378method name readSQLXML descriptor ()Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 1
379method name readRowId descriptor ()Ljava/sql/RowId; thrownTypes java/sql/SQLException flags 1
380
381class name javax/sql/rowset/serial/SQLOutputImpl
382header extends java/lang/Object implements java/sql/SQLOutput flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
383method name <init> descriptor (Ljava/util/Vector;Ljava/util/Map;)V thrownTypes java/sql/SQLException flags 1 signature (Ljava/util/Vector<*>;Ljava/util/Map<Ljava/lang/String;*>;)V
384method name writeString descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
385method name writeBoolean descriptor (Z)V thrownTypes java/sql/SQLException flags 1
386method name writeByte descriptor (B)V thrownTypes java/sql/SQLException flags 1
387method name writeShort descriptor (S)V thrownTypes java/sql/SQLException flags 1
388method name writeInt descriptor (I)V thrownTypes java/sql/SQLException flags 1
389method name writeLong descriptor (J)V thrownTypes java/sql/SQLException flags 1
390method name writeFloat descriptor (F)V thrownTypes java/sql/SQLException flags 1
391method name writeDouble descriptor (D)V thrownTypes java/sql/SQLException flags 1
392method name writeBigDecimal descriptor (Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 1
393method name writeBytes descriptor ([B)V thrownTypes java/sql/SQLException flags 1
394method name writeDate descriptor (Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 1
395method name writeTime descriptor (Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 1
396method name writeTimestamp descriptor (Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 1
397method name writeCharacterStream descriptor (Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
398method name writeAsciiStream descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
399method name writeBinaryStream descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
400method name writeObject descriptor (Ljava/sql/SQLData;)V thrownTypes java/sql/SQLException flags 1
401method name writeRef descriptor (Ljava/sql/Ref;)V thrownTypes java/sql/SQLException flags 1
402method name writeBlob descriptor (Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 1
403method name writeClob descriptor (Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 1
404method name writeStruct descriptor (Ljava/sql/Struct;)V thrownTypes java/sql/SQLException flags 1
405method name writeArray descriptor (Ljava/sql/Array;)V thrownTypes java/sql/SQLException flags 1
406method name writeURL descriptor (Ljava/net/URL;)V thrownTypes java/sql/SQLException flags 1
407method name writeNString descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
408method name writeNClob descriptor (Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 1
409method name writeRowId descriptor (Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 1
410method name writeSQLXML descriptor (Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 1
411
412class name javax/sql/rowset/serial/SerialArray
413header extends java/lang/Object implements java/sql/Array,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
414method name <init> descriptor (Ljava/sql/Array;Ljava/util/Map;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1 signature (Ljava/sql/Array;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
415method name free descriptor ()V thrownTypes java/sql/SQLException flags 1
416method name <init> descriptor (Ljava/sql/Array;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
417method name getArray descriptor ()Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
418method name getArray descriptor (Ljava/util/Map;)Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
419method name getArray descriptor (JI)Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
420method name getArray descriptor (JILjava/util/Map;)Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (JILjava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
421method name getBaseType descriptor ()I thrownTypes javax/sql/rowset/serial/SerialException flags 1
422method name getBaseTypeName descriptor ()Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
423method name getResultSet descriptor (JI)Ljava/sql/ResultSet; thrownTypes javax/sql/rowset/serial/SerialException flags 1
424method name getResultSet descriptor (Ljava/util/Map;)Ljava/sql/ResultSet; thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/sql/ResultSet;
425method name getResultSet descriptor ()Ljava/sql/ResultSet; thrownTypes javax/sql/rowset/serial/SerialException flags 1
426method name getResultSet descriptor (JILjava/util/Map;)Ljava/sql/ResultSet; thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (JILjava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/sql/ResultSet;
427method name equals descriptor (Ljava/lang/Object;)Z flags 1
428method name hashCode descriptor ()I flags 1
429method name clone descriptor ()Ljava/lang/Object; flags 1
430
431class name javax/sql/rowset/serial/SerialBlob
432header extends java/lang/Object implements java/sql/Blob,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
433method name <init> descriptor ([B)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
434method name <init> descriptor (Ljava/sql/Blob;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
435method name getBytes descriptor (JI)[B thrownTypes javax/sql/rowset/serial/SerialException flags 1
436method name length descriptor ()J thrownTypes javax/sql/rowset/serial/SerialException flags 1
437method name getBinaryStream descriptor ()Ljava/io/InputStream; thrownTypes javax/sql/rowset/serial/SerialException flags 1
438method name position descriptor ([BJ)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
439method name position descriptor (Ljava/sql/Blob;J)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
440method name setBytes descriptor (J[B)I thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
441method name setBytes descriptor (J[BII)I thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
442method name setBinaryStream descriptor (J)Ljava/io/OutputStream; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
443method name truncate descriptor (J)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
444method name getBinaryStream descriptor (JJ)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 1
445method name free descriptor ()V thrownTypes java/sql/SQLException flags 1
446method name equals descriptor (Ljava/lang/Object;)Z flags 1
447method name hashCode descriptor ()I flags 1
448method name clone descriptor ()Ljava/lang/Object; flags 1
449
450class name javax/sql/rowset/serial/SerialClob
451header extends java/lang/Object implements java/sql/Clob,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
452method name <init> descriptor ([C)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
453method name <init> descriptor (Ljava/sql/Clob;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
454method name length descriptor ()J thrownTypes javax/sql/rowset/serial/SerialException flags 1
455method name getCharacterStream descriptor ()Ljava/io/Reader; thrownTypes javax/sql/rowset/serial/SerialException flags 1
456method name getAsciiStream descriptor ()Ljava/io/InputStream; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
457method name getSubString descriptor (JI)Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
458method name position descriptor (Ljava/lang/String;J)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
459method name position descriptor (Ljava/sql/Clob;J)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
460method name setString descriptor (JLjava/lang/String;)I thrownTypes javax/sql/rowset/serial/SerialException flags 1
461method name setString descriptor (JLjava/lang/String;II)I thrownTypes javax/sql/rowset/serial/SerialException flags 1
462method name setAsciiStream descriptor (J)Ljava/io/OutputStream; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
463method name setCharacterStream descriptor (J)Ljava/io/Writer; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
464method name truncate descriptor (J)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
465method name getCharacterStream descriptor (JJ)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 1
466method name free descriptor ()V thrownTypes java/sql/SQLException flags 1
467method name equals descriptor (Ljava/lang/Object;)Z flags 1
468method name hashCode descriptor ()I flags 1
469method name clone descriptor ()Ljava/lang/Object; flags 1
470
471class name javax/sql/rowset/serial/SerialDatalink
472header extends java/lang/Object implements java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
473method name <init> descriptor (Ljava/net/URL;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
474method name getDatalink descriptor ()Ljava/net/URL; thrownTypes javax/sql/rowset/serial/SerialException flags 1
475method name equals descriptor (Ljava/lang/Object;)Z flags 1
476method name hashCode descriptor ()I flags 1
477method name clone descriptor ()Ljava/lang/Object; flags 1
478
479class name javax/sql/rowset/serial/SerialException
480header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
481method name <init> descriptor ()V flags 1
482method name <init> descriptor (Ljava/lang/String;)V flags 1
483
484class name javax/sql/rowset/serial/SerialJavaObject
485header extends java/lang/Object implements java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
486method name <init> descriptor (Ljava/lang/Object;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
487method name getObject descriptor ()Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
488method name getFields descriptor ()[Ljava/lang/reflect/Field; thrownTypes javax/sql/rowset/serial/SerialException flags 1 runtimeAnnotations @Lsun/reflect/CallerSensitive;
489method name equals descriptor (Ljava/lang/Object;)Z flags 1
490method name hashCode descriptor ()I flags 1
491method name clone descriptor ()Ljava/lang/Object; flags 1
492
493class name javax/sql/rowset/serial/SerialRef
494header extends java/lang/Object implements java/sql/Ref,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
495method name <init> descriptor (Ljava/sql/Ref;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
496method name getBaseTypeName descriptor ()Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
497method name getObject descriptor (Ljava/util/Map;)Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)Ljava/lang/Object;
498method name getObject descriptor ()Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
499method name setObject descriptor (Ljava/lang/Object;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
500method name equals descriptor (Ljava/lang/Object;)Z flags 1
501method name hashCode descriptor ()I flags 1
502method name clone descriptor ()Ljava/lang/Object; flags 1
503
504class name javax/sql/rowset/serial/SerialStruct
505header extends java/lang/Object implements java/sql/Struct,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
506method name <init> descriptor (Ljava/sql/Struct;Ljava/util/Map;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (Ljava/sql/Struct;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
507method name <init> descriptor (Ljava/sql/SQLData;Ljava/util/Map;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (Ljava/sql/SQLData;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
508method name getSQLTypeName descriptor ()Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
509method name getAttributes descriptor ()[Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
510method name getAttributes descriptor (Ljava/util/Map;)[Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)[Ljava/lang/Object;
511method name equals descriptor (Ljava/lang/Object;)Z flags 1
512method name hashCode descriptor ()I flags 1
513method name clone descriptor ()Ljava/lang/Object; flags 1
514
515class name javax/sql/rowset/spi/SyncFactory
516header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
517field name ROWSET_SYNC_PROVIDER descriptor Ljava/lang/String; constantValue rowset.provider.classname flags 19
518field name ROWSET_SYNC_VENDOR descriptor Ljava/lang/String; constantValue rowset.provider.vendor flags 19
519field name ROWSET_SYNC_PROVIDER_VERSION descriptor Ljava/lang/String; constantValue rowset.provider.version flags 19
520method name registerProvider descriptor (Ljava/lang/String;)V thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 29
521method name getSyncFactory descriptor ()Ljavax/sql/rowset/spi/SyncFactory; flags 9
522method name unregisterProvider descriptor (Ljava/lang/String;)V thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 29
523method name getInstance descriptor (Ljava/lang/String;)Ljavax/sql/rowset/spi/SyncProvider; thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 9
524method name getRegisteredProviders descriptor ()Ljava/util/Enumeration; thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 9 signature ()Ljava/util/Enumeration<Ljavax/sql/rowset/spi/SyncProvider;>;
525method name setLogger descriptor (Ljava/util/logging/Logger;)V flags 9
526method name setLogger descriptor (Ljava/util/logging/Logger;Ljava/util/logging/Level;)V flags 9
527method name getLogger descriptor ()Ljava/util/logging/Logger; thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 9
528method name setJNDIContext descriptor (Ljavax/naming/Context;)V thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 29
529
530class name javax/sql/rowset/spi/SyncFactoryException
531header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
532method name <init> descriptor ()V flags 1
533method name <init> descriptor (Ljava/lang/String;)V flags 1
534
535class name javax/sql/rowset/spi/SyncProvider
536header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
537field name GRADE_NONE descriptor I constantValue 1 flags 19
538field name GRADE_CHECK_MODIFIED_AT_COMMIT descriptor I constantValue 2 flags 19
539field name GRADE_CHECK_ALL_AT_COMMIT descriptor I constantValue 3 flags 19
540field name GRADE_LOCK_WHEN_MODIFIED descriptor I constantValue 4 flags 19
541field name GRADE_LOCK_WHEN_LOADED descriptor I constantValue 5 flags 19
542field name DATASOURCE_NO_LOCK descriptor I constantValue 1 flags 19
543field name DATASOURCE_ROW_LOCK descriptor I constantValue 2 flags 19
544field name DATASOURCE_TABLE_LOCK descriptor I constantValue 3 flags 19
545field name DATASOURCE_DB_LOCK descriptor I constantValue 4 flags 19
546field name UPDATABLE_VIEW_SYNC descriptor I constantValue 5 flags 19
547field name NONUPDATABLE_VIEW_SYNC descriptor I constantValue 6 flags 19
548method name <init> descriptor ()V flags 1
549method name getProviderID descriptor ()Ljava/lang/String; flags 401
550method name getRowSetReader descriptor ()Ljavax/sql/RowSetReader; flags 401
551method name getRowSetWriter descriptor ()Ljavax/sql/RowSetWriter; flags 401
552method name getProviderGrade descriptor ()I flags 401
553method name setDataSourceLock descriptor (I)V thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
554method name getDataSourceLock descriptor ()I thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
555method name supportsUpdatableView descriptor ()I flags 401
556method name getVersion descriptor ()Ljava/lang/String; flags 401
557method name getVendor descriptor ()Ljava/lang/String; flags 401
558
559class name javax/sql/rowset/spi/SyncProviderException
560header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
561method name <init> descriptor ()V flags 1
562method name <init> descriptor (Ljava/lang/String;)V flags 1
563method name <init> descriptor (Ljavax/sql/rowset/spi/SyncResolver;)V flags 1
564method name getSyncResolver descriptor ()Ljavax/sql/rowset/spi/SyncResolver; flags 1
565method name setSyncResolver descriptor (Ljavax/sql/rowset/spi/SyncResolver;)V flags 1
566
567class name javax/sql/rowset/spi/SyncResolver
568header extends java/lang/Object implements javax/sql/RowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
569field name UPDATE_ROW_CONFLICT descriptor I constantValue 0 flags 19
570field name DELETE_ROW_CONFLICT descriptor I constantValue 1 flags 19
571field name INSERT_ROW_CONFLICT descriptor I constantValue 2 flags 19
572field name NO_ROW_CONFLICT descriptor I constantValue 3 flags 19
573method name getStatus descriptor ()I flags 401
574method name getConflictValue descriptor (I)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
575method name getConflictValue descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
576method name setResolvedValue descriptor (ILjava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
577method name setResolvedValue descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
578method name nextConflict descriptor ()Z thrownTypes java/sql/SQLException flags 401
579method name previousConflict descriptor ()Z thrownTypes java/sql/SQLException flags 401
580
581class name javax/sql/rowset/spi/TransactionalWriter
582header extends java/lang/Object implements javax/sql/RowSetWriter flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
583method name commit descriptor ()V thrownTypes java/sql/SQLException flags 401
584method name rollback descriptor ()V thrownTypes java/sql/SQLException flags 401
585method name rollback descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
586
587class name javax/sql/rowset/spi/XmlReader
588header extends java/lang/Object implements javax/sql/RowSetReader flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
589method name readXML descriptor (Ljavax/sql/rowset/WebRowSet;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
590
591class name javax/sql/rowset/spi/XmlWriter
592header extends java/lang/Object implements javax/sql/RowSetWriter flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
593method name writeXML descriptor (Ljavax/sql/rowset/WebRowSet;Ljava/io/Writer;)V thrownTypes java/sql/SQLException flags 401
594
595