@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface JdbcEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder
Advanced builder for endpoint for the JDBC component.
|
static interface |
JdbcEndpointBuilderFactory.JdbcBuilders |
static interface |
JdbcEndpointBuilderFactory.JdbcEndpointBuilder
Builder for endpoint for the JDBC component.
|
static class |
JdbcEndpointBuilderFactory.JdbcOutputType
Proxy enum for
org.apache.camel.component.jdbc.JdbcOutputType enum. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcEndpointBuilderFactory.JdbcEndpointBuilder |
jdbc(String path)
JDBC (camel-jdbc)
The jdbc component enables you to access databases through JDBC, where
SQL queries are sent in the message body.
|
static JdbcEndpointBuilderFactory.JdbcEndpointBuilder jdbc(String path)
jdbc:dataSourceName
Path parameter: dataSourceName (required)
Name of DataSource to lookup in the Registry. If the name is dataSource
or default, then Camel will attempt to lookup a default DataSource from
the registry, meaning if there is a only one instance of DataSource
found, then this DataSource will be used.Apache Camel