Java Platform 1.2
Beta 4

Uses of Class
java.sql.SQLWarning

Packages that use SQLWarning
java.sql Provides the JDBC package.  
 

Uses of SQLWarning in java.sql
 

Subclasses of SQLWarning in java.sql
  DataTruncation
          When JDBC unexpectedly truncates a data value, it reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes).
 

Methods in java.sql that return SQLWarning
 SQLWarning SQLWarning.getNextWarning()
          Get the warning chained to this one
 SQLWarning ResultSet.getWarnings()
          The first warning reported by calls on this ResultSet is returned.
 SQLWarning Connection.getWarnings()
          The first warning reported by calls on this Connection is returned.
 SQLWarning Statement.getWarnings()
          The first warning reported by calls on this Statement is returned.
 

Methods in java.sql with parameters of type SQLWarning
 void SQLWarning.setNextWarning(SQLWarning w)
          Add an SQLWarning to the end of the chain.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.