-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
29 lines (28 loc) · 925 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(copy_to,SnowflakeDBConnection)
S3method(copy_to,src_snowflakedb)
S3method(db_analyze,SnowflakeDBConnection)
S3method(db_begin,SnowflakeDBConnection)
S3method(db_create_index,SnowflakeDBConnection)
S3method(db_data_type,SnowflakeDBConnection)
S3method(db_desc,SnowflakeDBConnection)
S3method(db_explain,SnowflakeDBConnection)
S3method(db_has_table,SnowflakeDBConnection)
S3method(db_insert_into,SnowflakeDBConnection)
S3method(db_query_fields,SnowflakeDBConnection)
S3method(sql_translate_env,SnowflakeDBConnection)
S3method(tbl,SnowflakeDBConnection)
S3method(tbl,src_snowflakedb)
export(db_create_stage)
export(db_get_from_stage)
export(db_put_to_stage)
export(db_snowflake_copy)
export(lahman_snowflakedb)
export(src_snowflakedb)
exportMethods(dbGetRowsAffected)
import(DBI)
import(RJDBC)
import(assertthat)
import(dplyr)
importFrom(utils,head)
importFrom(utils,tail)