viewerDataMySQL: Prepare an SQL query for viewing.

Description Usage Arguments Details Value Author(s) See Also

View source: R/data-mysql.R

Description

This function derives various important attributes of an SQL query and stores them so that viewing the query can occur efficiently.

Usage

1
viewerDataMySQL(query, dbname, username, password = "", host = NULL)

Arguments

query

The SQL query.

dbname

The name of the database to be queried.

username

The username to connect to the database server.

password

The username password to connect to the database server.

host

The name of the database server.

Details

This set up involves a couple of queries to the database server.

Value

An object of class "ViewerDataMySQL".

Author(s)

Paul Murrell

See Also

ViewerDataMySQL and viewerData


pmur002/rdataviewer documentation built on May 25, 2019, 10:21 a.m.