public static interface SqlEndpointBuilderFactory.SqlBuilders
| Modifier and Type | Method and Description |
|---|---|
default SqlEndpointBuilderFactory.SqlEndpointBuilder |
sql(String path)
SQL (camel-sql)
The sql component allows you to work with databases using JDBC SQL
queries.
|
default SqlEndpointBuilderFactory.SqlEndpointBuilder sql(String path)
sql:query
Path parameter: query (required)
Sets the SQL query to perform. You can externalize the query by using
file: or classpath: as prefix and specify the location of the file.Apache Camel