Java Platform 1.2
Beta 4

Uses of Class
java.sql.Date

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

Uses of Date in java.sql
 

Methods in java.sql that return Date
 Date ResultSet.getDate(int columnIndex)
          Get the value of a column in the current row as a java.sql.
 Date ResultSet.getDate(String columnName)
          Get the value of a column in the current row as a java.sql.
 Date ResultSet.getDate(int columnIndex, Calendar cal)
          JDBC 2.0 Get the value of a column in the current row as a java.sql.
 Date ResultSet.getDate(String columnName, Calendar cal)
          Get the value of a column in the current row as a java.sql.
static Date Date.valueOf(String s)
          Convert a string in JDBC date escape format to a Date value
 Date SQLInput.readDate()
          Read the next attribute in the stream as a java.sql.
 Date CallableStatement.getDate(int parameterIndex)
          Get the value of a SQL DATE parameter as a java.sql.
 Date CallableStatement.getDate(int parameterIndex, Calendar cal)
          Get the value of a SQL DATE parameter as a java.sql.
 

Methods in java.sql with parameters of type Date
 void PreparedStatement.setDate(int parameterIndex, Date x)
          Set a parameter to a java.sql.
 void PreparedStatement.setDate(int parameterIndex, Date x, Calendar cal)
          Set a parameter to a java.sql.
 void ResultSet.updateDate(int columnIndex, Date x)
          JDBC 2.0 Update a column with a Date value.
 void ResultSet.updateDate(String columnName, Date x)
          JDBC 2.0 Update a column with a Date value.
 void SQLOutput.writeDate(Date x)
          Write the next attribute to the stream as a java.sql.
 


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.