isMySQL: Is the Given Database of Type MySQL?

View source: R/logical.R

isMySQLR Documentation

Is the Given Database of Type MySQL?

Description

Is the Given Database of Type MySQL?

Usage

isMySQL(db, ..., con = NULL)

Arguments

db

database file (*.mdb, *.accdb, *.xls, *.xlsx) or name of ODBC database

...

arguments passed to hsOpenDb, e.g. use2007Driver

con

connection object as returned by hsOpenDb, if already available. Default: NULL

Value

TRUE if db is a MySQL database, else FALSE


KWB-R/kwb.db documentation built on Oct. 1, 2023, 4:10 a.m.