ConnectorTypeMYSQL
class connector_types.connector_type_mysql.ConnectorTypeMYSQL
Interact with a MySQL database. This connector type supports the execute,
fetch, fetchrow, and fetchval commands. Each command expects an
SQL query and returns the status, list, record or field value respectively.
Consult the MySQL SQL language documentation at https://dev.mysql.com/doc/refman/8.0/en/introduction.html for more information.
Input Schema
-
hostType:
string -
portType:
anyOfOptions: -
userType:
stringDefault:
root -
passwordType:
string -
databaseType:
string -
server_caType:
anyOfOptions: -
check_hostnameIf set, the hostname of the MySQL server is checked against the server_ca certificate.
Type:
booleanDefault:
True -
executeType:
anyOfOptions: -
executemanyType:
anyOfOptions: -
fetchType:
anyOfOptions: -
fetchrowType:
anyOfOptions: -
fetchvalType:
anyOfOptions: -
transactionType:
anyOfOptions: -
paramsType:
arrayItems:
Output Schema
-
resultData