Package org.apache.camel.component.sql
Class SqlHelper
java.lang.Object
org.apache.camel.component.sql.SqlHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
resolveQuery
(org.apache.camel.CamelContext camelContext, String query, String placeholder) Resolve the query by loading the query from the classpath or file resource if needed.
-
Method Details
-
resolveQuery
public static String resolveQuery(org.apache.camel.CamelContext camelContext, String query, String placeholder) throws org.apache.camel.NoTypeConversionAvailableException, IOException Resolve the query by loading the query from the classpath or file resource if needed.- Throws:
org.apache.camel.NoTypeConversionAvailableException
IOException
-