
water.api.ImportSQLTableV99 Maven / Gradle / Ivy
package water.api;
import water.Iced;
public class ImportSQLTableV99 extends RequestSchema {
//Input fields
@API(help="connection_url", required = true)
String connection_url;
@API(help="table")
String table = "";
@API(help="select_query")
String select_query = "";
@API(help="username", required = true)
String username;
@API(help="password", required = true)
String password;
@API(help="columns")
String columns = "*";
@API(help="optimize")
boolean optimize = true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy