Entry: MySQL
Aliases: MySQL
Keywords: interface database
Description: Instantiate a MySQL client from the current R session
URL: ../../../library/RMySQL/html/MySQL.html

Entry: MySQLConnection-class
Aliases: MySQLConnection-class
Keywords: database interface classes
Description: Class MySQLConnection
URL: ../../../library/RMySQL/html/MySQLConnection-class.html

Entry: MySQLDriver-class
Aliases: MySQLDriver-class
Keywords: database interface classes
Description: Class MySQLDriver
URL: ../../../library/RMySQL/html/MySQLDriver-class.html

Entry: MySQLObject-class
Aliases: MySQLObject-class
Keywords: database interface classes
Description: Class MySQLObject
URL: ../../../library/RMySQL/html/MySQLObject-class.html

Entry: MySQLResult-class
Aliases: MySQLResult-class
Keywords: database interface classes
Description: Class MySQLResult
URL: ../../../library/RMySQL/html/MySQLResult-class.html

Entry: RMySQL-package
Aliases: RMySQL-package RMySQL
Keywords: package interface database
Description: R interface to the MySQL database
URL: ../../../library/RMySQL/html/RMySQL-package.html

Entry: S4R
Aliases: ErrorClass usingR
Keywords: internal
Description: R compatibility with S version 4/Splus5+ support functions
URL: ../../../library/RMySQL/html/S4R.html

Entry: dbApply-methods
Aliases: dbApply-methods dbApply,MySQLResult-method
Keywords: programming interface database
Description: Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
URL: ../../../library/RMySQL/html/dbApply-methods.html

Entry: dbApply
Aliases: dbApply
Keywords: programming interface database
Description: Apply R functions to remote groups of DBMS rows (experimental)
URL: ../../../library/RMySQL/html/dbApply.html

Entry: dbBuildTableDefinition
Aliases: dbBuildTableDefinition
Keywords: methods interface database
Description: Build the SQL CREATE TABLE definition as a string
URL: ../../../library/RMySQL/html/dbBuildTableDefinition.html

Entry: dbCallProc-methods
Aliases: dbCallProc-methods dbCallProc,MySQLConnection-method
Keywords: methods interface database
Description: Call an SQL stored procedure
URL: ../../../library/RMySQL/html/dbCallProc-methods.html

Entry: dbCommit-methods
Aliases: dbCommit-methods dbRollback-methods dbCommit,MySQLConnection-method dbRollback,MySQLConnection-method
Keywords: methods interface database
Description: DBMS Transaction Management
URL: ../../../library/RMySQL/html/dbCommit-methods.html

Entry: dbConnect-methods
Aliases: dbDisconnect-methods dbConnect-methods dbDisconnect,MySQLConnection-method dbConnect,MySQLDriver-method dbConnect,MySQLConnection-method dbConnect,character-method
Keywords: methods interface database
Description: Create a connection object to an MySQL DBMS
URL: ../../../library/RMySQL/html/dbConnect-methods.html

Entry: dbDataType-methods
Aliases: dbDataType-methods dbDataType,MySQLObject-method
Keywords: methods interface database
Description: Determine the SQL Data Type of an S object
URL: ../../../library/RMySQL/html/dbDataType-methods.html

Entry: dbDriver-methods
Aliases: dbDriver-methods dbUnloadDriver-methods dbDriver,character-method dbUnloadDriver,MySQLDriver-method
Keywords: methods interface database
Description: MySQL implementation of the Database Interface (DBI) classes and drivers
URL: ../../../library/RMySQL/html/dbDriver-methods.html

Entry: dbEscapeStrings-methods
Aliases: dbEscapeStrings-methods dbEscapeStrings,MySQLConnection,character-method dbEscapeStrings,MySQLResult,character-method
Keywords: methods methods interface database
Description: Escape a Character Vector According to SQL rules
URL: ../../../library/RMySQL/html/dbEscapeStrings-methods.html

Entry: dbEscapeStrings
Aliases: dbEscapeStrings
Keywords: programming interface database
Description: Escape SQL-special characters in strings
URL: ../../../library/RMySQL/html/dbEscapeStrings.html

Entry: dbGetInfo-methods
Aliases: dbGetInfo dbGetDBIVersion-methods dbGetStatement-methods dbGetRowCount-methods dbGetRowsAffected-methods dbColumnInfo-methods dbHasCompleted-methods dbGetInfo,MySQLObject-method dbGetInfo,MySQLDriver-method dbGetInfo,MySQLConnection-method dbGetInfo,MySQLResult-method dbGetStatement,MySQLResult-method dbGetRowCount,MySQLResult-method dbGetRowsAffected,MySQLResult-method dbColumnInfo,MySQLResult-method dbHasCompleted,MySQLResult-method
Keywords: methods interface database
Description: Database interface meta-data
URL: ../../../library/RMySQL/html/dbGetInfo-methods.html

Entry: dbListTables-methods
Aliases: dbListTables-methods dbListFields-methods dbListConnections-methods dbListResults-methods dbListTables,MySQLConnection-method dbListFields,MySQLConnection,character-method dbListFields,MySQLResult,missing-method dbListConnections,MySQLDriver-method dbListResults,MySQLConnection-method
Keywords: methods interface database
Description: List items from an MySQL DBMS and from objects
URL: ../../../library/RMySQL/html/dbListTables-methods.html

Entry: dbNextResult-methods
Aliases: dbNextResult-methods dbNextResult,MySQLConnection-method dbMoreResults-methods dbMoreResults,MySQLConnection-method
Keywords: methods methods interface database
Description: Fetch Next Result Set from Multiple Statements or Stored Procedures
URL: ../../../library/RMySQL/html/dbNextResult-methods.html

Entry: dbNextResult
Aliases: dbNextResult dbMoreResults
Keywords: programming interface database
Description: Fetch next result set from an SQL script or stored procedure (experimental)
URL: ../../../library/RMySQL/html/dbNextResult.html

Entry: dbObjectId-class
Aliases: dbObjectId-class
Keywords: classes interface database
Description: Class dbObjectId
URL: ../../../library/RMySQL/html/dbObjectId-class.html

Entry: dbReadTable-methods
Aliases: dbReadTable-methods dbWriteTable-methods dbExistsTable-methods dbRemoveTable-methods dbReadTable,MySQLConnection,character-method dbWriteTable,MySQLConnection,character,character-method dbWriteTable,MySQLConnection,character,data.frame-method dbExistsTable,MySQLConnection,character-method dbRemoveTable,MySQLConnection,character-method
Keywords: methods interface database
Description: Convenience functions for Importing/Exporting DBMS tables
URL: ../../../library/RMySQL/html/dbReadTable-methods.html

Entry: dbSendQuery-methods
Aliases: dbSendQuery-methods dbGetQuery-methods dbClearResult-methods dbGetException-methods dbSendQuery,MySQLConnection,character-method dbGetQuery,MySQLConnection,character-method dbClearResult,MySQLResult-method dbGetException,MySQLConnection-method dbGetException,MySQLResult-method
Keywords: methods interface database
Description: Execute a statement on a given database connection
URL: ../../../library/RMySQL/html/dbSendQuery-methods.html

Entry: dbSetDataMappings-methods
Aliases: dbSetDataMappings-methods dbSetDataMappings,MySQLResult,data.frame-method
Keywords: methods interface database
Description: Set data mappings between MySQL and R/S-Plus
URL: ../../../library/RMySQL/html/dbSetDataMappings-methods.html

Entry: fetch-methods
Aliases: fetch-methods fetch,MySQLResult,numeric-method fetch,MySQLResult,missing-method
Keywords: methods interface database
Description: Fetch records from a previously executed query
URL: ../../../library/RMySQL/html/fetch-methods.html

Entry: isIdCurrent
Aliases: isIdCurrent
Keywords: interface database
Description: Check whether a database handle object is valid or not
URL: ../../../library/RMySQL/html/isIdCurrent.html

Entry: make.db.names-methods
Aliases: SQLKeywords-methods isSQLKeyword-methods make.db.names,MySQLObject,character-method SQLKeywords,MySQLObject-method SQLKeywords,missing-method isSQLKeyword,MySQLObject,character-method
Keywords: methods interface database
Description: Make R/S-Plus identifiers into legal SQL identifiers
URL: ../../../library/RMySQL/html/make.db.names-methods.html

Entry: mysqlDBApply
Aliases: mysqlDBApply
Keywords: programming interface database
Description: Apply R/S-Plus functions to remote groups of DBMS rows (experimental)
URL: ../../../library/RMySQL/html/mysqlDBApply.html

Entry: mysqlSupport
Aliases: mysqlInitDriver mysqlDriverInfo mysqlDescribeDriver mysqlCloseDriver mysqlNewConnection mysqlCloneConnection mysqlConnectionInfo mysqlDescribeConnection mysqlCloseConnection mysqlExecStatement mysqlFetch mysqlQuickSQL mysqlResultInfo mysqlDescribeResult mysqlCloseResult mysqlDescribeFields mysqlReadTable mysqlWriteTable mysqlImportFile mysqlDataType mysqlEscapeStrings .MySQLPkgName .MySQLPkgVersion .MySQLPkgRCS .MySQL.NA.string .MySQLSQLKeywords .conflicts.OK CLIENT_LONG_PASSWORD CLIENT_FOUND_ROWS CLIENT_LONG_FLAG CLIENT_CONNECT_WITH_DB CLIENT_NO_SCHEMA CLIENT_COMPRESS CLIENT_ODBC CLIENT_LOCAL_FILES CLIENT_IGNORE_SPACE CLIENT_PROTOCOL_41 CLIENT_INTERACTIVE CLIENT_SSL CLIENT_IGNORE_SIGPIPE CLIENT_TRANSACTIONS CLIENT_RESERVED CLIENT_SECURE_CONNECTION CLIENT_MULTI_STATEMENTS CLIENT_MULTI_RESULTS
Keywords: datasets interface database
Description: Support Functions
URL: ../../../library/RMySQL/html/mysqlSupport.html

Entry: safe.write
Aliases: safe.write
Keywords: internal
Description: Write a data.frame avoiding exceeding memory limits
URL: ../../../library/RMySQL/html/safe.write.html

Entry: summary-methods
Aliases: coerce-methods summary-methods format-methods show-methods coerce,dbObjectId,integer-method coerce,dbObjectId,numeric-method coerce,dbObjectId,character-method coerce,MySQLObject,MySQLDriver-method coerce,MySQLConnection,MySQLResult-method coerce,MySQLConnection,MySQLDriver-method coerce,MySQLResult,MySQLConnection-method coerce,MySQLResult,MySQLDriver-method format,dbObjectId-method print,dbObjectId-method show,dbObjectId-method summary,MySQLObject-method summary,MySQLDriver-method summary,MySQLConnection-method summary,MySQLResult-method
Keywords: methods database interface
Description: Summarize an MySQL object
URL: ../../../library/RMySQL/html/summary-methods.html
