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
}