From ff1bf26d2613233690000d0f16de00e7533380bf Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 30 May 2009 10:14:59 +0200 Subject: update docs for 1.7 release Signed-off-by: Andreas Unterkircher --- docs/phpfspot/PHPFSPOT_DB.html | 164 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 150 insertions(+), 14 deletions(-) (limited to 'docs/phpfspot/PHPFSPOT_DB.html') diff --git a/docs/phpfspot/PHPFSPOT_DB.html b/docs/phpfspot/PHPFSPOT_DB.html index d552e99..7344507 100644 --- a/docs/phpfspot/PHPFSPOT_DB.html +++ b/docs/phpfspot/PHPFSPOT_DB.html @@ -47,7 +47,7 @@
-
+
 PHPFSPOT_DB __construct @@ -60,12 +60,24 @@ ()
+  + void + db_check_column_exists + ( $table_name,  $column) +
+
 true db_check_table_exists ([string, $table_name = ""])
+  + bool + db_commit_transaction + () +
+
 void db_exec @@ -94,6 +106,18 @@ void db_query ([ $query = ""]) +
+
+  + bool + db_rollback_transaction + () +
+
+  + bool + db_start_transaction + ()
@@ -111,7 +135,7 @@
-
+
@@ -145,7 +169,7 @@
-
+
@@ -169,13 +193,47 @@ +
+ +
+ +
+ + db_check_column_exists (line 284) +
+ + +

PHPFSPOT_DB check column exist

+

This function checks if the given column exists within the specified table.

+
    +
  • access: public
  • +
+ +
+ void + + db_check_column_exists + + ( $table_name,  $column) +
+ +
    +
  • + + $table_name
  • +
  • + + $column
  • +
+ +
- db_check_table_exists (line 254) + db_check_table_exists (line 253)
@@ -202,12 +260,38 @@
- +
- db_exec (line 164) + db_commit_transaction (line 398) +
+ + +

commit transaction

+

this will commit an ongoing transaction on ACID-supporting database systems

+
    +
  • access: public
  • +
+ +
+ bool + + db_commit_transaction + + () +
+ + + +
+ +
+ +
+ + db_exec (line 162)
@@ -234,11 +318,11 @@
-
+
- db_fetchSingleRow (line 207) + db_fetchSingleRow (line 208)
@@ -265,11 +349,11 @@
-
+
- db_fetch_object (line 190) + db_fetch_object (line 191)
@@ -294,11 +378,11 @@
-
+
- db_getNumRows (line 233) + db_getNumRows (line 232)
@@ -325,7 +409,7 @@
-
+
@@ -354,6 +438,58 @@ +
+ +
+ +
+ + db_rollback_transaction (line 420) +
+ + +

rollback transaction()

+

this function aborts a on going transaction

+
    +
  • access: public
  • +
+ +
+ bool + + db_rollback_transaction + + () +
+ + + +
+ +
+ +
+ + db_start_transaction (line 375) +
+ + +

start transaction

+

this will start a transaction on ACID-supporting database systems.

+
    +
  • access: public
  • +
+ +
+ bool + + db_start_transaction + + () +
+ + +
@@ -361,7 +497,7 @@

- Documentation generated on Wed, 02 Jul 2008 20:41:02 +0200 by phpDocumentor 1.4.2 + Documentation generated on Sat, 30 May 2009 10:14:36 +0200 by phpDocumentor 1.4.2

\ No newline at end of file -- cgit v1.2.3-18-g5258