Package | Description |
---|---|
org.apache.camel.builder.sql |
Modifier and Type | Method and Description |
---|---|
static SqlBuilder |
SqlBuilder.sql(String sql)
Creates a new builder for the given SQL query string
|
SqlBuilder |
SqlBuilder.variable(String name,
Object value)
Adds the variable value to be used by the SQL query
|
Apache Camel