This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method("[",sql)
S3method("[[",sql)
S3method(as.list,sql)
S3method(format,dbtools_conflict_clause)
S3method(format,dbtools_conflict_target)
S3method(ident_data,character)
S3method(ident_data,data.frame)
S3method(maybe_ident,character)
S3method(maybe_ident,ident)
S3method(maybe_ident,list)
S3method(maybe_ident,sql)
S3method(print,dbtools_conflict_clause)
S3method(print,dbtools_conflict_target)
S3method(sql_clause_data,character)
S3method(sql_clause_data,data.frame)
S3method(sql_escape_ident,DBIConnection)
S3method(sql_escape_ident,TestConnection)
S3method(to_sql,dbtools_conflict_do_nothing)
S3method(to_sql,dbtools_conflict_do_update)
S3method(to_sql,dbtools_constraint)
S3method(to_sql,dbtools_unique_cols)
export("%>%")
export(con_memdb)
export(db_delete_data)
export(db_insert_data)
export(db_insert_missing_data)
export(db_update_data)
export(db_upsert_data)
export(glue_sql)
export(ident)
export(memdb_frame2)
export(sql)
export(sql_constraint)
export(sql_delete)
export(sql_do_nothing)
export(sql_do_update)
export(sql_insert)
export(sql_insert_missing)
export(sql_unique_cols)
export(sql_update)
export(sql_upsert)
export(sql_values)
export(with_transaction)
import(rlang)
import(vctrs)
importFrom(assertthat,assert_that)
importFrom(dbplyr,build_sql)
importFrom(dbplyr,escape)
importFrom(dbplyr,ident)
importFrom(dbplyr,sql)
importFrom(dbplyr,sql_vector)
importFrom(glue,glue_sql)
importFrom(magrittr,"%>%")