mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-08 05:58:38 +00:00
6987638: javadoc update to RowSetProvider and Statement
Reviewed-by: darcy, alanb
This commit is contained in:
parent
53e6cf8989
commit
d2bd33c264
@ -1051,9 +1051,9 @@ public interface Statement extends Wrapper, AutoCloseable {
|
||||
|
||||
/**
|
||||
* Returns a value indicating whether this {@code Statement} will be
|
||||
* closed when all dependent objects such as resultsets are closed.
|
||||
* closed when all its dependent result sets are closed.
|
||||
* @return {@code true} if the {@code Statement} will be closed when all
|
||||
* of its dependent objects are closed; {@code false} otherwise
|
||||
* of its dependent result sets are closed; {@code false} otherwise
|
||||
* @throws SQLException if this method is called on a closed
|
||||
* {@code Statement}
|
||||
* @since 1.7
|
||||
|
||||
@ -88,8 +88,8 @@ public class RowSetProvider {
|
||||
* </li>
|
||||
* </ul>
|
||||
* <li>
|
||||
* The ServiceLocator API. The ServiceLocator API will look
|
||||
* for a classname in the file
|
||||
* The {@link ServiceLoader} API. The {@code ServiceLoader} API will look
|
||||
* for a class name in the file
|
||||
* {@code META-INF/services/javax.sql.rowset.RowSetFactory}
|
||||
* in jars available to the runtime. For example, to have the the RowSetFactory
|
||||
* implementation {@code com.sun.rowset.RowSetFactoryImpl } loaded, the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user