CallableStatement.getTimestamp

CallableStatement.getTimestamp

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract Timestamp getTimestamp( int parameterIndex ) throws SQLException
Parameters
parameterIndex
the first parameter is 1, the second is 2, ...
Returns
the parameter value; if the value is SQL NULL, the result is null
Description
Get the value of a SQL TIMESTAMP parameter as a java.sql.Timestamp object.

Exceptions
SQLException if a database-access error occurs.