Lines Matching refs:in
4 // @deprecated 5.5 entire extension is deprecated in favor of mysqli
221 * List tables in a MySQL database
294 * Get number of affected rows in previous MySQL operation
322 * Get the ID generated in the last query
359 * Get number of rows in result
362 * @return int|false <p>The number of rows in the result set on success or FALSE on failure. </p>
369 * Get number of fields in result
372 * @return int the number of fields in the result set resource on
389 * row is returned as an array. Each result column is stored in an
464 * row is returned as an array. Each result column is stored in an
485 * Get the length of each output in a result
553 * Get the name of the specified field in a result
564 * Get name of the table the specified field is in
586 * Get the type of the specified field in a result
593 * detailed in the MySQL
601 * Get the flags associated with the specified field in a result
621 * Escapes a string for use in a mysql_query
633 * Escapes special characters in a string for use in an SQL statement
702 * @return string a string describing the type of MySQL connection in use for the
833 * @return int|false <p>The number of rows in the result set on success or FALSE on failure. </p>
934 * fields. This index starts with 0, the first field in the result.