File: spec_compliance_methods.Rd

package info (click to toggle)
r-cran-dbitest 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,216 kB
  • sloc: sh: 10; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 835 bytes parent folder | download
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/spec-compliance-methods.R
\docType{data}
\name{spec_compliance_methods}
\alias{spec_compliance_methods}
\title{spec_compliance_methods}
\description{
spec_compliance_methods
}
\section{DBI classes and methods}{

A backend defines three classes,
which are subclasses of
\link[DBI:DBIDriver-class]{DBI::DBIDriver},
\link[DBI:DBIConnection-class]{DBI::DBIConnection},
and \link[DBI:DBIResult-class]{DBI::DBIResult}.
The backend provides implementation for all methods
of these base classes
that are defined but not implemented by DBI.
All methods defined in \pkg{DBI} are reexported (so that the package can
be used without having to attach \pkg{DBI}),
and have an ellipsis \code{...} in their formals for extensibility.
}

\concept{compliance specifications}