Skip to content

Commit

Permalink
up API
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 10, 2018
1 parent 52efa90 commit 0e40bcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions API
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Exported functions

ANSI()
Id(...)
SQL(x, ..., names = NULL)
SQLKeywords(dbObj, ...)
dbBegin(conn, ...)
Expand Down Expand Up @@ -30,6 +31,7 @@ dbHasCompleted(res, ...)
dbIsValid(dbObj, ...)
dbListConnections(drv, ...)
dbListFields(conn, name, ...)
dbListObjects(conn, prefix = NULL, ...)
dbListResults(conn, ...)
dbListTables(conn, ...)
dbQuoteIdentifier(conn, x, ...)
Expand All @@ -42,6 +44,7 @@ dbSendQuery(conn, statement, ...)
dbSendStatement(conn, statement, ...)
dbSetDataMappings(res, flds, ...)
dbUnloadDriver(drv, ...)
dbUnquoteIdentifier(conn, x, ...)
dbWithTransaction(conn, code, ...)
dbWriteTable(conn, name, value, ...)
fetch(res, n = -1, ...)
Expand All @@ -61,6 +64,12 @@ sqlParseVariablesImpl(sql, quotes, comments)
sqlQuoteSpec(start, end, escape, doubleEscape = TRUE)
sqlRownamesToColumn(df, row.names = NA)

## Foreign S3 methods

[.SQL(x, ...)
[[.SQL(x, ...)
toString.Id(x, ...)

## Exported data

.SQL92Keywords: character (character[220])

0 comments on commit 0e40bcf

Please sign in to comment.