system.db.addDatasource(jdbcDriver, name, description, connectUrl, username, password, props, validationQuery, maxConnections)
String jdbcDriver - The name of the JDBC driver in Ignition. Required.
String name - The datasource name. Required.
String description - Description of the datasource
String connectUrl - Default is the connect URL for JDBC driver.
String username - Username to login to the datasource with.
String password - Password for the login.
String props - The extra connection parameters.
String validationQuery - Default is the validation query for the JDBC driver.
Integer maxConnections - Default is 8.
Nothing
All