Oracle 5.0 Reference Manual page 2161

Table of Contents

Advertisement

Function
mysql_info()
mysql_init()
mysql_insert_id()
mysql_kill()
mysql_library_end()
mysql_library_init()
mysql_list_dbs()
mysql_list_fields()
mysql_list_processes()
mysql_list_tables()
mysql_more_results()
mysql_next_result()
mysql_num_fields()
mysql_num_rows()
mysql_options()
mysql_ping()
mysql_query()
mysql_real_connect()
mysql_real_escape_string()
mysql_real_query()
mysql_refresh()
mysql_reload()
mysql_rollback()
mysql_row_seek()
mysql_row_tell()
mysql_select_db()
mysql_server_end()
mysql_server_init()
mysql_set_character_set()
mysql_set_local_infile_default()
mysql_set_local_infile_handler()
mysql_set_server_option()
mysql_sqlstate()
mysql_shutdown()
mysql_ssl_set()
mysql_stat()
C API Function Overview
Description
Returns information about the most recently executed query
Gets or initializes a
MYSQL
Returns the ID generated for an
previous query
Kills a given thread
Finalize the MySQL C API library
Initialize the MySQL C API library
Returns database names matching a simple regular expression
Returns field names matching a simple regular expression
Returns a list of the current server threads
Returns table names matching a simple regular expression
Checks whether any more results exist
Returns/initiates the next result in multiple-result executions
Returns the number of columns in a result set
Returns the number of rows in a result set
Sets connect options for
Checks whether the connection to the server is working,
reconnecting as necessary
Executes an SQL query specified as a null-terminated string
Connects to a MySQL server
Escapes special characters in a string for use in an SQL statement,
taking into account the current character set of the connection
Executes an SQL query specified as a counted string
Flush or reset tables and caches
Tells the server to reload the grant tables
Rolls back the transaction
Seeks to a row offset in a result set, using value returned from
mysql_row_tell()
Returns the row cursor position
Selects a database
Finalize the MySQL C API library
Initialize the MySQL C API library
Set default character set for current connection
Set the
LOAD DATA LOCAL INFILE
default values
Install application-specific
callbacks
Sets an option for the connection (like multi-statements)
Returns the SQLSTATE error code for the last error
Shuts down the database server
Prepare to establish SSL connection to server
Returns the server status as a string
2141
structure
AUTO_INCREMENT
mysql_real_connect()
handler callbacks to their
LOAD DATA LOCAL INFILE
column by the
handler

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents