Java Platform 1.2
Beta 4

Uses of Class
java.sql.Timestamp

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

Uses of Timestamp in java.sql
 

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

Methods in java.sql with parameters of type Timestamp
 void PreparedStatement.setTimestamp(int parameterIndex, Timestamp x)
          Set a parameter to a java.sql.
 void PreparedStatement.setTimestamp(int parameterIndex, Timestamp x, Calendar cal)
          Set a parameter to a java.sql.
 void ResultSet.updateTimestamp(int columnIndex, Timestamp x)
          JDBC 2.0 Update a column with a Timestamp value.
 void ResultSet.updateTimestamp(String columnName, Timestamp x)
          JDBC 2.0 Update a column with a Timestamp value.
 boolean Timestamp.equals(Timestamp ts)
          Test Timestamp values for equality
 boolean Timestamp.before(Timestamp ts)
          Is this timestamp earlier than the timestamp argument?
 boolean Timestamp.after(Timestamp ts)
          Is this timestamp later than the timestamp argument?
 void SQLOutput.writeTimestamp(Timestamp 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.