|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLWarning | |
java.sql | Provides the API for accessing and processing data in a data source using the JavaTM programming language. |
Uses of SQLWarning in java.sql |
Subclasses of SQLWarning in java.sql | |
class |
DataTruncation
An exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value. |
Methods in java.sql that return SQLWarning | |
SQLWarning |
Statement.getWarnings()
Retrieves the first warning reported by calls on this Statement object. |
SQLWarning |
SQLWarning.getNextWarning()
Retrieves the warning chained to this SQLWarning object. |
SQLWarning |
Connection.getWarnings()
Returns the first warning reported by calls on this Connection. |
SQLWarning |
ResultSet.getWarnings()
Returns the first warning reported by calls on this ResultSet object. |
Methods in java.sql with parameters of type SQLWarning | |
void |
SQLWarning.setNextWarning(SQLWarning w)
Adds an SQLWarning object to the end of the chain. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.