Running SQL statements with databases

You can use inline or annotated methods to run SQL queries, Data Definition Language (DDL) statements, and Data Manipulation Language (DML) statements with databases. You can also run SQL CALL statements against databases where the corresponding stored procedures are deployed.

Feedback