## Description * As a CE user I should find information on how to call a JDBC stored procedure - EX: * ex: ```GetContactName(input:id@BIGINT, output:name@string)``` * Will follow-up with input for how to add multiple parameters as well.
Description
As a CE user I should find information on how to call a JDBC stored procedure - EX: * ex:
GetContactName(input:id@BIGINT, output:name@string)Will follow-up with input for how to add multiple parameters as well.