com.aceql.jdbc.commons.main.metadata.util.ConnectionOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aceql-http-client-jdbc-driver Show documentation
Show all versions of aceql-http-client-jdbc-driver Show documentation
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;
}