File: MySQLResult-class.Rd

package info (click to toggle)
rmysql 0.10.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: ansic: 1,662; sh: 58; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/result.R
\docType{class}
\name{MySQLResult-class}
\alias{MySQLResult-class}
\title{Class MySQLResult}
\description{
MySQL's query results class.  This classes encapsulates the result of an SQL
statement (either \code{select} or not).
}
\keyword{internal}