Class MySQLConnectionParameters

    • Constructor Detail

      • MySQLConnectionParameters

        public MySQLConnectionParameters​(net.sf.json.JSONObject jsonObject)
      • MySQLConnectionParameters

        public MySQLConnectionParameters​(String username,
                                         String password,
                                         String databaseName,
                                         String schema,
                                         String host,
                                         int port,
                                         String jdbcDriver,
                                         boolean useSSL,
                                         String parameters)
    • Method Detail

      • getJdbcUrl

        public String getJdbcUrl()
        Description copied from interface: ConnectionParameters
        In general every vendor has their own format for this.Construct it as needed.
        Returns: