Package org.hsqldb.jdbc

Class JDBCResultSet

Specified by:
getTime in interface java.sql.ResultSet
Parameters:
columnIndex - the first column is 1, the second is 2, ...
cal - the java.util.Calendar object to use in constructing the time
Returns:
the column value as a java.sql.Time object; if the value is SQL NULL, the value returned is null in the Java programming language
Throws:
java.sql.SQLException - if a database access error occurs or this method is called on a closed result set
Since:
JDK 1.2 (JDK 1.1.x developers: read the overview for JDBCResultSet)
Specified by:
getTime in interface java.sql.ResultSet
Parameters:
columnLabel - the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
cal - the java.util.Calendar object to use in constructing the time
Returns:
the column value as a java.sql.Time object; if the value is SQL NULL, the value returned is null in the Java programming language
Throws:
java.sql.SQLException - if a database access error occurs or this method is called on a closed result set
Since:
JDK 1.2 (JDK 1.1.x developers: read the overview for JDBCResultSet)
Skip navigation links

Copyright �� 2001 - 2013 HSQL Development Group.