You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Cecilio Alvarez <ce...@hotmail.com> on 2016/12/05 09:39:04 UTC

Sql-stored: return clob

Hello,

is it possible to return a java.sql.clob with the sql-stored component?

I tested it adding a new parameter with a specific clob treatment:

in
components\camel-sql\src\main\java\org\apache\camel\component\sql\stored\TemplateStoredProcedure.java

declareParameter(new SqlOutParameter(outParameter.getOutValueMapKey(),
outParameter.getSqlType(), null, new ClobReturnType()));


Is this feature available within other standard camel component?

Many thanks in advance
Cecilio



--
View this message in context: http://camel.465427.n5.nabble.com/Sql-stored-return-clob-tp5791004.html
Sent from the Camel - Users mailing list archive at Nabble.com.