All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aceql.jdbc.commons.main.metadata.util.ConnectionOptions Maven / Gradle / Ivy

Go to download

The AceQL Java Client JDBC Driver allows to wrap the AceQL HTTP APIs and eliminates the tedious works of handling communications errors and parsing JSON results. Android and Java Desktop application developers can access remote SQL databases and/or SQL databases in the cloud by simply including standard JDBC calls in their code, just like they would for a local database.

The newest version!
package com.aceql.jdbc.commons.main.metadata.util;

@SuppressWarnings("unused")
public class ConnectionOptions {
    
    private String proxies;
    private String auth;
    private String password_is_session_id ;
    private String gzip_result;
    private String timeout;
    private String request_headers;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy