Oracle 5.0 Reference Manual page 2160

Table of Contents

Advertisement

Function
mysql_affected_rows()
mysql_autocommit()
mysql_change_user()
mysql_character_set_name()
mysql_close()
mysql_commit()
mysql_connect()
mysql_create_db()
mysql_data_seek()
mysql_debug()
mysql_drop_db()
mysql_dump_debug_info()
mysql_eof()
mysql_errno()
mysql_error()
mysql_escape_string()
mysql_fetch_field()
mysql_fetch_field_direct()
mysql_fetch_fields()
mysql_fetch_lengths()
mysql_fetch_row()
mysql_field_count()
mysql_field_seek()
mysql_field_tell()
mysql_free_result()
mysql_get_character_set_info()
mysql_get_client_info()
mysql_get_client_version()
mysql_get_host_info()
mysql_get_proto_info()
mysql_get_server_info()
mysql_get_server_version()
mysql_get_ssl_cipher()
mysql_hex_string()
C API Function Overview
Description
Returns the number of rows changed/deleted/inserted by the last
UPDATE, DELETE, or
INSERT
Toggles autocommit mode on/off
Changes user and database on an open connection
Return default character set name for current connection
Closes a server connection
Commits the transaction
Connects to a MySQL server (this function is deprecated; use
mysql_real_connect()
Creates a database (this function is deprecated; use the SQL
statement
CREATE DATABASE
Seeks to an arbitrary row number in a query result set
Does a
with the given string
DBUG_PUSH
Drops a database (this function is deprecated; use the SQL
statement
DROP DATABASE
Makes the server write debug information to the log
Determines whether the last row of a result set has been read (this
function is deprecated;
be used instead)
Returns the error number for the most recently invoked MySQL
function
Returns the error message for the most recently invoked MySQL
function
Escapes special characters in a string for use in an SQL statement
Returns the type of the next table field
Returns the type of a table field, given a field number
Returns an array of all field structures
Returns the lengths of all columns in the current row
Fetches the next row from the result set
Returns the number of result columns for the most recent statement
Puts the column cursor on a specified column
Returns the position of the field cursor used for the last
mysql_fetch_field()
Frees memory used by a result set
Return information about default character set
Returns client version information as a string
Returns client version information as an integer
Returns a string describing the connection
Returns the protocol version used by the connection
Returns the server version number
Returns version number of server as an integer
Return current SSL cipher
Encode string in hexadecimal format
2140
query
instead)
instead)
instead)
or
mysql_errno()
mysql_error()
may

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents