Index: openacs-4/packages/acs-core-docs/www/db-api-detailed.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api-detailed.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/db-api-detailed.html 2 Feb 2002 03:47:32 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/db-api-detailed.html 3 Mar 2002 01:27:08 -0000 1.4 @@ -404,7 +404,7 @@ } -

Nulls and Bind Variables

+

Nulls and Bind Variables

When processing a DML statement, Oracle coerces empty strings into null. (This coercion does not occur in the @@ -566,7 +566,7 @@ release the database handle.

-
db_abort_transaction +
db_abort_transaction
@@ -579,7 +579,7 @@
 
 

-
db_null +
db_null
@@ -591,7 +591,7 @@ above.

-db_foreach +db_foreach
@@ -619,7 +619,7 @@
 loop and flush the database handle) and continue statements
 (which continue to the next row of the loop). 

-
db_1row
+
db_1row
 db_1row statement-name sql [ -bind bind_set_id | -bind bind_value_list ] \
@@ -636,7 +636,7 @@
 
 
-
db_0or1row
+
db_0or1row
 db_0or1row statement-name sql [ -bind bind_set_id | -bind bind_value_list ] \
@@ -646,7 +646,7 @@
 sets variables to column values and returns 1. If no rows are returned,
 returns 0. If more than one row is returned, throws an error. 

-
db_nextval
+
db_nextval
 db_nextval sequence-name
@@ -659,7 +659,7 @@
 
 

-
db_register_pooled_sequence
+
db_register_pooled_sequence
 db_register_pooled_sequence sequence-name pool-size
@@ -669,7 +669,7 @@
 
 

-
db_string
+
db_string
 db_string statement-name sql [ -default default ] [ -bind bind_set_id | -bind bind_value_list ]
@@ -683,7 +683,7 @@
 
 

-
db_list
+
db_list
 db_list statement-name sql [ -bind bind_set_id | -bind bind_value_list ]
@@ -695,7 +695,7 @@
 
 

-
db_list_of_lists
+
db_list_of_lists
 db_list_of_lists statement-name sql [ -bind bind_set_id | -bind bind_value_list ]
@@ -707,7 +707,7 @@
 
 

-
db_dml
+
db_dml
 db_dml statement-name sql \
@@ -745,9 +745,9 @@
 

-db_write_clob, -db_write_blob, -db_blob_get_file +db_write_clob, +db_write_blob, +db_blob_get_file
@@ -762,14 +762,14 @@
 
 

-
db_release_unused_handles
+
db_release_unused_handles
 db_release_unused_handles
 

Releases any allocated, unused database handles.

-
db_transaction
+
db_transaction
 db_transaction code_block [ on_error { code_block } ]
@@ -814,7 +814,7 @@
 
 
-
db_resultrows
+
db_resultrows
 db_resultrows
@@ -825,7 +825,7 @@
 
 

-
db_with_handle
+
db_with_handle
 db_with_handle var code_block
@@ -855,7 +855,7 @@
 
 
-
db_nullify_empty_string
+
db_nullify_empty_string
 db_nullify_empty_string string
@@ -912,9 +912,9 @@
 
 
 
-
- rmello@cc.usu.edu -
+
+ rmello at fslc.usu.edu +
vinod@kurup.com