GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.sql.Timestamp | |
void | |
void |
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 | 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 | CallableStatement.getTimestamp(int index) 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 | 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.
|
GNU Classpath (0.95) |