From 34a6bc84d61ad61de774c3514ce3fad712607a8e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 11 Sep 2005 06:22:26 +0000 Subject: [PATCH] All these methods are stable. Note: getColumnMeta is not stable; the warning was intentionally left there. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195768 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/functions/PDO-beginTransaction.xml | 3 +-- reference/pdo/functions/PDO-commit.xml | 3 +-- reference/pdo/functions/PDO-construct.xml | 3 +-- reference/pdo/functions/PDO-errorCode.xml | 3 +-- reference/pdo/functions/PDO-errorInfo.xml | 3 +-- reference/pdo/functions/PDO-exec.xml | 4 +--- reference/pdo/functions/PDO-getAttribute.xml | 4 +--- reference/pdo/functions/PDO-lastInsertId.xml | 4 +--- reference/pdo/functions/PDO-prepare.xml | 3 +-- reference/pdo/functions/PDO-query.xml | 4 +--- reference/pdo/functions/PDO-quote.xml | 4 +--- reference/pdo/functions/PDO-rollBack.xml | 3 +-- reference/pdo/functions/PDO-setAttribute.xml | 3 +-- reference/pdo/functions/PDOStatement-bindColumn.xml | 3 +-- reference/pdo/functions/PDOStatement-bindParam.xml | 3 +-- reference/pdo/functions/PDOStatement-bindValue.xml | 3 +-- reference/pdo/functions/PDOStatement-closeCursor.xml | 4 +--- reference/pdo/functions/PDOStatement-columnCount.xml | 3 +-- reference/pdo/functions/PDOStatement-errorCode.xml | 3 +-- reference/pdo/functions/PDOStatement-errorInfo.xml | 3 +-- reference/pdo/functions/PDOStatement-execute.xml | 3 +-- reference/pdo/functions/PDOStatement-fetch.xml | 3 +-- reference/pdo/functions/PDOStatement-fetchAll.xml | 3 +-- reference/pdo/functions/PDOStatement-fetchColumn.xml | 4 +--- reference/pdo/functions/PDOStatement-nextRowset.xml | 4 +--- reference/pdo/functions/PDOStatement-rowCount.xml | 3 +-- reference/pdo/functions/PDOStatement-setFetchMode.xml | 4 +--- reference/pdo/functions/pdo-drivers.xml | 3 +-- 28 files changed, 28 insertions(+), 65 deletions(-) diff --git a/reference/pdo/functions/PDO-beginTransaction.xml b/reference/pdo/functions/PDO-beginTransaction.xml index 99de73786e..f9f9f3873a 100644 --- a/reference/pdo/functions/PDO-beginTransaction.xml +++ b/reference/pdo/functions/PDO-beginTransaction.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ boolPDO::beginTransaction - &warn.experimental.func; Turns off autocommit mode. While autocommit mode is turned off, changes made to the database via the PDO object instance are not committed until diff --git a/reference/pdo/functions/PDO-commit.xml b/reference/pdo/functions/PDO-commit.xml index 540a6ace79..77b2cb1b91 100644 --- a/reference/pdo/functions/PDO-commit.xml +++ b/reference/pdo/functions/PDO-commit.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ boolPDO::commit - &warn.experimental.func; Commits a transaction, returning the database connection to autocommit mode until the next call to PDO::beginTransaction diff --git a/reference/pdo/functions/PDO-construct.xml b/reference/pdo/functions/PDO-construct.xml index 855d159b0b..73013a4946 100644 --- a/reference/pdo/functions/PDO-construct.xml +++ b/reference/pdo/functions/PDO-construct.xml @@ -1,5 +1,5 @@ - + PDO::__construct @@ -16,7 +16,6 @@ stringpassword arraydriver_options - &warn.experimental.func; Creates a PDO instance to represent a connection to the requested database. diff --git a/reference/pdo/functions/PDO-errorCode.xml b/reference/pdo/functions/PDO-errorCode.xml index b461b5f541..b54df11553 100644 --- a/reference/pdo/functions/PDO-errorCode.xml +++ b/reference/pdo/functions/PDO-errorCode.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ - &warn.experimental.func; diff --git a/reference/pdo/functions/PDO-errorInfo.xml b/reference/pdo/functions/PDO-errorInfo.xml index 15e31c11d5..4f3a82c010 100644 --- a/reference/pdo/functions/PDO-errorInfo.xml +++ b/reference/pdo/functions/PDO-errorInfo.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ - &warn.experimental.func; diff --git a/reference/pdo/functions/PDO-exec.xml b/reference/pdo/functions/PDO-exec.xml index f01d598b2a..eb1128cf27 100644 --- a/reference/pdo/functions/PDO-exec.xml +++ b/reference/pdo/functions/PDO-exec.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,6 @@ stringstatement - &warn.experimental.func; - PDO::exec executes an SQL statement in a single function call, returning the number of rows affected by the diff --git a/reference/pdo/functions/PDO-getAttribute.xml b/reference/pdo/functions/PDO-getAttribute.xml index 3ae075128b..ca51086487 100644 --- a/reference/pdo/functions/PDO-getAttribute.xml +++ b/reference/pdo/functions/PDO-getAttribute.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,6 @@ intattribute - &warn.experimental.func; - This function returns the value of a database connection attribute. To retrieve PDOStatement attributes, refer to diff --git a/reference/pdo/functions/PDO-lastInsertId.xml b/reference/pdo/functions/PDO-lastInsertId.xml index 605e93f0a5..95b9e9ab90 100644 --- a/reference/pdo/functions/PDO-lastInsertId.xml +++ b/reference/pdo/functions/PDO-lastInsertId.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,6 @@ stringname - &warn.experimental.func; - Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver. diff --git a/reference/pdo/functions/PDO-prepare.xml b/reference/pdo/functions/PDO-prepare.xml index 6bacbc9227..3f5725d671 100644 --- a/reference/pdo/functions/PDO-prepare.xml +++ b/reference/pdo/functions/PDO-prepare.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ arraydriver_options - &warn.experimental.func; Prepares an SQL statement to be executed by the PDOStatement::execute method. The SQL statement can diff --git a/reference/pdo/functions/PDO-query.xml b/reference/pdo/functions/PDO-query.xml index 1a77dc3ae6..47fbda217f 100644 --- a/reference/pdo/functions/PDO-query.xml +++ b/reference/pdo/functions/PDO-query.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,6 @@ stringstatement - &warn.experimental.func; - PDO::query executes an SQL statement in a single function call, returning the result set (if any) returned by the diff --git a/reference/pdo/functions/PDO-quote.xml b/reference/pdo/functions/PDO-quote.xml index 2a1de4fcfb..5b6ba6a86c 100644 --- a/reference/pdo/functions/PDO-quote.xml +++ b/reference/pdo/functions/PDO-quote.xml @@ -1,5 +1,5 @@ - + @@ -16,8 +16,6 @@ intparameter_type - &warn.experimental.func; - PDO::quote places quotes around the input string and escapes and single quotes within the input string, using a diff --git a/reference/pdo/functions/PDO-rollBack.xml b/reference/pdo/functions/PDO-rollBack.xml index 1a362bf9c1..5f12359c02 100644 --- a/reference/pdo/functions/PDO-rollBack.xml +++ b/reference/pdo/functions/PDO-rollBack.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ - &warn.experimental.func; Rolls back the current transaction, as initiated by PDO::beginTransaction. It is an error to call this diff --git a/reference/pdo/functions/PDO-setAttribute.xml b/reference/pdo/functions/PDO-setAttribute.xml index 8ee441c67e..9ad236759d 100644 --- a/reference/pdo/functions/PDO-setAttribute.xml +++ b/reference/pdo/functions/PDO-setAttribute.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ mixedvalue - &warn.experimental.func; Sets an attribute on the database handle. Some of the available generic attributes are listed below; some drivers may make use of diff --git a/reference/pdo/functions/PDOStatement-bindColumn.xml b/reference/pdo/functions/PDOStatement-bindColumn.xml index f11fba2799..e90cbbd6f2 100644 --- a/reference/pdo/functions/PDOStatement-bindColumn.xml +++ b/reference/pdo/functions/PDOStatement-bindColumn.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,6 @@ inttype - &warn.experimental.func; PDOStatement::bindColumn arranges to have a particular variable bound to a given column in the result-set from a diff --git a/reference/pdo/functions/PDOStatement-bindParam.xml b/reference/pdo/functions/PDOStatement-bindParam.xml index 98adb3cf47..35c5c4efa3 100644 --- a/reference/pdo/functions/PDOStatement-bindParam.xml +++ b/reference/pdo/functions/PDOStatement-bindParam.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,6 @@ intlength mixeddriver_options - &warn.experimental.func; Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike diff --git a/reference/pdo/functions/PDOStatement-bindValue.xml b/reference/pdo/functions/PDOStatement-bindValue.xml index cf05903bed..da7e276f0b 100644 --- a/reference/pdo/functions/PDOStatement-bindValue.xml +++ b/reference/pdo/functions/PDOStatement-bindValue.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ mixedvalue intdata_type - &warn.experimental.func; Binds a value to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. diff --git a/reference/pdo/functions/PDOStatement-closeCursor.xml b/reference/pdo/functions/PDOStatement-closeCursor.xml index e88063487a..84d1101287 100644 --- a/reference/pdo/functions/PDOStatement-closeCursor.xml +++ b/reference/pdo/functions/PDOStatement-closeCursor.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,6 @@ - &warn.experimental.func; - PDOStatement::closeCursor frees up the connection to the server so that other SQL statements may be issued, but leaves the diff --git a/reference/pdo/functions/PDOStatement-columnCount.xml b/reference/pdo/functions/PDOStatement-columnCount.xml index 6c738d755b..6de918634a 100644 --- a/reference/pdo/functions/PDOStatement-columnCount.xml +++ b/reference/pdo/functions/PDOStatement-columnCount.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ - &warn.experimental.func; Use PDOStatement::columnCount to return the number of columns in the result set represented by the PDOStatement object. diff --git a/reference/pdo/functions/PDOStatement-errorCode.xml b/reference/pdo/functions/PDOStatement-errorCode.xml index 60945c8889..c10647d0ae 100644 --- a/reference/pdo/functions/PDOStatement-errorCode.xml +++ b/reference/pdo/functions/PDOStatement-errorCode.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,6 @@ intPDOStatement::errorCode - &warn.experimental.func; diff --git a/reference/pdo/functions/PDOStatement-errorInfo.xml b/reference/pdo/functions/PDOStatement-errorInfo.xml index 9ca28ef246..94df807781 100644 --- a/reference/pdo/functions/PDOStatement-errorInfo.xml +++ b/reference/pdo/functions/PDOStatement-errorInfo.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ - &warn.experimental.func; diff --git a/reference/pdo/functions/PDOStatement-execute.xml b/reference/pdo/functions/PDOStatement-execute.xml index 9bc3789431..0b6e4fd9e3 100644 --- a/reference/pdo/functions/PDOStatement-execute.xml +++ b/reference/pdo/functions/PDOStatement-execute.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,6 @@ boolPDOStatement::execute arrayinput_parameters - &warn.experimental.func; Execute the prepared statement. If the prepared statement included parameter markers, you must either: diff --git a/reference/pdo/functions/PDOStatement-fetch.xml b/reference/pdo/functions/PDOStatement-fetch.xml index 93c9e905e6..87c4b1fa48 100644 --- a/reference/pdo/functions/PDOStatement-fetch.xml +++ b/reference/pdo/functions/PDOStatement-fetch.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ intcursor_orientation intcursor_offset - &warn.experimental.func; Fetches a row from a result set associated with a PDOStatement object. diff --git a/reference/pdo/functions/PDOStatement-fetchAll.xml b/reference/pdo/functions/PDOStatement-fetchAll.xml index 4198cc05bc..f11d72867d 100644 --- a/reference/pdo/functions/PDOStatement-fetchAll.xml +++ b/reference/pdo/functions/PDOStatement-fetchAll.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ intcolumn_index - &warn.experimental.func; diff --git a/reference/pdo/functions/PDOStatement-fetchColumn.xml b/reference/pdo/functions/PDOStatement-fetchColumn.xml index f7bfd6fea4..df9f85c4ce 100644 --- a/reference/pdo/functions/PDOStatement-fetchColumn.xml +++ b/reference/pdo/functions/PDOStatement-fetchColumn.xml @@ -1,5 +1,5 @@ - + @@ -16,8 +16,6 @@ intcolumn_number - &warn.experimental.func; - Returns a single column from the next row of a result set. diff --git a/reference/pdo/functions/PDOStatement-nextRowset.xml b/reference/pdo/functions/PDOStatement-nextRowset.xml index 576bc8fa0a..c342eb46f5 100644 --- a/reference/pdo/functions/PDOStatement-nextRowset.xml +++ b/reference/pdo/functions/PDOStatement-nextRowset.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,6 @@ - &warn.experimental.func; - Some database servers support stored procedures that return more than one rowset (also known as a result set). diff --git a/reference/pdo/functions/PDOStatement-rowCount.xml b/reference/pdo/functions/PDOStatement-rowCount.xml index 87df94dd3e..7a84267df6 100644 --- a/reference/pdo/functions/PDOStatement-rowCount.xml +++ b/reference/pdo/functions/PDOStatement-rowCount.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ - &warn.experimental.func; PDOStatement::rowCount returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement diff --git a/reference/pdo/functions/PDOStatement-setFetchMode.xml b/reference/pdo/functions/PDOStatement-setFetchMode.xml index e700a4a8c5..1fa431f583 100644 --- a/reference/pdo/functions/PDOStatement-setFetchMode.xml +++ b/reference/pdo/functions/PDOStatement-setFetchMode.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,6 @@ intmode - &warn.experimental.func; - &reftitle.parameters; diff --git a/reference/pdo/functions/pdo-drivers.xml b/reference/pdo/functions/pdo-drivers.xml index 5c575701f8..267280502e 100644 --- a/reference/pdo/functions/pdo-drivers.xml +++ b/reference/pdo/functions/pdo-drivers.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,6 @@ arraypdo_drivers - &warn.experimental.func; This function returns all currently available PDO drivers which can be used in DSN parameter of