File: dbUnloadDriver-MySQLDriver-method.Rd

package info (click to toggle)
rmysql 0.10.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: ansic: 1,662; sh: 58; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 519 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
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/driver.R
\docType{methods}
\name{dbUnloadDriver,MySQLDriver-method}
\alias{dbUnloadDriver,MySQLDriver-method}
\title{Unload MySQL driver.}
\usage{
\S4method{dbUnloadDriver}{MySQLDriver}(drv, ...)
}
\arguments{
\item{drv}{Object created by \code{\link{MySQL}}.}

\item{...}{Ignored. Needed for compatibility with generic.}
}
\value{
A logical indicating whether the operation succeeded or not.
}
\description{
Unload MySQL driver.
}