-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method("[",dbi.table)
S3method(as.data.frame,dbi.table)
S3method(data.table::as.data.table,dbi.table,as_data_table)
S3method(dim,dbi.table)
S3method(get_connection,DBIConnection)
S3method(get_connection,dbi.catalog)
S3method(get_connection,dbi.schema)
S3method(get_connection,dbi.table)
S3method(get_connection,default)
S3method(merge,dbi.table)
S3method(print,dbi.catalog)
S3method(print,dbi.schema)
S3method(print,dbi.table)
S3method(tables_schema, default, tables_schema_default)
S3method(tables_schema, duckdb_connection, tables_schema_duckdb)
S3method(unique,dbi.table)
export(as.dbi.table)
export(chinook.duckdb)
export(chinook.sqlite)
export(csql)
export(dbi.attach)
export(dbi.catalog)
export(dbi.table)
export(is.dbi.table)
export(reference.test)
export(sql.join)
exportMethods(dbExecute)
exportMethods(dbGetInfo)
exportMethods(dbGetQuery)
exportMethods(dbSendStatement)
importFrom(DBI,SQL)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetInfo)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbSendStatement)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)