Java Platform 1.2
Beta 4

Uses of Class
java.sql.Time

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

Uses of Time in java.sql
 

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

Methods in java.sql with parameters of type Time
 void PreparedStatement.setTime(int parameterIndex, Time x)
          Set a parameter to a java.sql.
 void PreparedStatement.setTime(int parameterIndex, Time x, Calendar cal)
          Set a parameter to a java.sql.
 void ResultSet.updateTime(int columnIndex, Time x)
          JDBC 2.0 Update a column with a Time value.
 void ResultSet.updateTime(String columnName, Time x)
          JDBC 2.0 Update a column with a Time value.
 void SQLOutput.writeTime(Time 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.