Database components
| cRollback | Triggers rollback when error occurs in Route. |
| cSQL | Reads from and writes to any database using a SQL connection based on a query. |
| cSQLConnection | Opens a connection to the specified database that can then be reused in the subsequent subRoute. |
| cTransaction | Handles transaction for multiple cSQLConnection components within the same Camel context. |