Author: buildbot
Date: Mon Aug 26 18:19:34 2013
New Revision: 876275
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-component-appendix.html
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/sql-component.html
Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Mon Aug 26
18:19:34 2013
@@ -17303,7 +17303,7 @@ sql:select * from table where id=:#myId
a) If the query has only single column, then that JDBC Column object is
returned. (such as <tt>SELECT COUNT( * ) FROM PROJECT</tt> will return a Long
object.<br clear="none">
b) If the query has more than one column, then it will return a Map of that
result.<br clear="none">
c) If the <tt>outputClass</tt> is set, then it will convert the query result
into an Java bean object by calling all the setters that match the column
names. It will assume your class has a default constructor to create instance
with.<br clear="none">
-d) If the query resulted in more than one rows, it throws an non-unique result
exception.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>outputClass</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.12.0:</b> Specify the full package and class name to use as conversion when
<tt>outputType=SelectOne</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parametersCount</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>int</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11.2/2.12.0</b> If set greater than zero, then
Camel will use this count value of parameters to replace instead of querying
via JDBC metadata API. This is useful if the JDBC vendor could not return
correct parameters coun
t, then user may override instead. </td></tr></tbody></table>
+d) If the query resulted in more than one rows, it throws an non-unique result
exception.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>outputClass</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.12.0:</b> Specify the full package and class name to use as conversion when
<tt>outputType=SelectOne</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parametersCount</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>int</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11.2/2.12.0</b> If set greater than zero, then
Camel will use this count value of parameters to replace instead of querying
via JDBC metadata API. This is useful if the JDBC vendor could not return
correct parameters coun
t, then user may override instead. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>noop</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>boolean</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> false </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.12.0</b> If set, will ignore the results of
the SQL query and use the existing IN message as the OUT message for the
continuation of processing </td></tr></tbody></table>
</div>
</div>
Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Aug 26 18:19:34
2013
@@ -39005,7 +39005,7 @@ sql:select * from table where id=:#myId
a) If the query has only single column, then that JDBC Column object is
returned. (such as <tt>SELECT COUNT( * ) FROM PROJECT</tt> will return a Long
object.<br clear="none">
b) If the query has more than one column, then it will return a Map of that
result.<br clear="none">
c) If the <tt>outputClass</tt> is set, then it will convert the query result
into an Java bean object by calling all the setters that match the column
names. It will assume your class has a default constructor to create instance
with.<br clear="none">
-d) If the query resulted in more than one rows, it throws an non-unique result
exception.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>outputClass</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.12.0:</b> Specify the full package and class name to use as conversion when
<tt>outputType=SelectOne</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parametersCount</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>int</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11.2/2.12.0</b> If set greater than zero, then
Camel will use this count value of parameters to replace instead of querying
via JDBC metadata API. This is useful if the JDBC vendor could not return
correct parameters coun
t, then user may override instead. </td></tr></tbody></table>
+d) If the query resulted in more than one rows, it throws an non-unique result
exception.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>outputClass</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.12.0:</b> Specify the full package and class name to use as conversion when
<tt>outputType=SelectOne</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parametersCount</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>int</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11.2/2.12.0</b> If set greater than zero, then
Camel will use this count value of parameters to replace instead of querying
via JDBC metadata API. This is useful if the JDBC vendor could not return
correct parameters coun
t, then user may override instead. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>noop</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>boolean</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> false </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.12.0</b> If set, will ignore the results of
the SQL query and use the existing IN message as the OUT message for the
continuation of processing </td></tr></tbody></table>
</div>
</div>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/sql-component.html
==============================================================================
--- websites/production/camel/content/sql-component.html (original)
+++ websites/production/camel/content/sql-component.html Mon Aug 26 18:19:34
2013
@@ -147,7 +147,7 @@ sql:select * from table where id=:#myId
a) If the query has only single column, then that JDBC Column object is
returned. (such as <tt>SELECT COUNT( * ) FROM PROJECT</tt> will return a Long
object.<br clear="none">
b) If the query has more than one column, then it will return a Map of that
result.<br clear="none">
c) If the <tt>outputClass</tt> is set, then it will convert the query result
into an Java bean object by calling all the setters that match the column
names. It will assume your class has a default constructor to create instance
with.<br clear="none">
-d) If the query resulted in more than one rows, it throws an non-unique result
exception.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>outputClass</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.12.0:</b> Specify the full package and class name to use as conversion when
<tt>outputType=SelectOne</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parametersCount</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>int</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11.2/2.12.0</b> If set greater than zero, then
Camel will use this count value of parameters to replace instead of querying
via JDBC metadata API. This is useful if the JDBC vendor could not return
correct parameters coun
t, then user may override instead. </td></tr></tbody></table>
+d) If the query resulted in more than one rows, it throws an non-unique result
exception.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>outputClass</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel
2.12.0:</b> Specify the full package and class name to use as conversion when
<tt>outputType=SelectOne</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parametersCount</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>int</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11.2/2.12.0</b> If set greater than zero, then
Camel will use this count value of parameters to replace instead of querying
via JDBC metadata API. This is useful if the JDBC vendor could not return
correct parameters coun
t, then user may override instead. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>noop</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>boolean</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> false </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.12.0</b> If set, will ignore the results of
the SQL query and use the existing IN message as the OUT message for the
continuation of processing </td></tr></tbody></table>
</div>
</div>