public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_DATABASE_NAME_CONF |
"camel.kamelet.mariadb-sink.databaseName" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_DATABASE_NAME_DOC |
"The name of the MariaDB Database." |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_PASSWORD_CONF |
"camel.kamelet.mariadb-sink.password" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_PASSWORD_DOC |
"The password to access a secured MariaDB Database." |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_QUERY_CONF |
"camel.kamelet.mariadb-sink.query" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_QUERY_DOC |
"The query to execute against the MariaDB Database. Example: INSERT INTO accounts (username,city) VALUES (:#username,:#city)" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_SERVER_NAME_CONF |
"camel.kamelet.mariadb-sink.serverName" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_SERVER_NAME_DOC |
"The server name for the data source. Example: localhost" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_SERVER_PORT_CONF |
"camel.kamelet.mariadb-sink.serverPort" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_SERVER_PORT_DEFAULT |
"3306" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_SERVER_PORT_DOC |
"The server port for the data source." |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_USERNAME_CONF |
"camel.kamelet.mariadb-sink.username" |
public static final String |
CAMEL_SINK_MARIADBSINK_KAMELET_USERNAME_DOC |
"The username to access a secured MariaDB Database." |