forked from r-dbi/RMySQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.63 KB
/
NAMESPACE
File metadata and controls
64 lines (63 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2 (4.1.0): do not edit by hand
export(CLIENT_COMPRESS)
export(CLIENT_CONNECT_WITH_DB)
export(CLIENT_FOUND_ROWS)
export(CLIENT_IGNORE_SIGPIPE)
export(CLIENT_IGNORE_SPACE)
export(CLIENT_INTERACTIVE)
export(CLIENT_LOCAL_FILES)
export(CLIENT_LONG_FLAG)
export(CLIENT_LONG_PASSWORD)
export(CLIENT_MULTI_RESULTS)
export(CLIENT_MULTI_STATEMENTS)
export(CLIENT_NO_SCHEMA)
export(CLIENT_ODBC)
export(CLIENT_PROTOCOL_41)
export(CLIENT_RESERVED)
export(CLIENT_SECURE_CONNECTION)
export(CLIENT_SSL)
export(CLIENT_TRANSACTIONS)
export(MySQL)
export(dbEscapeStrings)
export(isIdCurrent)
export(mysqlBuildTableDefinition)
export(mysqlClientLibraryVersions)
export(mysqlDefault)
export(mysqlExecQuery)
export(mysqlHasDefault)
exportClasses(MySQLConnection)
exportClasses(MySQLDriver)
exportClasses(MySQLResult)
exportMethods(SQLKeywords)
exportMethods(dbBegin)
exportMethods(dbBind)
exportMethods(dbClearResult)
exportMethods(dbColumnInfo)
exportMethods(dbCommit)
exportMethods(dbConnect)
exportMethods(dbDataType)
exportMethods(dbDisconnect)
exportMethods(dbExistsTable)
exportMethods(dbFetch)
exportMethods(dbGetInfo)
exportMethods(dbGetRowCount)
exportMethods(dbGetRowsAffected)
exportMethods(dbGetStatement)
exportMethods(dbHasCompleted)
exportMethods(dbIsValid)
exportMethods(dbListTables)
exportMethods(dbQuoteIdentifier)
exportMethods(dbQuoteString)
exportMethods(dbReadTable)
exportMethods(dbRemoveTable)
exportMethods(dbRollback)
exportMethods(dbSendQuery)
exportMethods(dbWriteTable)
exportMethods(fetch)
exportMethods(isSQLKeyword)
exportMethods(make.db.names)
exportMethods(show)
import(DBI)
import(methods)
importFrom(Rcpp,sourceCpp)
useDynLib(RMySQL)