-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 1.02 KB
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
S3method(connection_close,DBIConnection)
S3method(connection_close,connConnection)
S3method(connection_open,DBIDriver)
S3method(connection_update,DBIConnection)
S3method(connection_update,connConnection)
S3method(connection_view,DBIConnection)
S3method(connection_view,connConnection)
S3method(copy_to,connConnection)
S3method(read_pin_conn,conn_open)
S3method(read_pin_conn,conn_table)
S3method(tbl,connConnection)
S3method(write_pin_conn,connConnection)
S3method(write_pin_conn,tbl_conn)
export(connection_close)
export(connection_code)
export(connection_open)
export(connection_pin_read)
export(connection_pin_write)
export(connection_update)
export(connection_view)
export(read_pin_conn)
export(write_pin_conn)
exportClasses(connConnection)
exportMethods(dbSendQuery)
exportMethods(dbWriteTable)
import(DBI)
import(pins)
import(rscontract)
importFrom(dplyr,collect)
importFrom(dplyr,copy_to)
importFrom(dplyr,tbl)
importFrom(methods,new)
importFrom(utils,capture.output)
importFrom(utils,head)