... | ... | @@ -43,9 +43,12 @@ These are the keys available to configure Auxiliary statements features: |
|
|
<a name="auxiliary_statement.send_arguments_key"></a>`auxiliary_statement.send_arguments_key` Define the key that is used on auxiliary statements to send extra arguments to format string or send on a proc.
|
|
|
Default value: `:args`
|
|
|
|
|
|
<a name="auxiliary_statement.exposed_class"></a>`auxiliary_statement.exposed_class` Estipulate a class name (which may contain namespace) that expose the auxiliary statement in order to perform detached CTEs.
|
|
|
<a name="auxiliary_statement.exposed_class"></a>`auxiliary_statement.exposed_class` Estipulate a class name (which may contain namespace) that exposes the auxiliary statement in order to perform detached CTEs.
|
|
|
Default value: `'TorqueCTE'`
|
|
|
|
|
|
<a name="auxiliary_statement.exposed_recursive_class"></a>`auxiliary_statement.exposed_recursive_class` Estipulate a class name (which may contain namespace) that exposes the recursive auxiliary statement in order to perform detached CTEs.
|
|
|
Default value: `'TorqueRecursiveCTE'`
|
|
|
|
|
|
## <a name="enum"></a>Enum configurations
|
|
|
|
|
|
These are the keys available to configure Enum features:
|
... | ... | |