Index: openacs-4/packages/acs-core-docs/www/db-api-detailed.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api-detailed.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 11 Apr 2018 21:35:06 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 25 Apr 2018 08:38:27 -0000 1.5 @@ -3,11 +3,11 @@ Database Access API -
+ leftLink="apm-design" leftLabel="Prev" + title="Chapter 15. Kernel +Documentation" + rightLink="i18n-requirements" rightLabel="Next"> +

Database Access API

<authorblurb>

By Jon Salz. Revised and expanded by Roberto Mello (rmello at fslc dot usu dot edu), July @@ -620,8 +620,7 @@ } { set user_url [acs_community_member_url -user_id $user_id] } - - +

db_resultrows
db_resultrows

Returns the number of rows affected or returned by the previous @@ -664,24 +663,21 @@ db_compatible_rdbms_p

 db_compatible_rdbms_p db_type
-                
-

Returns 1 if the given db_type is compatible with the current +

Returns 1 if the given db_type is compatible with the current RDBMS.

db_package_supports_rdbms_p
 db_package_supports_rdbms_p db_type_list
-                
-

Returns 1 if db_type_list contains the current RDMBS type. A +

Returns 1 if db_type_list contains the current RDMBS type. A package intended to run with a given RDBMS must note this in -its package info file regardless of whether or not it actually +it's package info file regardless of whether or not it actually uses the database.

db_legacy_package_p
 db_legacy_package_p db_type_list
-                
-

Returns 1 if the package is a legacy package. We can only tell +

Returns 1 if the package is a legacy package. We can only tell for certain if it explicitly supports Oracle 8.1.6 rather than the OpenACS more general oracle.

@@ -706,9 +702,9 @@
- + homeLink="index" homeLabel="Home" + upLink="kernel-doc" upLabel="Up"> + \ No newline at end of file