Skip to content

Commit

Permalink
define interface
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolbo committed May 21, 2015
1 parent e6f9c0b commit 2c199b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
exportPattern("^[[:alpha:]]+")
export(src_SparkSQL)
import(dplyr)
importFrom(RJDBC, JDBC)
importFrom(DBI, dbConnect)
importFrom(DBI, dbGetQuery)
S3method(tbl, src_SparkSQL)
S3method(src_translate_env, src_SparkSQL)
S3method(src_desc, src_SparkSQL)
S3method(db_has_table, SparkSQLConnection)
S3method(db_list_tables, SparkSQLConnection)
S3method(db_query_fields, SparkSQLConnection)
Expand All @@ -13,4 +16,4 @@ S3method(db_data_type, SparkSQLConnection)
S3method(db_insert_into, SparkSQLConnection)
S3method(db_create_table, SparkSQLConnection)
S3method(sql_escape_string, SparkSQLConnection)
S3method(sql_escape_ident, SparkSQLConnection)
S3method(sql_escape_ident, SparkSQLConnection)

0 comments on commit 2c199b9

Please sign in to comment.