% Generated by roxygen2: do not edit by hand % Please edit documentation in R/jdbc.r \docType{methods} \name{dbListFields,AthenaConnection,character-method} \alias{dbListFields,AthenaConnection,character-method} \title{AthenaJDBC} \usage{ \S4method{dbListFields}{AthenaConnection,character}(conn, name, schema, ...) } \arguments{ \item{conn}{Athena connection} \item{name}{table name} \item{schema}{Athena schema name} \item{...}{unused} } \description{ AthenaJDBC }