forked from r-dbi/odbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.74 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
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(odbcConnectionActions,default)
S3method(odbcConnectionIcon,default)
S3method(odbcDataType,"Microsoft SQL Server")
S3method(odbcDataType,"Spark SQL")
S3method(odbcDataType,Hive)
S3method(odbcDataType,Impala)
S3method(odbcDataType,MySQL)
S3method(odbcDataType,PostgreSQL)
S3method(odbcDataType,SQLite)
S3method(odbcDataType,default)
S3method(odbcListObjectTypes,default)
S3method(odbcListObjects,default)
S3method(odbcPreviewObject,default)
export(dbUnQuoteIdentifier)
export(odbc)
export(odbcConnectionActions)
export(odbcConnectionIcon)
export(odbcDataType)
export(odbcListColumns)
export(odbcListDataSources)
export(odbcListDrivers)
export(odbcListObjectTypes)
export(odbcListObjects)
export(odbcPreviewObject)
exportClasses(OdbcConnection)
exportClasses(OdbcDriver)
exportClasses(OdbcResult)
exportMethods(dbBegin)
exportMethods(dbBind)
exportMethods(dbClearResult)
exportMethods(dbColumnInfo)
exportMethods(dbCommit)
exportMethods(dbConnect)
exportMethods(dbDataType)
exportMethods(dbDisconnect)
exportMethods(dbExistsTable)
exportMethods(dbFetch)
exportMethods(dbGetInfo)
exportMethods(dbGetQuery)
exportMethods(dbGetRowCount)
exportMethods(dbGetRowsAffected)
exportMethods(dbGetStatement)
exportMethods(dbHasCompleted)
exportMethods(dbIsValid)
exportMethods(dbListFields)
exportMethods(dbListTables)
exportMethods(dbQuoteIdentifier)
exportMethods(dbQuoteString)
exportMethods(dbRemoveTable)
exportMethods(dbRollback)
exportMethods(dbSendQuery)
exportMethods(dbSendStatement)
exportMethods(dbUnQuoteIdentifier)
exportMethods(dbWriteTable)
exportMethods(show)
exportMethods(sqlData)
import(DBI)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(bit64,integer64)
importFrom(blob,blob)
importFrom(stats,runif)
useDynLib(odbc)