blob: f34fb9aac7f6670844fb0707ecb4ce394f916735 [file] [log] [blame]
#
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
# ##########################################################
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
# ##########################################################
#
class name javax/sql/rowset/BaseRowSet
header extends java/lang/Object implements java/io/Serializable,java/lang/Cloneable flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
field name UNICODE_STREAM_PARAM descriptor I constantValue 0 flags 19
field name BINARY_STREAM_PARAM descriptor I constantValue 1 flags 19
field name ASCII_STREAM_PARAM descriptor I constantValue 2 flags 19
field name binaryStream descriptor Ljava/io/InputStream; flags 4
field name unicodeStream descriptor Ljava/io/InputStream; flags 4
field name asciiStream descriptor Ljava/io/InputStream; flags 4
field name charStream descriptor Ljava/io/Reader; flags 4
method name <init> descriptor ()V flags 1
method name initParams descriptor ()V flags 4
method name addRowSetListener descriptor (Ljavax/sql/RowSetListener;)V flags 1
method name removeRowSetListener descriptor (Ljavax/sql/RowSetListener;)V flags 1
method name notifyCursorMoved descriptor ()V thrownTypes java/sql/SQLException flags 4
method name notifyRowChanged descriptor ()V thrownTypes java/sql/SQLException flags 4
method name notifyRowSetChanged descriptor ()V thrownTypes java/sql/SQLException flags 4
method name getCommand descriptor ()Ljava/lang/String; flags 1
method name setCommand descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name getUrl descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name setUrl descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name getDataSourceName descriptor ()Ljava/lang/String; flags 1
method name setDataSourceName descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name getUsername descriptor ()Ljava/lang/String; flags 1
method name setUsername descriptor (Ljava/lang/String;)V flags 1
method name getPassword descriptor ()Ljava/lang/String; flags 1
method name setPassword descriptor (Ljava/lang/String;)V flags 1
method name setType descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name getType descriptor ()I thrownTypes java/sql/SQLException flags 1
method name setConcurrency descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name isReadOnly descriptor ()Z flags 1
method name setReadOnly descriptor (Z)V flags 1
method name getTransactionIsolation descriptor ()I flags 1
method name setTransactionIsolation descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name getTypeMap descriptor ()Ljava/util/Map; flags 1 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;
method name setTypeMap descriptor (Ljava/util/Map;)V flags 1 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
method name getMaxFieldSize descriptor ()I thrownTypes java/sql/SQLException flags 1
method name setMaxFieldSize descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name getMaxRows descriptor ()I thrownTypes java/sql/SQLException flags 1
method name setMaxRows descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name setEscapeProcessing descriptor (Z)V thrownTypes java/sql/SQLException flags 1
method name getQueryTimeout descriptor ()I thrownTypes java/sql/SQLException flags 1
method name setQueryTimeout descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name getShowDeleted descriptor ()Z thrownTypes java/sql/SQLException flags 1
method name setShowDeleted descriptor (Z)V thrownTypes java/sql/SQLException flags 1
method name getEscapeProcessing descriptor ()Z thrownTypes java/sql/SQLException flags 1
method name setFetchDirection descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name getFetchDirection descriptor ()I thrownTypes java/sql/SQLException flags 1
method name setFetchSize descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name getFetchSize descriptor ()I thrownTypes java/sql/SQLException flags 1
method name getConcurrency descriptor ()I thrownTypes java/sql/SQLException flags 1
method name setNull descriptor (II)V thrownTypes java/sql/SQLException flags 1
method name setNull descriptor (IILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setBoolean descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
method name setByte descriptor (IB)V thrownTypes java/sql/SQLException flags 1
method name setShort descriptor (IS)V thrownTypes java/sql/SQLException flags 1
method name setInt descriptor (II)V thrownTypes java/sql/SQLException flags 1
method name setLong descriptor (IJ)V thrownTypes java/sql/SQLException flags 1
method name setFloat descriptor (IF)V thrownTypes java/sql/SQLException flags 1
method name setDouble descriptor (ID)V thrownTypes java/sql/SQLException flags 1
method name setBigDecimal descriptor (ILjava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 1
method name setString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setBytes descriptor (I[B)V thrownTypes java/sql/SQLException flags 1
method name setDate descriptor (ILjava/sql/Date;)V thrownTypes java/sql/SQLException flags 1
method name setTime descriptor (ILjava/sql/Time;)V thrownTypes java/sql/SQLException flags 1
method name setTimestamp descriptor (ILjava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 1
method name setAsciiStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
method name setAsciiStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name setBinaryStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
method name setBinaryStream descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name setUnicodeStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
method name setCharacterStream descriptor (ILjava/io/Reader;I)V thrownTypes java/sql/SQLException flags 1
method name setCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setObject descriptor (ILjava/lang/Object;II)V thrownTypes java/sql/SQLException flags 1
method name setObject descriptor (ILjava/lang/Object;I)V thrownTypes java/sql/SQLException flags 1
method name setObject descriptor (ILjava/lang/Object;)V thrownTypes java/sql/SQLException flags 1
method name setRef descriptor (ILjava/sql/Ref;)V thrownTypes java/sql/SQLException flags 1
method name setBlob descriptor (ILjava/sql/Blob;)V thrownTypes java/sql/SQLException flags 1
method name setClob descriptor (ILjava/sql/Clob;)V thrownTypes java/sql/SQLException flags 1
method name setArray descriptor (ILjava/sql/Array;)V thrownTypes java/sql/SQLException flags 1
method name setDate descriptor (ILjava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
method name setTime descriptor (ILjava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
method name setTimestamp descriptor (ILjava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
method name clearParameters descriptor ()V thrownTypes java/sql/SQLException flags 1
method name getParams descriptor ()[Ljava/lang/Object; thrownTypes java/sql/SQLException flags 1
method name setNull descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 1
method name setNull descriptor (Ljava/lang/String;ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setBoolean descriptor (Ljava/lang/String;Z)V thrownTypes java/sql/SQLException flags 1
method name setByte descriptor (Ljava/lang/String;B)V thrownTypes java/sql/SQLException flags 1
method name setShort descriptor (Ljava/lang/String;S)V thrownTypes java/sql/SQLException flags 1
method name setInt descriptor (Ljava/lang/String;I)V thrownTypes java/sql/SQLException flags 1
method name setLong descriptor (Ljava/lang/String;J)V thrownTypes java/sql/SQLException flags 1
method name setFloat descriptor (Ljava/lang/String;F)V thrownTypes java/sql/SQLException flags 1
method name setDouble descriptor (Ljava/lang/String;D)V thrownTypes java/sql/SQLException flags 1
method name setBigDecimal descriptor (Ljava/lang/String;Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 1
method name setString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setBytes descriptor (Ljava/lang/String;[B)V thrownTypes java/sql/SQLException flags 1
method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 1
method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 1
method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;I)V thrownTypes java/sql/SQLException flags 1
method name setAsciiStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name setBinaryStream descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name setCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setNCharacterStream descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;II)V thrownTypes java/sql/SQLException flags 1
method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;I)V thrownTypes java/sql/SQLException flags 1
method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 1
method name setBlob descriptor (ILjava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 1
method name setBlob descriptor (ILjava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;J)V thrownTypes java/sql/SQLException flags 1
method name setBlob descriptor (Ljava/lang/String;Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 1
method name setBlob descriptor (Ljava/lang/String;Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name setClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
method name setClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
method name setClob descriptor (Ljava/lang/String;Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 1
method name setClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 1
method name setDate descriptor (Ljava/lang/String;Ljava/sql/Date;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 1
method name setTime descriptor (Ljava/lang/String;Ljava/sql/Time;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
method name setTimestamp descriptor (Ljava/lang/String;Ljava/sql/Timestamp;Ljava/util/Calendar;)V thrownTypes java/sql/SQLException flags 1
method name setSQLXML descriptor (ILjava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 1
method name setSQLXML descriptor (Ljava/lang/String;Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 1
method name setRowId descriptor (ILjava/sql/RowId;)V thrownTypes java/sql/SQLException flags 1
method name setRowId descriptor (Ljava/lang/String;Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 1
method name setNString descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setNString descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setNCharacterStream descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
method name setNCharacterStream descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setNClob descriptor (Ljava/lang/String;Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 1
method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
method name setNClob descriptor (Ljava/lang/String;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setNClob descriptor (ILjava/io/Reader;J)V thrownTypes java/sql/SQLException flags 1
method name setNClob descriptor (ILjava/sql/NClob;)V thrownTypes java/sql/SQLException flags 1
method name setNClob descriptor (ILjava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name setURL descriptor (ILjava/net/URL;)V thrownTypes java/sql/SQLException flags 1
class name javax/sql/rowset/CachedRowSet
header extends java/lang/Object implements javax/sql/RowSet,javax/sql/rowset/Joinable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
field name COMMIT_ON_ACCEPT_CHANGES descriptor Z constantValue true flags 19 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
method name populate descriptor (Ljava/sql/ResultSet;)V thrownTypes java/sql/SQLException flags 401
method name execute descriptor (Ljava/sql/Connection;)V thrownTypes java/sql/SQLException flags 401
method name acceptChanges descriptor ()V thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
method name acceptChanges descriptor (Ljava/sql/Connection;)V thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
method name restoreOriginal descriptor ()V thrownTypes java/sql/SQLException flags 401
method name release descriptor ()V thrownTypes java/sql/SQLException flags 401
method name undoDelete descriptor ()V thrownTypes java/sql/SQLException flags 401
method name undoInsert descriptor ()V thrownTypes java/sql/SQLException flags 401
method name undoUpdate descriptor ()V thrownTypes java/sql/SQLException flags 401
method name columnUpdated descriptor (I)Z thrownTypes java/sql/SQLException flags 401
method name columnUpdated descriptor (Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
method name toCollection descriptor ()Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature ()Ljava/util/Collection<*>;
method name toCollection descriptor (I)Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature (I)Ljava/util/Collection<*>;
method name toCollection descriptor (Ljava/lang/String;)Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature (Ljava/lang/String;)Ljava/util/Collection<*>;
method name getSyncProvider descriptor ()Ljavax/sql/rowset/spi/SyncProvider; thrownTypes java/sql/SQLException flags 401
method name setSyncProvider descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
method name size descriptor ()I flags 401
method name setMetaData descriptor (Ljavax/sql/RowSetMetaData;)V thrownTypes java/sql/SQLException flags 401
method name getOriginal descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
method name getOriginalRow descriptor ()Ljava/sql/ResultSet; thrownTypes java/sql/SQLException flags 401
method name setOriginalRow descriptor ()V thrownTypes java/sql/SQLException flags 401
method name getTableName descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
method name setTableName descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
method name getKeyColumns descriptor ()[I thrownTypes java/sql/SQLException flags 401
method name setKeyColumns descriptor ([I)V thrownTypes java/sql/SQLException flags 401
method name createShared descriptor ()Ljavax/sql/RowSet; thrownTypes java/sql/SQLException flags 401
method name createCopy descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
method name createCopySchema descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
method name createCopyNoConstraints descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
method name getRowSetWarnings descriptor ()Ljavax/sql/rowset/RowSetWarning; thrownTypes java/sql/SQLException flags 401
method name getShowDeleted descriptor ()Z thrownTypes java/sql/SQLException flags 401
method name setShowDeleted descriptor (Z)V thrownTypes java/sql/SQLException flags 401
method name commit descriptor ()V thrownTypes java/sql/SQLException flags 401
method name rollback descriptor ()V thrownTypes java/sql/SQLException flags 401
method name rollback descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
method name rowSetPopulated descriptor (Ljavax/sql/RowSetEvent;I)V thrownTypes java/sql/SQLException flags 401
method name populate descriptor (Ljava/sql/ResultSet;I)V thrownTypes java/sql/SQLException flags 401
method name setPageSize descriptor (I)V thrownTypes java/sql/SQLException flags 401
method name getPageSize descriptor ()I flags 401
method name nextPage descriptor ()Z thrownTypes java/sql/SQLException flags 401
method name previousPage descriptor ()Z thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/FilteredRowSet
header extends java/lang/Object implements javax/sql/rowset/WebRowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name setFilter descriptor (Ljavax/sql/rowset/Predicate;)V thrownTypes java/sql/SQLException flags 401
method name getFilter descriptor ()Ljavax/sql/rowset/Predicate; flags 401
class name javax/sql/rowset/JdbcRowSet
header extends java/lang/Object implements javax/sql/RowSet,javax/sql/rowset/Joinable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name getShowDeleted descriptor ()Z thrownTypes java/sql/SQLException flags 401
method name setShowDeleted descriptor (Z)V thrownTypes java/sql/SQLException flags 401
method name getRowSetWarnings descriptor ()Ljavax/sql/rowset/RowSetWarning; thrownTypes java/sql/SQLException flags 401
method name commit descriptor ()V thrownTypes java/sql/SQLException flags 401
method name getAutoCommit descriptor ()Z thrownTypes java/sql/SQLException flags 401
method name setAutoCommit descriptor (Z)V thrownTypes java/sql/SQLException flags 401
method name rollback descriptor ()V thrownTypes java/sql/SQLException flags 401
method name rollback descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/JoinRowSet
header extends java/lang/Object implements javax/sql/rowset/WebRowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
field name CROSS_JOIN descriptor I constantValue 0 flags 19
field name INNER_JOIN descriptor I constantValue 1 flags 19
field name LEFT_OUTER_JOIN descriptor I constantValue 2 flags 19
field name RIGHT_OUTER_JOIN descriptor I constantValue 3 flags 19
field name FULL_JOIN descriptor I constantValue 4 flags 19
method name addRowSet descriptor (Ljavax/sql/rowset/Joinable;)V thrownTypes java/sql/SQLException flags 401
method name addRowSet descriptor (Ljavax/sql/RowSet;I)V thrownTypes java/sql/SQLException flags 401
method name addRowSet descriptor (Ljavax/sql/RowSet;Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
method name addRowSet descriptor ([Ljavax/sql/RowSet;[I)V thrownTypes java/sql/SQLException flags 401
method name addRowSet descriptor ([Ljavax/sql/RowSet;[Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
method name getRowSets descriptor ()Ljava/util/Collection; thrownTypes java/sql/SQLException flags 401 signature ()Ljava/util/Collection<*>;
method name getRowSetNames descriptor ()[Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
method name toCachedRowSet descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
method name supportsCrossJoin descriptor ()Z flags 401
method name supportsInnerJoin descriptor ()Z flags 401
method name supportsLeftOuterJoin descriptor ()Z flags 401
method name supportsRightOuterJoin descriptor ()Z flags 401
method name supportsFullJoin descriptor ()Z flags 401
method name setJoinType descriptor (I)V thrownTypes java/sql/SQLException flags 401
method name getWhereClause descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
method name getJoinType descriptor ()I thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/Joinable
header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name setMatchColumn descriptor (I)V thrownTypes java/sql/SQLException flags 401
method name setMatchColumn descriptor ([I)V thrownTypes java/sql/SQLException flags 401
method name setMatchColumn descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
method name setMatchColumn descriptor ([Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
method name getMatchColumnIndexes descriptor ()[I thrownTypes java/sql/SQLException flags 401
method name getMatchColumnNames descriptor ()[Ljava/lang/String; thrownTypes java/sql/SQLException flags 401
method name unsetMatchColumn descriptor (I)V thrownTypes java/sql/SQLException flags 401
method name unsetMatchColumn descriptor ([I)V thrownTypes java/sql/SQLException flags 401
method name unsetMatchColumn descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
method name unsetMatchColumn descriptor ([Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/Predicate
header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name evaluate descriptor (Ljavax/sql/RowSet;)Z flags 401
method name evaluate descriptor (Ljava/lang/Object;I)Z thrownTypes java/sql/SQLException flags 401
method name evaluate descriptor (Ljava/lang/Object;Ljava/lang/String;)Z thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/RowSetFactory
header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name createCachedRowSet descriptor ()Ljavax/sql/rowset/CachedRowSet; thrownTypes java/sql/SQLException flags 401
method name createFilteredRowSet descriptor ()Ljavax/sql/rowset/FilteredRowSet; thrownTypes java/sql/SQLException flags 401
method name createJdbcRowSet descriptor ()Ljavax/sql/rowset/JdbcRowSet; thrownTypes java/sql/SQLException flags 401
method name createJoinRowSet descriptor ()Ljavax/sql/rowset/JoinRowSet; thrownTypes java/sql/SQLException flags 401
method name createWebRowSet descriptor ()Ljavax/sql/rowset/WebRowSet; thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/RowSetMetaDataImpl
header extends java/lang/Object implements javax/sql/RowSetMetaData,java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor ()V flags 1
method name setColumnCount descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name setAutoIncrement descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
method name setCaseSensitive descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
method name setSearchable descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
method name setCurrency descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
method name setNullable descriptor (II)V thrownTypes java/sql/SQLException flags 1
method name setSigned descriptor (IZ)V thrownTypes java/sql/SQLException flags 1
method name setColumnDisplaySize descriptor (II)V thrownTypes java/sql/SQLException flags 1
method name setColumnLabel descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setColumnName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setSchemaName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setPrecision descriptor (II)V thrownTypes java/sql/SQLException flags 1
method name setScale descriptor (II)V thrownTypes java/sql/SQLException flags 1
method name setTableName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setCatalogName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name setColumnType descriptor (II)V thrownTypes java/sql/SQLException flags 1
method name setColumnTypeName descriptor (ILjava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name getColumnCount descriptor ()I thrownTypes java/sql/SQLException flags 1
method name isAutoIncrement descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name isCaseSensitive descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name isSearchable descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name isCurrency descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name isNullable descriptor (I)I thrownTypes java/sql/SQLException flags 1
method name isSigned descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name getColumnDisplaySize descriptor (I)I thrownTypes java/sql/SQLException flags 1
method name getColumnLabel descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name getColumnName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name getSchemaName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name getPrecision descriptor (I)I thrownTypes java/sql/SQLException flags 1
method name getScale descriptor (I)I thrownTypes java/sql/SQLException flags 1
method name getTableName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name getCatalogName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name getColumnType descriptor (I)I thrownTypes java/sql/SQLException flags 1
method name getColumnTypeName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name isReadOnly descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name isWritable descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name isDefinitelyWritable descriptor (I)Z thrownTypes java/sql/SQLException flags 1
method name getColumnClassName descriptor (I)Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method 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;
method name isWrapperFor descriptor (Ljava/lang/Class;)Z thrownTypes java/sql/SQLException flags 1 signature (Ljava/lang/Class<*>;)Z
class name javax/sql/rowset/RowSetProvider
header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor ()V flags 4
method name newFactory descriptor ()Ljavax/sql/rowset/RowSetFactory; thrownTypes java/sql/SQLException flags 9
method name newFactory descriptor (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/sql/rowset/RowSetFactory; thrownTypes java/sql/SQLException flags 9
class name javax/sql/rowset/RowSetWarning
header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor (Ljava/lang/String;)V flags 1
method name <init> descriptor ()V flags 1
method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I)V flags 1
method name getNextWarning descriptor ()Ljavax/sql/rowset/RowSetWarning; flags 1
method name setNextWarning descriptor (Ljavax/sql/rowset/RowSetWarning;)V flags 1
class name javax/sql/rowset/WebRowSet
header extends java/lang/Object implements javax/sql/rowset/CachedRowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
field name PUBLIC_XML_SCHEMA descriptor Ljava/lang/String; constantValue --//Oracle\u0020;Corporation//XSD\u0020;Schema//EN flags 19
field name SCHEMA_SYSTEM_ID descriptor Ljava/lang/String; constantValue http://java.sun.com/xml/ns/jdbc/webrowset.xsd flags 19
method name readXml descriptor (Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
method name readXml descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException,java/io/IOException flags 401
method name writeXml descriptor (Ljava/sql/ResultSet;Ljava/io/Writer;)V thrownTypes java/sql/SQLException flags 401
method name writeXml descriptor (Ljava/sql/ResultSet;Ljava/io/OutputStream;)V thrownTypes java/sql/SQLException,java/io/IOException flags 401
method name writeXml descriptor (Ljava/io/Writer;)V thrownTypes java/sql/SQLException flags 401
method name writeXml descriptor (Ljava/io/OutputStream;)V thrownTypes java/sql/SQLException,java/io/IOException flags 401
class name javax/sql/rowset/serial/SQLInputImpl
header extends java/lang/Object implements java/sql/SQLInput flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method 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
method name readString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name readBoolean descriptor ()Z thrownTypes java/sql/SQLException flags 1
method name readByte descriptor ()B thrownTypes java/sql/SQLException flags 1
method name readShort descriptor ()S thrownTypes java/sql/SQLException flags 1
method name readInt descriptor ()I thrownTypes java/sql/SQLException flags 1
method name readLong descriptor ()J thrownTypes java/sql/SQLException flags 1
method name readFloat descriptor ()F thrownTypes java/sql/SQLException flags 1
method name readDouble descriptor ()D thrownTypes java/sql/SQLException flags 1
method name readBigDecimal descriptor ()Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 1
method name readBytes descriptor ()[B thrownTypes java/sql/SQLException flags 1
method name readDate descriptor ()Ljava/sql/Date; thrownTypes java/sql/SQLException flags 1
method name readTime descriptor ()Ljava/sql/Time; thrownTypes java/sql/SQLException flags 1
method name readTimestamp descriptor ()Ljava/sql/Timestamp; thrownTypes java/sql/SQLException flags 1
method name readCharacterStream descriptor ()Ljava/io/Reader; thrownTypes java/sql/SQLException flags 1
method name readAsciiStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 1
method name readBinaryStream descriptor ()Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 1
method name readObject descriptor ()Ljava/lang/Object; thrownTypes java/sql/SQLException flags 1
method name readRef descriptor ()Ljava/sql/Ref; thrownTypes java/sql/SQLException flags 1
method name readBlob descriptor ()Ljava/sql/Blob; thrownTypes java/sql/SQLException flags 1
method name readClob descriptor ()Ljava/sql/Clob; thrownTypes java/sql/SQLException flags 1
method name readArray descriptor ()Ljava/sql/Array; thrownTypes java/sql/SQLException flags 1
method name wasNull descriptor ()Z thrownTypes java/sql/SQLException flags 1
method name readURL descriptor ()Ljava/net/URL; thrownTypes java/sql/SQLException flags 1
method name readNClob descriptor ()Ljava/sql/NClob; thrownTypes java/sql/SQLException flags 1
method name readNString descriptor ()Ljava/lang/String; thrownTypes java/sql/SQLException flags 1
method name readSQLXML descriptor ()Ljava/sql/SQLXML; thrownTypes java/sql/SQLException flags 1
method name readRowId descriptor ()Ljava/sql/RowId; thrownTypes java/sql/SQLException flags 1
class name javax/sql/rowset/serial/SQLOutputImpl
header extends java/lang/Object implements java/sql/SQLOutput flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method 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
method name writeString descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name writeBoolean descriptor (Z)V thrownTypes java/sql/SQLException flags 1
method name writeByte descriptor (B)V thrownTypes java/sql/SQLException flags 1
method name writeShort descriptor (S)V thrownTypes java/sql/SQLException flags 1
method name writeInt descriptor (I)V thrownTypes java/sql/SQLException flags 1
method name writeLong descriptor (J)V thrownTypes java/sql/SQLException flags 1
method name writeFloat descriptor (F)V thrownTypes java/sql/SQLException flags 1
method name writeDouble descriptor (D)V thrownTypes java/sql/SQLException flags 1
method name writeBigDecimal descriptor (Ljava/math/BigDecimal;)V thrownTypes java/sql/SQLException flags 1
method name writeBytes descriptor ([B)V thrownTypes java/sql/SQLException flags 1
method name writeDate descriptor (Ljava/sql/Date;)V thrownTypes java/sql/SQLException flags 1
method name writeTime descriptor (Ljava/sql/Time;)V thrownTypes java/sql/SQLException flags 1
method name writeTimestamp descriptor (Ljava/sql/Timestamp;)V thrownTypes java/sql/SQLException flags 1
method name writeCharacterStream descriptor (Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 1
method name writeAsciiStream descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name writeBinaryStream descriptor (Ljava/io/InputStream;)V thrownTypes java/sql/SQLException flags 1
method name writeObject descriptor (Ljava/sql/SQLData;)V thrownTypes java/sql/SQLException flags 1
method name writeRef descriptor (Ljava/sql/Ref;)V thrownTypes java/sql/SQLException flags 1
method name writeBlob descriptor (Ljava/sql/Blob;)V thrownTypes java/sql/SQLException flags 1
method name writeClob descriptor (Ljava/sql/Clob;)V thrownTypes java/sql/SQLException flags 1
method name writeStruct descriptor (Ljava/sql/Struct;)V thrownTypes java/sql/SQLException flags 1
method name writeArray descriptor (Ljava/sql/Array;)V thrownTypes java/sql/SQLException flags 1
method name writeURL descriptor (Ljava/net/URL;)V thrownTypes java/sql/SQLException flags 1
method name writeNString descriptor (Ljava/lang/String;)V thrownTypes java/sql/SQLException flags 1
method name writeNClob descriptor (Ljava/sql/NClob;)V thrownTypes java/sql/SQLException flags 1
method name writeRowId descriptor (Ljava/sql/RowId;)V thrownTypes java/sql/SQLException flags 1
method name writeSQLXML descriptor (Ljava/sql/SQLXML;)V thrownTypes java/sql/SQLException flags 1
class name javax/sql/rowset/serial/SerialArray
header extends java/lang/Object implements java/sql/Array,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method 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
method name free descriptor ()V thrownTypes java/sql/SQLException flags 1
method name <init> descriptor (Ljava/sql/Array;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name getArray descriptor ()Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method 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;
method name getArray descriptor (JI)Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method 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;
method name getBaseType descriptor ()I thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getBaseTypeName descriptor ()Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getResultSet descriptor (JI)Ljava/sql/ResultSet; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method 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;
method name getResultSet descriptor ()Ljava/sql/ResultSet; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method 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;
method name equals descriptor (Ljava/lang/Object;)Z flags 1
method name hashCode descriptor ()I flags 1
method name clone descriptor ()Ljava/lang/Object; flags 1
class name javax/sql/rowset/serial/SerialBlob
header extends java/lang/Object implements java/sql/Blob,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor ([B)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name <init> descriptor (Ljava/sql/Blob;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name getBytes descriptor (JI)[B thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name length descriptor ()J thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getBinaryStream descriptor ()Ljava/io/InputStream; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name position descriptor ([BJ)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name position descriptor (Ljava/sql/Blob;J)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name setBytes descriptor (J[B)I thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name setBytes descriptor (J[BII)I thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name setBinaryStream descriptor (J)Ljava/io/OutputStream; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name truncate descriptor (J)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getBinaryStream descriptor (JJ)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 1
method name free descriptor ()V thrownTypes java/sql/SQLException flags 1
method name equals descriptor (Ljava/lang/Object;)Z flags 1
method name hashCode descriptor ()I flags 1
method name clone descriptor ()Ljava/lang/Object; flags 1
class name javax/sql/rowset/serial/SerialClob
header extends java/lang/Object implements java/sql/Clob,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor ([C)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name <init> descriptor (Ljava/sql/Clob;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name length descriptor ()J thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getCharacterStream descriptor ()Ljava/io/Reader; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getAsciiStream descriptor ()Ljava/io/InputStream; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name getSubString descriptor (JI)Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name position descriptor (Ljava/lang/String;J)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name position descriptor (Ljava/sql/Clob;J)J thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name setString descriptor (JLjava/lang/String;)I thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name setString descriptor (JLjava/lang/String;II)I thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name setAsciiStream descriptor (J)Ljava/io/OutputStream; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name setCharacterStream descriptor (J)Ljava/io/Writer; thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name truncate descriptor (J)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getCharacterStream descriptor (JJ)Ljava/io/Reader; thrownTypes java/sql/SQLException flags 1
method name free descriptor ()V thrownTypes java/sql/SQLException flags 1
method name equals descriptor (Ljava/lang/Object;)Z flags 1
method name hashCode descriptor ()I flags 1
method name clone descriptor ()Ljava/lang/Object; flags 1
class name javax/sql/rowset/serial/SerialDatalink
header extends java/lang/Object implements java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor (Ljava/net/URL;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getDatalink descriptor ()Ljava/net/URL; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name equals descriptor (Ljava/lang/Object;)Z flags 1
method name hashCode descriptor ()I flags 1
method name clone descriptor ()Ljava/lang/Object; flags 1
class name javax/sql/rowset/serial/SerialException
header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor ()V flags 1
method name <init> descriptor (Ljava/lang/String;)V flags 1
class name javax/sql/rowset/serial/SerialJavaObject
header extends java/lang/Object implements java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor (Ljava/lang/Object;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getObject descriptor ()Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getFields descriptor ()[Ljava/lang/reflect/Field; thrownTypes javax/sql/rowset/serial/SerialException flags 1 runtimeAnnotations @Lsun/reflect/CallerSensitive;
method name equals descriptor (Ljava/lang/Object;)Z flags 1
method name hashCode descriptor ()I flags 1
method name clone descriptor ()Ljava/lang/Object; flags 1
class name javax/sql/rowset/serial/SerialRef
header extends java/lang/Object implements java/sql/Ref,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor (Ljava/sql/Ref;)V thrownTypes javax/sql/rowset/serial/SerialException,java/sql/SQLException flags 1
method name getBaseTypeName descriptor ()Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method 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;
method name getObject descriptor ()Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name setObject descriptor (Ljava/lang/Object;)V thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name equals descriptor (Ljava/lang/Object;)Z flags 1
method name hashCode descriptor ()I flags 1
method name clone descriptor ()Ljava/lang/Object; flags 1
class name javax/sql/rowset/serial/SerialStruct
header extends java/lang/Object implements java/sql/Struct,java/io/Serializable,java/lang/Cloneable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method 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
method 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
method name getSQLTypeName descriptor ()Ljava/lang/String; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method name getAttributes descriptor ()[Ljava/lang/Object; thrownTypes javax/sql/rowset/serial/SerialException flags 1
method 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;
method name equals descriptor (Ljava/lang/Object;)Z flags 1
method name hashCode descriptor ()I flags 1
method name clone descriptor ()Ljava/lang/Object; flags 1
class name javax/sql/rowset/spi/SyncFactory
header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
field name ROWSET_SYNC_PROVIDER descriptor Ljava/lang/String; constantValue rowset.provider.classname flags 19
field name ROWSET_SYNC_VENDOR descriptor Ljava/lang/String; constantValue rowset.provider.vendor flags 19
field name ROWSET_SYNC_PROVIDER_VERSION descriptor Ljava/lang/String; constantValue rowset.provider.version flags 19
method name registerProvider descriptor (Ljava/lang/String;)V thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 29
method name getSyncFactory descriptor ()Ljavax/sql/rowset/spi/SyncFactory; flags 9
method name unregisterProvider descriptor (Ljava/lang/String;)V thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 29
method name getInstance descriptor (Ljava/lang/String;)Ljavax/sql/rowset/spi/SyncProvider; thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 9
method name getRegisteredProviders descriptor ()Ljava/util/Enumeration; thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 9 signature ()Ljava/util/Enumeration<Ljavax/sql/rowset/spi/SyncProvider;>;
method name setLogger descriptor (Ljava/util/logging/Logger;)V flags 9
method name setLogger descriptor (Ljava/util/logging/Logger;Ljava/util/logging/Level;)V flags 9
method name getLogger descriptor ()Ljava/util/logging/Logger; thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 9
method name setJNDIContext descriptor (Ljavax/naming/Context;)V thrownTypes javax/sql/rowset/spi/SyncFactoryException flags 29
class name javax/sql/rowset/spi/SyncFactoryException
header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor ()V flags 1
method name <init> descriptor (Ljava/lang/String;)V flags 1
class name javax/sql/rowset/spi/SyncProvider
header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
field name GRADE_NONE descriptor I constantValue 1 flags 19
field name GRADE_CHECK_MODIFIED_AT_COMMIT descriptor I constantValue 2 flags 19
field name GRADE_CHECK_ALL_AT_COMMIT descriptor I constantValue 3 flags 19
field name GRADE_LOCK_WHEN_MODIFIED descriptor I constantValue 4 flags 19
field name GRADE_LOCK_WHEN_LOADED descriptor I constantValue 5 flags 19
field name DATASOURCE_NO_LOCK descriptor I constantValue 1 flags 19
field name DATASOURCE_ROW_LOCK descriptor I constantValue 2 flags 19
field name DATASOURCE_TABLE_LOCK descriptor I constantValue 3 flags 19
field name DATASOURCE_DB_LOCK descriptor I constantValue 4 flags 19
field name UPDATABLE_VIEW_SYNC descriptor I constantValue 5 flags 19
field name NONUPDATABLE_VIEW_SYNC descriptor I constantValue 6 flags 19
method name <init> descriptor ()V flags 1
method name getProviderID descriptor ()Ljava/lang/String; flags 401
method name getRowSetReader descriptor ()Ljavax/sql/RowSetReader; flags 401
method name getRowSetWriter descriptor ()Ljavax/sql/RowSetWriter; flags 401
method name getProviderGrade descriptor ()I flags 401
method name setDataSourceLock descriptor (I)V thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
method name getDataSourceLock descriptor ()I thrownTypes javax/sql/rowset/spi/SyncProviderException flags 401
method name supportsUpdatableView descriptor ()I flags 401
method name getVersion descriptor ()Ljava/lang/String; flags 401
method name getVendor descriptor ()Ljava/lang/String; flags 401
class name javax/sql/rowset/spi/SyncProviderException
header extends java/sql/SQLException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name <init> descriptor ()V flags 1
method name <init> descriptor (Ljava/lang/String;)V flags 1
method name <init> descriptor (Ljavax/sql/rowset/spi/SyncResolver;)V flags 1
method name getSyncResolver descriptor ()Ljavax/sql/rowset/spi/SyncResolver; flags 1
method name setSyncResolver descriptor (Ljavax/sql/rowset/spi/SyncResolver;)V flags 1
class name javax/sql/rowset/spi/SyncResolver
header extends java/lang/Object implements javax/sql/RowSet flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
field name UPDATE_ROW_CONFLICT descriptor I constantValue 0 flags 19
field name DELETE_ROW_CONFLICT descriptor I constantValue 1 flags 19
field name INSERT_ROW_CONFLICT descriptor I constantValue 2 flags 19
field name NO_ROW_CONFLICT descriptor I constantValue 3 flags 19
method name getStatus descriptor ()I flags 401
method name getConflictValue descriptor (I)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
method name getConflictValue descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes java/sql/SQLException flags 401
method name setResolvedValue descriptor (ILjava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
method name setResolvedValue descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes java/sql/SQLException flags 401
method name nextConflict descriptor ()Z thrownTypes java/sql/SQLException flags 401
method name previousConflict descriptor ()Z thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/spi/TransactionalWriter
header extends java/lang/Object implements javax/sql/RowSetWriter flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name commit descriptor ()V thrownTypes java/sql/SQLException flags 401
method name rollback descriptor ()V thrownTypes java/sql/SQLException flags 401
method name rollback descriptor (Ljava/sql/Savepoint;)V thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/spi/XmlReader
header extends java/lang/Object implements javax/sql/RowSetReader flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name readXML descriptor (Ljavax/sql/rowset/WebRowSet;Ljava/io/Reader;)V thrownTypes java/sql/SQLException flags 401
class name javax/sql/rowset/spi/XmlWriter
header extends java/lang/Object implements javax/sql/RowSetWriter flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
method name writeXML descriptor (Ljavax/sql/rowset/WebRowSet;Ljava/io/Writer;)V thrownTypes java/sql/SQLException flags 401