1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Split up the lang.html page into a seperate page for each command. (CVS 2116)

FossilOrigin-Name: ea315668e5833befe296fc94c67f914061d2ffb2
This commit is contained in:
danielk1977
2004-11-19 11:59:23 +00:00
parent 023f41762c
commit cd45ab2d6f
8 changed files with 115 additions and 57 deletions

View File

@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: c_interface.tcl,v 1.42 2004/11/10 05:48:57 danielk1977 Exp $}
set rcsid {$Id: c_interface.tcl,v 1.43 2004/11/19 11:59:24 danielk1977 Exp $}
source common.tcl
header {The C language interface to the SQLite library}
puts {
@ -446,7 +446,7 @@ same information as the 2nd through 4th parameters of the
the <b>sqlite_exec</b> interface. Except, with <b>sqlite_step</b>
the column datatype information is always included in the in the
4th parameter regardless of whether or not the
<a href="lang.html#pragma_show_datatypes">SHOW_DATATYPES</a> pragma
<a href="pragma.html#pragma_show_datatypes">SHOW_DATATYPES</a> pragma
is on or off.
</p>