File: simulate_dbi.Rd

package info (click to toggle)
r-cran-dbplyr 2.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,376 kB
  • sloc: sh: 13; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/backend-hive.R, R/backend-impala.R,
%   R/backend-mssql.R, R/simulate.R
\name{simulate_hive}
\alias{simulate_hive}
\alias{simulate_impala}
\alias{simulate_mssql}
\alias{simulate_dbi}
\title{Simulate database connections}
\usage{
simulate_hive()

simulate_impala()

simulate_mssql(version = "15.0")

simulate_dbi(class = character(), ...)
}
\description{
These functions generate S3 objects that have been designed to simulate
the action of a database connection, without actually having the database
available. Obviously, this simulation can only be incomplete, but most
importantly it allows us to simulate SQL generation for any database without
actually connecting to it.
}
\details{
Simulated SQL always quotes identifies with \code{`x`}, and strings with
\code{'x'}.
}
\keyword{internal}