Uses of Class java.sql.Time

Uses in package javax.sql

Methods with parameter type java.sql.Time

void
RowSet.setTime(int parameterIndex, Time x)
void
RowSet.setTime(int parameterIndex, Time x, Calendar cal)

Uses in package java.sql

Methods with parameter type java.sql.Time

void
PreparedStatement.setTime(int index, Time value)
This method sets the specified parameter from the given Java java.sql.Time value.
void
PreparedStatement.setTime(int index, Time value, Calendar cal)
This method sets the specified parameter from the given Java java.sql.Time value.
void
This method sets the specified parameter from the given Java java.sql.Time value.
void
This method sets the specified parameter from the given Java java.sql.Time value.
void
ResultSet.updateTime(int columnIndex, Time value)
This method updates the specified column to have a java.sql.Time value.
void
ResultSet.updateTime(String columnName, Time value)
This method updates the specified column to have a java.sql.Time value.
void
This method writes the specified Java java.sql.Time to the SQL stream.

Methods with return type java.sql.Time

Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(int columnIndex)
This method returns the value of the specified column as a Java java.sql.Time.
Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(int columnIndex, Calendar cal)
This method returns the specified column value as a java.sql.Time.
Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(String columnName)
This method returns the value of the specified column as a Java java.sql.Time.
Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(String columnName, Calendar cal)
This method returns the specified column value as a java.sql.Time.
Time
This method reads the next item from the stream a Java java.sql.Time.
Time
This method returns a new instance of this class by parsing a date in JDBC format into a Java date.