Connector
constructor(dbId: String, name: String)
Connector always belongs to a project
constructor(alias: String, dbId: String, driverJarClassName: String?, driverJarFileName: String?, jdbcUrlPattern: ERROR CLASS: Symbol not found for JdbcUrlPattern??, host: String?, port: Int, dbInstance: String?, userName: String?, readOnly: Boolean)
Connector with parameters
Parameters
alias
identifies this connector in project
db Id
the database name
driver Jar Class Name
the JDBC Driver class name
driver Jar File Name
the JDBC Driver jar file
jdbc Url Pattern
with details about the URL structure
host
host to connect to
port
port to connect to
db Instance
the name of the database or the instance
user Name
of the database user
read Only
true to read only