Uses of Interface
org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy
-
-
Uses of JdbcPrepareStatementStrategy in org.apache.camel.component.jdbc
Classes in org.apache.camel.component.jdbc that implement JdbcPrepareStatementStrategy Modifier and Type Class Description classDefaultJdbcPrepareStatementStrategyDefaultJdbcPrepareStatementStrategywhich is a copy from the camel-sql component having this functionality first.Methods in org.apache.camel.component.jdbc that return JdbcPrepareStatementStrategy Modifier and Type Method Description JdbcPrepareStatementStrategyJdbcEndpoint. getPrepareStatementStrategy()Methods in org.apache.camel.component.jdbc with parameters of type JdbcPrepareStatementStrategy Modifier and Type Method Description voidJdbcEndpoint. setPrepareStatementStrategy(JdbcPrepareStatementStrategy prepareStatementStrategy)Allows the plugin to use a custom org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to control preparation of the query and prepared statement.
-