forked from imanuelcostigan/RSQLServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
55 lines (54 loc) · 1.7 KB
/
NAMESPACE
File metadata and controls
55 lines (54 loc) · 1.7 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(db_analyze,SQLServerConnection)
S3method(db_create_table,SQLServerConnection)
S3method(db_drop_table,SQLServerConnection)
S3method(db_has_table,SQLServerConnection)
S3method(db_insert_into,SQLServerConnection)
S3method(db_list_tables,SQLServerConnection)
S3method(db_query_fields,SQLServerConnection)
S3method(db_query_rows,SQLServerConnection)
S3method(db_save_query,SQLServerConnection)
S3method(head,tbl_sqlserver)
S3method(sql_select,SQLServerConnection)
S3method(src_desc,src_sqlserver)
S3method(src_translate_env,src_sqlserver)
S3method(tbl,src_sqlserver)
export(SQLServer)
export(have_test_server)
export(src_sqlserver)
exportClasses(SQLServerConnection)
exportClasses(SQLServerDriver)
exportClasses(SQLServerResult)
exportMethods(dbBegin)
exportMethods(dbColumnInfo)
exportMethods(dbConnect)
exportMethods(dbDataType)
exportMethods(dbFetch)
exportMethods(dbGetInfo)
exportMethods(dbGetQuery)
exportMethods(dbHasCompleted)
exportMethods(dbIsValid)
exportMethods(dbSendQuery)
exportMethods(dbSendUpdate)
exportMethods(show)
import(DBI)
importClassesFrom(RJDBC,JDBCConnection)
importClassesFrom(RJDBC,JDBCDriver)
importClassesFrom(RJDBC,JDBCResult)
importFrom(dplyr,db_analyze)
importFrom(dplyr,db_create_table)
importFrom(dplyr,db_drop_table)
importFrom(dplyr,db_has_table)
importFrom(dplyr,db_insert_into)
importFrom(dplyr,db_list_tables)
importFrom(dplyr,db_query_fields)
importFrom(dplyr,db_query_rows)
importFrom(dplyr,db_save_query)
importFrom(dplyr,sql_select)
importFrom(dplyr,src_desc)
importFrom(dplyr,src_translate_env)
importFrom(dplyr,tbl)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(utils,head)
importMethodsFrom(RJDBC,dbSendUpdate)