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

water.api.ImportSQLTableV99 Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
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