JDBC Reference
Page 27 of 31

call

This syntax is supported for a java.sql.Statement and a java.sql.PreparedStatement in addition to a CallableStatement.

Syntax

{ CALL statement }

Equivalent to

CALL statement

Example

{ CALL Util.doubleMyInt(?) }

{ CALL ? = Util.returnDoubleMyInt(?) }