-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
73 lines (72 loc) · 1.87 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
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(.db_mock_paths)
export(.dittodb_env)
export(capture_db_requests)
export(check_db_path)
export(check_for_pkg)
export(clean_statement)
export(dbMockConnect)
export(db_mock_paths)
export(db_path_sanitize)
export(dittodb_debug_level)
export(expect_sql)
export(get_dbname)
export(get_redactor)
export(get_type)
export(hash)
export(hash_db_object)
export(make_path)
export(nycflights13_create_sql)
export(nycflights13_create_sqlite)
export(nycflights_sqlite)
export(redact_columns)
export(sanitize_table_id)
export(serialize_bit64)
export(set_dittodb_debug_level)
export(start_db_capturing)
export(start_mock_db)
export(stop_db_capturing)
export(stop_mock_db)
export(use_dittodb)
export(with_mock_db)
export(with_mock_path)
exportClasses(DBIMockConnection)
exportClasses(DBIMockMariaDBConnection)
exportClasses(DBIMockRPostgreSQLConnection)
exportClasses(DBIMockRPostgresConnection)
exportClasses(DBIMockResult)
exportClasses(DBIMockSQLiteConnection)
exportMethods(dbBegin)
exportMethods(dbClearResult)
exportMethods(dbColumnInfo)
exportMethods(dbCommit)
exportMethods(dbDisconnect)
exportMethods(dbExistsTable)
exportMethods(dbFetch)
exportMethods(dbGetInfo)
exportMethods(dbGetQuery)
exportMethods(dbGetRowsAffected)
exportMethods(dbHasCompleted)
exportMethods(dbListFields)
exportMethods(dbListTables)
exportMethods(dbQuoteIdentifier)
exportMethods(dbQuoteString)
exportMethods(dbRemoveTable)
exportMethods(dbRollback)
exportMethods(dbSendQuery)
exportMethods(dbSendStatement)
exportMethods(dbWriteTable)
exportMethods(fetch)
import(DBI)
importFrom(DBI,dbListTables)
importFrom(DBI,dbWriteTable)
importFrom(digest,digest)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(lifecycle,badge)
importFrom(methods,getMethod)
importFrom(methods,new)
importFrom(methods,setMethod)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)