public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_DATABASE_NAME_CONF |
"camel.kamelet.mysql-sink.databaseName" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_DATABASE_NAME_DOC |
"The name of the MySQL Database." |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_PASSWORD_CONF |
"camel.kamelet.mysql-sink.password" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_PASSWORD_DOC |
"The password to access a secured MySQL Database." |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_QUERY_CONF |
"camel.kamelet.mysql-sink.query" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_QUERY_DOC |
"The query to execute against the MySQL Database. Example: INSERT INTO accounts (username,city) VALUES (:#username,:#city)" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_SERVER_NAME_CONF |
"camel.kamelet.mysql-sink.serverName" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_SERVER_NAME_DOC |
"The server name for the data source. Example: localhost" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_SERVER_PORT_CONF |
"camel.kamelet.mysql-sink.serverPort" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_SERVER_PORT_DEFAULT |
"3306" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_SERVER_PORT_DOC |
"The server port for the data source." |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_USERNAME_CONF |
"camel.kamelet.mysql-sink.username" |
public static final String |
CAMEL_SINK_MYSQLSINK_KAMELET_USERNAME_DOC |
"The username to access a secured MySQL Database." |