java.sql.CallableStatement interface: supported JDBC 2.0 methods

Table 1. JDBC 2.0 java.sql.CallableStatements Methods Supported
Returns Signature Implementation Notes
BigDecimal getBigDecimal  
Date getDate(int, Calendar)  
Time getTime(int,Calendar)  
Timestamp getTimestamp(int, Calendar)  
Related reference
java.sql.Connection interface: supported JDBC 2.0 methods
java.sql.DatabaseMetaData interface: supported JDBC 2.0 methods
java.sql.PreparedStatement interface: supported JDBC 2.0 methods
java.sql.ResultSet interface: supported JDBC 2.0 methods
java.sql.ResultSetMetaData interface: supported JDBC 2.0 methods
java.sql.Statement interface: supported JDBC 2.0 methods