mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated incorrect info (Ref: Bug #30677)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175943 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a47a29e757
commit
dd1f1fc822
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.odbc-specialcolumns">
|
||||
<refnamediv>
|
||||
|
@ -29,10 +29,9 @@
|
|||
</simpara>
|
||||
<simpara>
|
||||
When the type argument is SQL_ROWVER,
|
||||
<function>odbc_specialcolumns</function> returns the
|
||||
optimal column or set of columns that, by retrieving values from
|
||||
the column or columns, allows any row in the specified table to be
|
||||
uniquely identified.
|
||||
<function>odbc_specialcolumns</function> Returns the column or columns in the
|
||||
specified table, if any, that are automatically updated by the data source
|
||||
when any value in the row is updated by any transaction
|
||||
</simpara>
|
||||
<simpara>
|
||||
Returns an ODBC result identifier or &false; on
|
||||
|
|
Loading…
Reference in a new issue