Previous Topic: Operation Bindings

Next Topic: Scripts

Stored Procedures

Stored procedures are located on JDBC endpoints. They are code that the Java CS can invoke before, after, or instead of an operation. Stored procedures are only relevant for relational database endpoints and are written in the language specific to that endpoint.

More Information:

Bind Operations to Stored Procedures