Class MariaDBConnectionParameters

    • Constructor Detail

      • MariaDBConnectionParameters

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

        public MariaDBConnectionParameters​(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: