Uses of Class java.sql.Timestamp

Uses in package javax.sql

Methods with parameter type java.sql.Timestamp

void
RowSet.setTimestamp(int parameterIndex, Timestamp x)
void
RowSet.setTimestamp(int parameterIndex, Timestamp x, Calendar cal)

Uses in package java.sql

Methods with parameter type java.sql.Timestamp

boolean
This methods tests whether this object is later than the specified object.
boolean
This methods tests whether this object is earlier than the specified object.
int
Compares this Timestamp to another one.
boolean
This method tests the specified timestamp for equality against this object.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
ResultSet.updateTimestamp(int columnIndex, Timestamp value)
This method updates the specified column to have a java.sql.Timestamp value.
void
This method updates the specified column to have a java.sql.Timestamp value.
void
This method writes the specified Java java.sql.Timestamp to the SQL stream.

Methods with return type java.sql.Timestamp

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