Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The jdbc: component allows you to work with databases using JDBC queries and operations via SQL text as the message payload.
This component uses standard Java JDBC to work with the database, unlike the SQL Component component that uses spring-jdbc.

Warning

So far endpoints from this component could be used only as producers. It means that you cannot use them in from() statement.

URI format

Code Block
jdbc:dataSourceName?options

...