JDBC CallableStatement Stored Procedure Input Parameters Example Leave a Comment / JDBC Tutorial / CallableStatement, Input Parameter, JDBC This 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 databases such as Oracle, MySQL, etc, the java code is almost the same.