forked from r-dbi/RSQLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.46 KB
/
NAMESPACE
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
# Generated by roxygen2 (4.1.0): do not edit by hand
export(SQLITE_RO)
export(SQLITE_RW)
export(SQLITE_RWC)
export(SQLite)
export(datasetsDb)
export(dbBeginTransaction)
export(dbBuildTableDefinition)
export(dbGetPreparedQuery)
export(dbSendPreparedQuery)
export(initExtension)
export(isIdCurrent)
export(rsqliteVersion)
export(sqliteBuildTableDefinition)
export(sqliteCopyDatabase)
export(sqliteQuickColumn)
exportClasses(SQLiteConnection)
exportClasses(SQLiteDriver)
exportClasses(SQLiteResult)
exportMethods(SQLKeywords)
exportMethods(dbBegin)
exportMethods(dbBind)
exportMethods(dbClearResult)
exportMethods(dbColumnInfo)
exportMethods(dbCommit)
exportMethods(dbConnect)
exportMethods(dbDataType)
exportMethods(dbDisconnect)
exportMethods(dbExistsTable)
exportMethods(dbFetch)
exportMethods(dbGetException)
exportMethods(dbGetInfo)
exportMethods(dbGetPreparedQuery)
exportMethods(dbGetRowCount)
exportMethods(dbGetRowsAffected)
exportMethods(dbGetStatement)
exportMethods(dbHasCompleted)
exportMethods(dbIsValid)
exportMethods(dbListFields)
exportMethods(dbListResults)
exportMethods(dbListTables)
exportMethods(dbReadTable)
exportMethods(dbRemoveTable)
exportMethods(dbRollback)
exportMethods(dbSendPreparedQuery)
exportMethods(dbSendQuery)
exportMethods(dbUnloadDriver)
exportMethods(dbWriteTable)
exportMethods(fetch)
exportMethods(isSQLKeyword)
exportMethods(make.db.names)
exportMethods(show)
exportMethods(sqlData)
import(DBI)
import(methods)
importFrom(Rcpp,sourceCpp)
useDynLib(RSQLite)