diff --git a/reference/oracle/functions/ora-fetch-into.xml b/reference/oracle/functions/ora-fetch-into.xml index 5034a75697..023c3e7fed 100644 --- a/reference/oracle/functions/ora-fetch-into.xml +++ b/reference/oracle/functions/ora-fetch-into.xml @@ -1,5 +1,5 @@ - + @@ -17,21 +17,31 @@ - You can fetch a row into an array with this function. + Fetches a row of data into an array. The flags + has two flag values: if the ORA_FETCHINTO_NULLS + flag is set, columns with NULL values are set + in the array; and if the ORA_FETCHINTO_ASSOC + flag is set, an associative array is created. + + + Returns the number of columns fetched. + + - Oracle fetch into array + <function>ora_fetch_into()</function> ]]> - Note that you need to fetch the array by reference. See also ora_parse,ora_exec,