Index: openacs-4/packages/acs-templating/www/doc/api/database.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/api/database.html,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/acs-templating/www/doc/api/database.html 13 Mar 2001 22:59:27 -0000 1.1
+++ openacs-4/packages/acs-templating/www/doc/api/database.html 7 Aug 2017 23:48:02 -0000 1.2
@@ -4,7 +4,7 @@
Database Query
- Templating System : API Reference
+ Templating System : API Reference
Summary
@@ -56,30 +56,30 @@
Note(s)
- - Valid values for structure are onevalue,
- onerow, multirow, onelist, nestedlist and multilist.
+
- Valid values for structure are onevalue,
+ onerow, multirow, onelist, nestedlist and multilist.
-
- sql may be any valid SQL statement whose result set has the
- appropriate dimensions for the desired structure.
+
- sql may be any valid SQL statement whose result set has the
+ appropriate dimensions for the desired structure.
-
- The db parameter is optional. If no parameter is supplied,
+
- The db parameter is optional. If no parameter is supplied,
a handle will be requested to perform the query and then released
immediately.
-
- The startrow and maxrows
+
- The startrow and maxrows
parameters are valid only for multirow queries. They may be
specified to limit the rows from the query result that are included
in the data source.
-
- The eval parameter takes a block of Tcl code to perform
+
- The eval parameter takes a block of Tcl code to perform
on each row of a multirow query as it is fetched from the
- database. The code may refer to the row array to get and
+ database. The code may refer to the row array to get and
set column values.
-
- The bind option is valid only when using Oracle.
+
- The bind option is valid only when using Oracle.
-templating@arsdigita.com
+