| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Time | |
|---|---|
| java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. | 
| javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. | 
| javax.sql.rowset | Standard interfaces and base classes for JDBC RowSetimplementations. | 
| javax.sql.rowset.serial | Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language. | 
| Uses of Time in java.sql | 
|---|
| Methods in java.sql that return Time | |
|---|---|
|  Time | CallableStatement.getTime(int parameterIndex)Retrieves the value of the designated JDBC TIMEparameter as ajava.sql.Timeobject. | 
|  Time | ResultSet.getTime(int columnIndex)Retrieves the value of the designated column in the current row of this ResultSetobject as
 ajava.sql.Timeobject in the Java programming language. | 
|  Time | CallableStatement.getTime(int parameterIndex,
        Calendar cal)Retrieves the value of the designated JDBC TIMEparameter as ajava.sql.Timeobject, using
 the givenCalendarobject
 to construct the time. | 
|  Time | ResultSet.getTime(int columnIndex,
        Calendar cal)Retrieves the value of the designated column in the current row of this ResultSetobject as ajava.sql.Timeobject
 in the Java programming language. | 
|  Time | CallableStatement.getTime(String parameterName)Retrieves the value of a JDBC TIMEparameter as ajava.sql.Timeobject. | 
|  Time | ResultSet.getTime(String columnLabel)Retrieves the value of the designated column in the current row of this ResultSetobject as
 ajava.sql.Timeobject in the Java programming language. | 
|  Time | CallableStatement.getTime(String parameterName,
        Calendar cal)Retrieves the value of a JDBC TIMEparameter as ajava.sql.Timeobject, using
 the givenCalendarobject
 to construct the time. | 
|  Time | ResultSet.getTime(String columnLabel,
        Calendar cal)Retrieves the value of the designated column in the current row of this ResultSetobject as ajava.sql.Timeobject
 in the Java programming language. | 
|  Time | SQLInput.readTime()Reads the next attribute in the stream and returns it as a java.sql.Timeobject. | 
| static Time | Time.valueOf(String s)Converts a string in JDBC time escape format to a Timevalue. | 
| Methods in java.sql with parameters of type Time | |
|---|---|
|  void | PreparedStatement.setTime(int parameterIndex,
        Time x)Sets the designated parameter to the given java.sql.Timevalue. | 
|  void | PreparedStatement.setTime(int parameterIndex,
        Time x,
        Calendar cal)Sets the designated parameter to the given java.sql.Timevalue,
 using the givenCalendarobject. | 
|  void | CallableStatement.setTime(String parameterName,
        Time x)Sets the designated parameter to the given java.sql.Timevalue. | 
|  void | CallableStatement.setTime(String parameterName,
        Time x,
        Calendar cal)Sets the designated parameter to the given java.sql.Timevalue,
 using the givenCalendarobject. | 
|  void | ResultSet.updateTime(int columnIndex,
           Time x)Updates the designated column with a java.sql.Timevalue. | 
|  void | ResultSet.updateTime(String columnLabel,
           Time x)Updates the designated column with a java.sql.Timevalue. | 
|  void | SQLOutput.writeTime(Time x)Writes the next attribute to the stream as a java.sql.Time object. | 
| Uses of Time in javax.sql | 
|---|
| Methods in javax.sql with parameters of type Time | |
|---|---|
|  void | RowSet.setTime(int parameterIndex,
        Time x)Sets the designated parameter in this RowSetobject's command
 to the givenjava.sql.Timevalue. | 
|  void | RowSet.setTime(int parameterIndex,
        Time x,
        Calendar cal)Sets the designated parameter in this RowSetobject's command
 with the givenjava.sql.Timevalue. | 
|  void | RowSet.setTime(String parameterName,
        Time x)Sets the designated parameter to the given java.sql.Timevalue. | 
|  void | RowSet.setTime(String parameterName,
        Time x,
        Calendar cal)Sets the designated parameter to the given java.sql.Timevalue,
 using the givenCalendarobject. | 
| Uses of Time in javax.sql.rowset | 
|---|
| Methods in javax.sql.rowset with parameters of type Time | |
|---|---|
|  void | BaseRowSet.setTime(int parameterIndex,
        Time x)Sets the designated parameter to the given java.sql.Timevalue. | 
|  void | BaseRowSet.setTime(int parameterIndex,
        Time x,
        Calendar cal)Sets the designated parameter to the given java.sql.Timeobject. | 
|  void | BaseRowSet.setTime(String parameterName,
        Time x)Sets the designated parameter to the given java.sql.Timevalue. | 
|  void | BaseRowSet.setTime(String parameterName,
        Time x,
        Calendar cal)Sets the designated parameter to the given java.sql.Timevalue,
 using the givenCalendarobject. | 
| Uses of Time in javax.sql.rowset.serial | 
|---|
| Methods in javax.sql.rowset.serial that return Time | |
|---|---|
|  Time | SQLInputImpl.readTime()Retrieves the next attribute in this SQLInputImplobject as
 ajava.sql.Timeobject. | 
| Methods in javax.sql.rowset.serial with parameters of type Time | |
|---|---|
|  void | SQLOutputImpl.writeTime(Time x)Writes a java.sql.Timeobject in the Java programming
 language to thisSQLOutputImplobject. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.