

Hello,
The JDBC Callable statement provides a mechanism to call stored procedures in a standardized,database independent way. The JDBC callable statement hides the differences in stored procedure implementation,execution and parameter handling from Java applications.
Callablestatements are used to invoke the stored procedures. You can obtain the callablestatement from Connection using the following methods prepareCall(String sql) prepareCall(String sql, int resultSetType, int resultSetConcurrency).
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.