7a77a63845
Adding historical data and code support for --release 9. Reviewed-by: jjg, mcimadamore
146 lines
8.1 KiB
Plaintext
146 lines
8.1 KiB
Plaintext
#
|
|
# 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 java/sql/BatchUpdateException
|
|
-method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;I[JLjava/lang/Throwable;)V
|
|
-method name getLargeUpdateCounts descriptor ()[J
|
|
|
|
class name java/sql/CallableStatement
|
|
-method name getBigDecimal descriptor (II)Ljava/math/BigDecimal;
|
|
-method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;I)V
|
|
-method name setObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;)V
|
|
-method name registerOutParameter descriptor (ILjava/sql/SQLType;)V
|
|
-method name registerOutParameter descriptor (ILjava/sql/SQLType;I)V
|
|
-method name registerOutParameter descriptor (ILjava/sql/SQLType;Ljava/lang/String;)V
|
|
-method name registerOutParameter descriptor (Ljava/lang/String;Ljava/sql/SQLType;)V
|
|
-method name registerOutParameter descriptor (Ljava/lang/String;Ljava/sql/SQLType;I)V
|
|
-method name registerOutParameter descriptor (Ljava/lang/String;Ljava/sql/SQLType;Ljava/lang/String;)V
|
|
method name getBigDecimal descriptor (II)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true
|
|
|
|
class name java/sql/DatabaseMetaData
|
|
-method name getMaxLogicalLobSize descriptor ()J
|
|
-method name supportsRefCursors descriptor ()Z
|
|
|
|
class name java/sql/Date
|
|
-method name <init> descriptor (III)V
|
|
-method name getHours descriptor ()I
|
|
-method name getMinutes descriptor ()I
|
|
-method name getSeconds descriptor ()I
|
|
-method name setHours descriptor (I)V
|
|
-method name setMinutes descriptor (I)V
|
|
-method name setSeconds descriptor (I)V
|
|
-method name valueOf descriptor (Ljava/time/LocalDate;)Ljava/sql/Date;
|
|
-method name toLocalDate descriptor ()Ljava/time/LocalDate;
|
|
-method name toInstant descriptor ()Ljava/time/Instant;
|
|
method name <init> descriptor (III)V flags 1 deprecated true
|
|
method name getHours descriptor ()I flags 1 deprecated true
|
|
method name getMinutes descriptor ()I flags 1 deprecated true
|
|
method name getSeconds descriptor ()I flags 1 deprecated true
|
|
method name setHours descriptor (I)V flags 1 deprecated true
|
|
method name setMinutes descriptor (I)V flags 1 deprecated true
|
|
method name setSeconds descriptor (I)V flags 1 deprecated true
|
|
|
|
-class name java/sql/DriverAction
|
|
|
|
class name java/sql/DriverManager
|
|
-method name getConnection descriptor (Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;
|
|
-method name getConnection descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;
|
|
-method name getConnection descriptor (Ljava/lang/String;)Ljava/sql/Connection;
|
|
-method name getDriver descriptor (Ljava/lang/String;)Ljava/sql/Driver;
|
|
-method name registerDriver descriptor (Ljava/sql/Driver;Ljava/sql/DriverAction;)V
|
|
-method name deregisterDriver descriptor (Ljava/sql/Driver;)V
|
|
-method name getDrivers descriptor ()Ljava/util/Enumeration;
|
|
-method name setLogStream descriptor (Ljava/io/PrintStream;)V
|
|
-method name getLogStream descriptor ()Ljava/io/PrintStream;
|
|
method name getConnection descriptor (Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9
|
|
method name getConnection descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9
|
|
method name getConnection descriptor (Ljava/lang/String;)Ljava/sql/Connection; thrownTypes java/sql/SQLException flags 9
|
|
method name getDriver descriptor (Ljava/lang/String;)Ljava/sql/Driver; thrownTypes java/sql/SQLException flags 9
|
|
method name deregisterDriver descriptor (Ljava/sql/Driver;)V thrownTypes java/sql/SQLException flags 29
|
|
method name getDrivers descriptor ()Ljava/util/Enumeration; flags 9 signature ()Ljava/util/Enumeration<Ljava/sql/Driver;>;
|
|
method name setLogStream descriptor (Ljava/io/PrintStream;)V flags 9 deprecated true
|
|
method name getLogStream descriptor ()Ljava/io/PrintStream; flags 9 deprecated true
|
|
|
|
-class name java/sql/JDBCType
|
|
|
|
class name java/sql/PreparedStatement
|
|
-method name setUnicodeStream descriptor (ILjava/io/InputStream;I)V
|
|
-method name setObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;I)V
|
|
-method name setObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;)V
|
|
-method name executeLargeUpdate descriptor ()J
|
|
method name setUnicodeStream descriptor (ILjava/io/InputStream;I)V thrownTypes java/sql/SQLException flags 401 deprecated true
|
|
|
|
class name java/sql/ResultSet
|
|
-method name getBigDecimal descriptor (II)Ljava/math/BigDecimal;
|
|
-method name getUnicodeStream descriptor (I)Ljava/io/InputStream;
|
|
-method name getBigDecimal descriptor (Ljava/lang/String;I)Ljava/math/BigDecimal;
|
|
-method name getUnicodeStream descriptor (Ljava/lang/String;)Ljava/io/InputStream;
|
|
-method name updateObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;I)V
|
|
-method name updateObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;I)V
|
|
-method name updateObject descriptor (ILjava/lang/Object;Ljava/sql/SQLType;)V
|
|
-method name updateObject descriptor (Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;)V
|
|
method name getBigDecimal descriptor (II)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true
|
|
method name getUnicodeStream descriptor (I)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401 deprecated true
|
|
method name getBigDecimal descriptor (Ljava/lang/String;I)Ljava/math/BigDecimal; thrownTypes java/sql/SQLException flags 401 deprecated true
|
|
method name getUnicodeStream descriptor (Ljava/lang/String;)Ljava/io/InputStream; thrownTypes java/sql/SQLException flags 401 deprecated true
|
|
|
|
class name java/sql/SQLInput
|
|
-method name readObject descriptor (Ljava/lang/Class;)Ljava/lang/Object;
|
|
|
|
class name java/sql/SQLOutput
|
|
-method name writeObject descriptor (Ljava/lang/Object;Ljava/sql/SQLType;)V
|
|
|
|
-class name java/sql/SQLType
|
|
|
|
class name java/sql/Statement
|
|
-method name getLargeUpdateCount descriptor ()J
|
|
-method name setLargeMaxRows descriptor (J)V
|
|
-method name getLargeMaxRows descriptor ()J
|
|
-method name executeLargeBatch descriptor ()[J
|
|
-method name executeLargeUpdate descriptor (Ljava/lang/String;)J
|
|
-method name executeLargeUpdate descriptor (Ljava/lang/String;I)J
|
|
-method name executeLargeUpdate descriptor (Ljava/lang/String;[I)J
|
|
-method name executeLargeUpdate descriptor (Ljava/lang/String;[Ljava/lang/String;)J
|
|
|
|
class name java/sql/Time
|
|
-method name valueOf descriptor (Ljava/time/LocalTime;)Ljava/sql/Time;
|
|
-method name toLocalTime descriptor ()Ljava/time/LocalTime;
|
|
-method name toInstant descriptor ()Ljava/time/Instant;
|
|
|
|
class name java/sql/Timestamp
|
|
-method name valueOf descriptor (Ljava/time/LocalDateTime;)Ljava/sql/Timestamp;
|
|
-method name toLocalDateTime descriptor ()Ljava/time/LocalDateTime;
|
|
-method name from descriptor (Ljava/time/Instant;)Ljava/sql/Timestamp;
|
|
-method name toInstant descriptor ()Ljava/time/Instant;
|
|
|
|
class name java/sql/Types
|
|
-field name REF_CURSOR descriptor I
|
|
-field name TIME_WITH_TIMEZONE descriptor I
|
|
-field name TIMESTAMP_WITH_TIMEZONE descriptor I
|
|
|