mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8310828: java.sql java.sql.rowset packages have no @since
info
Reviewed-by: naoto, iris, darcy, bpb
This commit is contained in:
parent
ec45bd64d5
commit
fb283dff04
7 changed files with 15 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2023, 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
|
||||
|
@ -69,8 +69,9 @@
|
|||
* classes so that any developer can extend them to provide additional features
|
||||
* while maintaining the core required standard functionality and compatibility. It
|
||||
* is anticipated that many vendors and developers will extend the standard feature
|
||||
* set to their their particular needs. The website for JDBC Technology will
|
||||
* set to their particular needs. The website for JDBC Technology will
|
||||
* provider a portal where implementations can be listed, similar to the way it
|
||||
* provides a site for JDBC drivers.
|
||||
* @since 1.5
|
||||
*/
|
||||
package com.sun.rowset;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2023, 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
|
||||
|
@ -154,5 +154,6 @@
|
|||
* ability to get any updates back to the original data source. Another possibility
|
||||
* is a more formal synchronization mechanism such as SyncML
|
||||
* (<a href="http://www.syncml.org/">http://www.syncml.org/</a>) <br>
|
||||
* @since 1.5
|
||||
*/
|
||||
package com.sun.rowset.providers;
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
* <p>
|
||||
* A compliant JDBC {@code RowSet} implementation <b>must</b> implement one or more
|
||||
* standard interfaces specified in this package and <b>may</b> extend the
|
||||
* {@link BaseRowSet} abstract class. For example, a
|
||||
* {@link javax.sql.rowset.BaseRowSet} abstract class. For example, a
|
||||
* {@code CachedRowSet} implementation must implement the {@code CachedRowSet}
|
||||
* interface and extend the {@code BaseRowSet} abstract class. The
|
||||
* {@code BaseRowSet} class provides the standard architecture on which all
|
||||
|
@ -283,5 +283,6 @@
|
|||
* <li><a href="http://docs.oracle.com/javase/tutorial/jdbc/basics/rowset.html">
|
||||
* JDBC RowSet Tutorial</a>
|
||||
*</ul>
|
||||
* @since 1.5
|
||||
*/
|
||||
package javax.sql.rowset;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2023, 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
|
||||
|
@ -224,5 +224,6 @@
|
|||
* object that is associated with the {@code Connection} object being
|
||||
* used. So, in other words, if no map is specified, the connection's type
|
||||
* map can be used by default.
|
||||
* @since 1.5
|
||||
*/
|
||||
package javax.sql.rowset.serial;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2023, 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
|
||||
|
@ -476,5 +476,6 @@
|
|||
* <li><a href="http://docs.oracle.com/javase/tutorial/jdbc/">DataSource for JDBC
|
||||
* Connections</a>
|
||||
* </ul>
|
||||
* @since 1.5
|
||||
*/
|
||||
package javax.sql.rowset.spi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue