JDBC CallableStatement Stored Procedure Input Parameters Example Leave a Comment / JDBC Tutorial / October 1, 2017 October 1, 2017 / CallableStatement, Input Parameter, JDBCThis example will show you how to use java.sql.CallableStatement to call a Microsoft Sql Server stored procedure with input parameters. If you use other database such as oracle, Mysql etc, the java code is almost the same.