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>%}
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetIndex()inthashCode()booleanbooleanbooleansameAs(ExecutableBlock block) boolean
-
Method Details
-
getIndex
public int getIndex() -
getExtensionName
-
getProperties
-
getContent
-
sameAs
-
hasNoArguments
public boolean hasNoArguments() -
hasOutput
public boolean hasOutput() -
useBridge
public boolean useBridge() -
hashCode
public int hashCode() -
equals
-