|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Date | |
java.sql | Provides the JDBC package. |
Uses of Date in java.sql |
Methods in java.sql that return Date | |
Date | ResultSet.getDate(int columnIndex)
Get the value of a column in the current row as a java.sql. |
Date | ResultSet.getDate(String columnName)
Get the value of a column in the current row as a java.sql. |
Date | ResultSet.getDate(int columnIndex,
Calendar cal)
JDBC 2.0 Get the value of a column in the current row as a java.sql. |
Date | ResultSet.getDate(String columnName,
Calendar cal)
Get the value of a column in the current row as a java.sql. |
static Date | Date.valueOf(String s)
Convert a string in JDBC date escape format to a Date value |
Date | SQLInput.readDate()
Read the next attribute in the stream as a java.sql. |
Date | CallableStatement.getDate(int parameterIndex)
Get the value of a SQL DATE parameter as a java.sql. |
Date | CallableStatement.getDate(int parameterIndex,
Calendar cal)
Get the value of a SQL DATE parameter as a java.sql. |
Methods in java.sql with parameters of type Date | |
void | PreparedStatement.setDate(int parameterIndex,
Date x)
Set a parameter to a java.sql. |
void | PreparedStatement.setDate(int parameterIndex,
Date x,
Calendar cal)
Set a parameter to a java.sql. |
void | ResultSet.updateDate(int columnIndex,
Date x)
JDBC 2.0 Update a column with a Date value. |
void | ResultSet.updateDate(String columnName,
Date x)
JDBC 2.0 Update a column with a Date value. |
void | SQLOutput.writeDate(Date x)
Write the next attribute to the stream as a java.sql. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |