hidden_aliases: Internal page for hidden aliases

Description Usage

Description

For S4 methods that require a documentation entry but only clutter the index.

Usage

 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
## S4 method for signature 'DBIConnection'
dbDeleteAllRecords(con, name, key.df = NULL,
  ...)

## S4 method for signature 'DBIConnection'
dbDropTable(con, name, ...)

## S4 method for signature 'DBIConnection'
sqlOnClause(con, x, y, by)

## S4 method for signature 'DBIConnection'
sqlSetClause(con, x, y, set)

## S4 method for signature 'DBIConnection'
sqlUpdateTable(con, x, y, set = NULL,
  by = NULL)

## S4 method for signature 'DBIConnection'
sqlAlterTableWithPrimaryKey(conn, target.table,
  pk)

## S4 method for signature 'DBIConnection'
sqlAddIndex(conn, table, index, unique = FALSE)

## S4 method for signature 'DBIConnection'
sqlDeleteAllRecords(conn, name)

## S4 method for signature 'DBIConnection'
dbAddPrimaryKey(con, name, primary_key, ...)

## S4 method for signature 'DBIConnection'
dbAddIndex(con, name, index, unique = FALSE,
  ...)

## S4 method for signature 'DBIConnection'
sqlReplaceInTable(con, table, values,
  row.names = NA, ...)

## S4 method for signature 'DBIConnection'
dbReplaceInTable(conn, name, value, ...,
  row.names = NULL)

## S4 method for signature 'DBIConnection'
dbUpdateTable(con, target.table, data.update,
  set = NULL, by = NULL)

schardtbc/DBIExt documentation built on June 7, 2019, 2:39 p.m.