| public interface java.sql BaseQuery
|
Java SE 6 |
close()
method is called, the Query object is no longer usable. The isClosed()
method is used to determine whether the Query object is still valid or has
been closed.
| since | 1.6 |
| Methods | |||||
|---|---|---|---|---|---|
| public void | clearWarnings() Details
Clears all warnings reported on this Query object.
After this method is called, the method getWarnings
returns null until a new warning is
reported for this Query object.
| ||||
| public void | close() Details
Closes this Query Object and makes it no longer usable. All the resources held by this
object are released
| ||||
| Properties | |||||||
|---|---|---|---|---|---|---|---|
| public boolean | isClosed() Details
This method returns the status of this object, the return value determining whether the
object can be used or not.
| ||||||
| public SQLWarning | getWarnings() Details
Retrieves the first warning reported by invoking methods on this
Query object. Subsequent Query object warnings will be chained to this
SQLWarning object.
The warning chain is automatically cleared each time
a method is (re)executed. This method may not be called on a closed
Query object; doing so will cause an
| ||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|