JDBC escape keyword for call statements call (JDBC escape keyword){call (JDBC escape syntax)

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

Syntax {call statement }

-- Call a Java procedure { call TOURS.BOOK_TOUR(?, ?) }