viewerDataMySQL {rdataviewer}R Documentation

Prepare an SQL query for viewing.

Description

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

Usage

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


[Package rdataviewer version 0.1 Index]