本产品允许用户按照自己的方式输入数据连接的信息,用户需要编写js代码对自定义的数据连接信息进行解析。

    Function: getConnection
    input: json object      // 用户自定义数据连接信息的json对象
    output: {               // 输出为系统定义的数据连接对象
        type: string,       // 类型
        host: string,       // 地址
        port: number,       // 端口
        username: string,   // 用户名
        password: string,   // 密码
        parameters: object, // 额外信息
        namespace: string,  // 结构名称
    }