Re-jigged the class implementation to get better support from roxygen2 and CRAN check(). Majority of public functions are documented (remaining are the CRUD functions)
This commit is contained in:
12
man/DBConnection-cash-connect.Rd
Normal file
12
man/DBConnection-cash-connect.Rd
Normal file
@@ -0,0 +1,12 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/DBConnection-Connect.R
|
||||
\name{DBConnection$connect}
|
||||
\alias{DBConnection$connect}
|
||||
\title{DBConnection$connect}
|
||||
\value{
|
||||
\if{html}{\out{<logical>}} TRUE if connection was success, FALSE if it failed
|
||||
}
|
||||
\description{
|
||||
Attempts to connect to the database. If not already configured, will first
|
||||
attempt to load the configuration.
|
||||
}
|
||||
Reference in New Issue
Block a user