Reference Guide > Custom Procedure Examples
 
Custom Procedure Examples
This topic contains several examples to illustrate the behavior of a custom procedure. All examples are written in Java for execution on a Windows platform.
About the Custom Procedure Examples Syntax
Example 1: Simple Query
Example 2: Simple Update
Example 3: External Update without Compensation
Example 4: Nontransactional External Update without Compensation
Example 5: Expression Evaluator
Example 6: Output Cursor
Example 7: Simple Procedure that Invokes Another Procedure