Skip to content

component jdbc

Raymond Meester edited this page Mar 7, 2023 · 1 revision

The JDBC component enables you to access databases through JDBC, where SQL queries (SELECT) and operations (INSERT, UPDATE, etc) are sent in the message body. This component uses the standard JDBC API, unlike the SQL Component component, which uses spring-jdbc.

Camel Documentation

Clone this wiki locally