Package io.github.jdbcx.driver
Class ExecutableBlock
java.lang.Object
io.github.jdbcx.driver.ExecutableBlock
An executable block represents either a function, which returns a value, or a
procedure, which is executed without returning a value.
- A function is defined using the syntax:
{{[function(args)]: <body>}} - A procedure is defined using the syntax:
{%[procedure(args)]: <body>%}