| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)Converts a string in JDBC time escape format to a Timevalue. | 
|  Time | ResultSet.getTime(int columnIndex)Gets the value of a column in the current row as a java.sql.Time object. | 
|  Time | ResultSet.getTime(String columnName)Gets the value of a column in the current row as a java.sql.Time object. | 
|  Time | ResultSet.getTime(int columnIndex,
        Calendar cal)Gets the value of a column in the current row as a java.sql.Time object. | 
|  Time | ResultSet.getTime(String columnName,
        Calendar cal)Gets the value of a column in the current row as a java.sql.Time object. | 
|  Time | SQLInput.readTime()Reads the next attribute in the stream as a java.sql.Time object. | 
|  Time | CallableStatement.getTime(int parameterIndex)Get the value of a JDBC TIMEparameter as ajava.sql.Timeobject. | 
|  Time | CallableStatement.getTime(int parameterIndex,
        Calendar cal)Gets the value of a JDBC TIMEparameter as ajava.sql.Timeobject, using
 the givenCalendarobject
 to construct the time. | 
| Methods in java.sql with parameters of type Time | |
|  void | PreparedStatement.setTime(int parameterIndex,
        Time x)Sets the designated parameter to a java.sql.Time value. | 
|  void | PreparedStatement.setTime(int parameterIndex,
        Time x,
        Calendar cal)JDBC 2.0 Sets the designated parameter to a java.sql.Time value, using the given Calendarobject. | 
|  void | ResultSet.updateTime(int columnIndex,
           Time x)JDBC 2.0 Updates a column with a Time value. | 
|  void | ResultSet.updateTime(String columnName,
           Time x)JDBC 2.0 Updates a column with a Time value. | 
|  void | SQLOutput.writeTime(Time x)Writes the next attribute to the stream as a java.sql.Time object. | 
| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||