# Generated by roxygen2: do not edit by hand


if (getRversion() >= "3.6.0") {
  S3method(dplyr::copy_to,src_presto)
} else {
  export(copy_to.src_presto)
}

if (getRversion() >= "3.6.0") {
  S3method(dplyr::db_data_type,PrestoConnection)
} else {
  export(db_data_type.PrestoConnection)
}

if (getRversion() >= "3.6.0") {
  S3method(dplyr::db_desc,PrestoConnection)
} else {
  export(db_desc.PrestoConnection)
}

if (getRversion() >= "3.6.0") {
  S3method(dplyr::db_explain,PrestoConnection)
} else {
  export(db_explain.PrestoConnection)
}

if (getRversion() >= "3.6.0") {
  S3method(dplyr::db_query_fields,PrestoConnection)
} else {
  export(db_query_fields.PrestoConnection)
}

if (getRversion() >= "3.6.0") {
  S3method(dplyr::db_query_rows,PrestoConnection)
} else {
  export(db_query_rows.PrestoConnection)
}

if (getRversion() >= "3.6.0") {
  S3method(dplyr::sql_translate_env,PrestoConnection)
} else {
  export(sql_translate_env.PrestoConnection)
}

if (getRversion() >= "3.6.0") {
  S3method(dplyr::tbl,src_presto)
} else {
  export(tbl.src_presto)
}
export(Presto)
export(src_presto)
exportClasses(PrestoConnection)
exportClasses(PrestoDriver)
exportClasses(PrestoResult)
exportMethods(dbClearResult)
exportMethods(dbConnect)
exportMethods(dbDataType)
exportMethods(dbDisconnect)
exportMethods(dbExistsTable)
exportMethods(dbFetch)
exportMethods(dbGetInfo)
exportMethods(dbGetQuery)
exportMethods(dbGetRowCount)
exportMethods(dbGetStatement)
exportMethods(dbHasCompleted)
exportMethods(dbIsValid)
exportMethods(dbListFields)
exportMethods(dbListTables)
exportMethods(dbSendQuery)
exportMethods(dbUnloadDriver)
exportMethods(fetch)
exportMethods(show)
import(DBI)
importFrom(Rcpp,sourceCpp)
importFrom(methods,getPackageName)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setRefClass)
importFrom(methods,show)
useDynLib(RPresto)
