Array.java: New file from classpath.
* Array.java: New file from classpath. * BatchUpdateException.java: Ditto. * Blob.java: Ditto. * Clob.java: Ditto. * Ref.java: Ditto. * SQLData.java: Ditto. * SQLInput.java: Ditto. * SQLOutput.java: Ditto. * Struct.java: Ditto. * CallableStatement.java: Merged file from claspath. * Connection.java: Ditto. * DataTruncation.java: Ditto. * DatabaseMetaData.java: Ditto. * DriverManager.java: Ditto. * PreparedStatement.java: Ditto. * ResultSet.java: Ditto. * ResultSetMetaData.java: Ditto. * SQLException.java: Ditto. * SQLWarning.java: Ditto. * Statement.java: Ditto. * Types.java: Ditto. From-SVN: r37906
This commit is contained in:
parent
95ac07b0f4
commit
6934615b97
22 changed files with 3810 additions and 20 deletions
|
@ -32,11 +32,22 @@ package java.sql;
|
|||
*
|
||||
* @author Aaron M. Renn (arenn@urbanophile.com)
|
||||
*/
|
||||
public class SQLWarning extends SQLException implements java.io.Serializable
|
||||
public class SQLWarning extends SQLException
|
||||
{
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
/**
|
||||
* Static Variables
|
||||
*/
|
||||
|
||||
/**
|
||||
* This is the serialization UID for this class
|
||||
*/
|
||||
private static final long serialVersionUID = 3917336774604784856L;
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
/*
|
||||
* Constructors
|
||||
*/
|
||||
|
@ -132,7 +143,5 @@ setNextWarning(SQLWarning e)
|
|||
super.setNextException(e);
|
||||
}
|
||||
|
||||
private static final long serialVersionUID = 3917336774604784856L;
|
||||
|
||||
} // class SQLWarning
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue