Access and Query Amazon Athena via DBI/JDBC
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
442 B

% Generated by roxygen2: do not edit by hand
5 年前
% Please edit documentation in R/z-dbGetQuery.R
\docType{methods}
\name{dbGetQuery,AthenaConnection,character-method}
\alias{dbGetQuery,AthenaConnection,character-method}
\title{AthenaJDBC}
\usage{
\S4method{dbGetQuery}{AthenaConnection,character}(conn, statement, ...)
6 年前
}
\arguments{
\item{conn}{Athena connection}
\item{statement}{SQL statement}
\item{...}{unused}
}
\description{
AthenaJDBC
}