TSconnect(q, dbname, ...)
# S4 method for character,character
TSconnect(q, dbname, ...)
# S4 method for logicalId
show(object)
# S4 method for TSdb
show(object)
# S4 method for TSmeta
show(object)
# S4 method for TSdb
print(x, ...)
q
is a database connection object.q
is a character
string (e.g. "MySQL"
) then the method attempts to get a connection
using the character string."TSconnect"
uses dbConnect
but checks the database
has expected tables and also establishes
information about additional features that may be available (vintiges and/or
panels).
Options can be set to simplify access to a commonly used database
(see TSput
).
TSdbi-package
,
dbConnect
,
TSget
,
TSput
,
TSdates