| ViewerDataMySQL-class {rdataviewer} | R Documentation |
An object representing the SQL query to view.
Objects can be created using the viewerDataMySQL function.
dbcon:"MySQLConnection"
giving a connection to the database server.query:"character"
giving the SQL query.colnames:"character"
giving the column names of the query result.paddednames:"character"
giving the column names padded to the maximum width of
the columns. widths:"numeric"
giving the number of characters in each column of the result.nlines:"numeric"
giving the number of rows in the result.
The virtual class "ViewerData", directly.
signature(data = "ViewerDataMySQL", cols =
"ANY"):
provide the names of the specified columns.
signature(data = "ViewerDataMySQL"):
provide the number of characters in each of the specified columns.
signature(data = "ViewerDataMySQL"):
provide the number of rows and columns in the data.
signature(data = "ViewerDataMySQL", rows = "ANY", cols = "ANY"):
provide a text version of a subset of the data as specified by the
rows and columns. Paul Murrell
showClass("ViewerDataMySQL")