-
Notifications
You must be signed in to change notification settings - Fork 74
/
_pkgdown.yml
140 lines (124 loc) · 2.52 KB
/
_pkgdown.yml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
url: https://dbi.r-dbi.org
template:
package: dbitemplate
bootstrap: 5
home:
links:
- text: Report a security vulnerability
href: https://dbi.r-dbi.org/security.html
- text: DBI project website
href: https://r-dbi.org
reference:
- title: Connecting and disconnecting
desc: Connecting to and disconnecting from databases.
contents:
- dbConnect
- dbDisconnect
- dbCanConnect
- dbGetInfo
- dbIsValid
- dbIsReadOnly
- DBIConnector-class
- dbGetConnectArgs
- title: Tables
desc: Reading and writing entire tables.
contents:
- dbReadTable
- dbWriteTable
- dbCreateTable
- dbAppendTable
- dbRemoveTable
- dbListTables
- dbListFields
- dbExistsTable
- dbListObjects
- rownames
- title: Queries and statements
desc: Communicate with the DBMS.
contents:
- dbGetQuery
- dbExecute
- title: Results
desc: More control for sending queries and executing statements.
contents:
- dbSendQuery
- dbSendStatement
- dbBind
- dbFetch
- dbGetRowCount
- dbGetRowsAffected
- dbGetStatement
- dbHasCompleted
- dbColumnInfo
- dbClearResult
- title: Transactions
desc: Ensuring multiple statements are executed together, or not at all.
contents:
- transactions
- dbWithTransaction
- title: SQL
desc: Tools for creating and parsing SQL queries.
contents:
- SQL
- dbDataType
- dbQuoteIdentifier
- dbQuoteLiteral
- dbQuoteString
- sqlCreateTable
- sqlAppendTable
- sqlData
- dbUnquoteIdentifier
- sqlInterpolate
- title: Arrow
desc: >
<p><a href="https://lifecycle.r-lib.org/articles/stages.html">
<img src="figures/lifecycle-experimental.svg" alt="Experimental lifecycle"/>
</a></p>
Returning and sending data in the Arrow format.
contents:
- dbReadTableArrow
- dbWriteTableArrow
- dbCreateTableArrow
- dbAppendTableArrow
- dbGetQueryArrow
- dbSendQueryArrow
- dbBindArrow
- dbFetchArrow
- dbFetchArrowChunk
- title: Classes
desc: S4 classes defined by DBI.
contents:
- DBI-package
- DBIObject-class
- DBIDriver-class
- DBIConnection-class
- DBIResult-class
- DBIResultArrow-class
- DBIConnector-class
- Id-class
- title: Data
desc: S4 classes defined by DBI.
contents:
- .SQL92Keywords
articles:
- title: Tutorials
contents:
- DBI
- DBI-advanced
- DBI-arrow
- backend
- title: Specification
contents:
- spec
- title: Historic
contents:
- DBI-proposal
- DBI-history
- DBI-1
development:
mode: auto
authors:
Kirill Müller:
href: https://krlmlr.info
news:
cran_dates: false