Documentation Source Text

Check-in [9621e94943]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge typo fix from the 3.8.8 branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9621e94943af3d6dd0a5fdeb71569d5d427eacdb
User & Date: drh 2015-03-04 16:59:51.672
Context
2015-03-04
20:19
Add fts5.html. (check-in: 519916c18a user: dan tags: trunk)
16:59
Merge typo fix from the 3.8.8 branch. (check-in: 9621e94943 user: drh tags: trunk)
16:57
Fix a typo in the new executive summary of the c-language intro. (check-in: 69e5764941 user: drh tags: branch-3.8.8)
16:44
Improvements to API documentation. List VxWorks in the supported platforms on the features page. (check-in: c9cc354d83 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/cintro.in.
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<td>Compile SQL text into
byte-code that will do the work of querying or updating the database. 
The constructor for [sqlite3_stmt].</td>
</tr>

<tr>
<td valign="top"><b>[sqlite3_bind_int|sqlite3_bind()]</td><td>
<td>Store applicate data into
[parameters] of the original SQL.</td>
</tr>

<tr>
<td valign="top"><b>[sqlite3_step()]</td><td>
<td>Advance an [sqlite3_stmt] to the next result row or to completion.</td>
</tr>







|







66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<td>Compile SQL text into
byte-code that will do the work of querying or updating the database. 
The constructor for [sqlite3_stmt].</td>
</tr>

<tr>
<td valign="top"><b>[sqlite3_bind_int|sqlite3_bind()]</td><td>
<td>Store application data into
[parameters] of the original SQL.</td>
</tr>

<tr>
<td valign="top"><b>[sqlite3_step()]</td><td>
<td>Advance an [sqlite3_stmt] to the next result row or to completion.</td>
</tr>