Regen
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/53164066 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/53164066 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/53164066 Branch: refs/heads/camel-2.18.x Commit: 53164066b7e52772f83ee91fbda3b8aa1c642d2a Parents: 7691cbd Author: Andrea Cosentino <[email protected]> Authored: Wed Jun 28 10:02:14 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Wed Jun 28 10:02:14 2017 +0200 ---------------------------------------------------------------------- components/camel-sql/src/main/docs/sql-stored-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/53164066/components/camel-sql/src/main/docs/sql-stored-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-sql/src/main/docs/sql-stored-component.adoc b/components/camel-sql/src/main/docs/sql-stored-component.adoc index b49bcc3..94785bc 100644 --- a/components/camel-sql/src/main/docs/sql-stored-component.adoc +++ b/components/camel-sql/src/main/docs/sql-stored-component.adoc @@ -86,7 +86,7 @@ The SQL StoredProcedure component supports 1 options which are listed below. // endpoint options: START -The SQL StoredProcedure component supports 7 endpoint options which are listed below: +The SQL StoredProcedure component supports 8 endpoint options which are listed below: {% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] @@ -95,7 +95,7 @@ The SQL StoredProcedure component supports 7 endpoint options which are listed b | template | producer | | String | *Required* Sets the StoredProcedure template to perform | batch | producer | false | boolean | Enables or disables batch mode | dataSource | producer | | DataSource | Sets the DataSource to use to communicate with the database. -| function | producer | false | boolean | *Available as of Camel 2.18* Whether this call is for a function. +| function | producer | false | boolean | Whether this call is for a function. | noop | producer | false | boolean | If set will ignore the results of the template and use the existing IN message as the OUT message for the continuation of processing | outputHeader | producer | | String | Store the template result in a header instead of the message body. By default outputHeader == null and the template result is stored in the message body any existing content in the message body is discarded. If outputHeader is set the value is used as the name of the header to store the template result and the original message body is preserved. | useMessageBodyForTemplate | producer | false | boolean | Whether to use the message body as the template and then headers for parameters. If this option is enabled then the template in the uri is not used.
