|
mysql_affected_rows()
- Section 12.2.1, “
CALL Syntax” - Section 12.2.5, “
INSERT Syntax” - Section 12.2.7, “
REPLACE Syntax” - Section 20.8.3.1, “
mysql_affected_rows() ” - Section 20.8.3.44, “
mysql_list_tables() ” - Section 20.8.3.46, “
mysql_next_result() ” - Section 20.8.3.48, “
mysql_num_rows() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.1, “C API Data Types”
- Section 20.8.2, “C API Function Overview”
- Section 11.10.3, “Information Functions”
- Section 20.8.10.2, “What Results You Can Get from a Query”
mysql_errno()
- Section 20.8.3.7, “
mysql_connect() ” - Section 20.8.3.13, “
mysql_eof() ” - Section 20.8.3.14, “
mysql_errno() ” - Section 20.8.3.66, “
mysql_sqlstate() ” - Section 20.8.3.69, “
mysql_store_result() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.3, “C API Function Descriptions”
- Section 20.8.2, “C API Function Overview”
- Section B.2, “Types of Error Values”
- Section 20.8.10.1, “Why
mysql_store_result() Sometimes
Returns NULL After
mysql_query() Returns Success”
mysql_fetch_row()
- Section 20.8.3.13, “
mysql_eof() ” - Section 20.8.3.14, “
mysql_errno() ” - Section 20.8.3.20, “
mysql_fetch_lengths() ” - Section 20.8.3.21, “
mysql_fetch_row() ” - Section 20.8.3.59, “
mysql_row_tell() ” - Section 20.8.3.69, “
mysql_store_result() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.1, “C API Data Types”
- Section 20.8.2, “C API Function Overview”
- Section 13.7.1, “Description of the
FEDERATED Storage Engine” - Section 20.8.10.2, “What Results You Can Get from a Query”
mysql_free_result()
- Section B.5.2.14, “
Commands out of sync ” - Section 20.8.3.25, “
mysql_free_result() ” - Section 20.8.3.41, “
mysql_list_dbs() ” - Section 20.8.3.42, “
mysql_list_fields() ” - Section 20.8.3.43, “
mysql_list_processes() ” - Section 20.8.3.44, “
mysql_list_tables() ” - Section 20.8.3.46, “
mysql_next_result() ” - Section 20.8.7.22, “
mysql_stmt_result_metadata() ” - Section 20.8.3.69, “
mysql_store_result() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.2, “C API Function Overview”
- Section 20.8.6, “C API Prepared Statement Function Overview”
mysql_info()
- Section 12.1.4, “
ALTER TABLE Syntax” - Section 12.2.2, “
DELETE Syntax” - Section 12.2.5.2, “
INSERT DELAYED Syntax” - Section 12.2.5, “
INSERT Syntax” - Section 12.2.6, “
LOAD DATA INFILE
Syntax” - Section 1.8.6.1, “
PRIMARY KEY and UNIQUE Index
Constraints” - Section 12.2.11, “
UPDATE Syntax” - Section 20.8.3.35, “
mysql_info() ” - Section 20.8.3.49, “
mysql_options() ” - Section 20.8.2, “C API Function Overview”
- Section 20.8.10.2, “What Results You Can Get from a Query”
mysql_init()
- Section 20.8.8.1, “
my_init() ” - Section 20.8.3.5, “
mysql_close() ” - Section 20.8.3.33, “
mysql_get_ssl_cipher() ” - Section 20.8.3.36, “
mysql_init() ” - Section 20.8.3.40, “
mysql_library_init() ” - Section 20.8.3.49, “
mysql_options() ” - Section 20.8.3.52, “
mysql_real_connect() ” - Section 20.8.3.67, “
mysql_ssl_set() ” - Section 20.8.8.3, “
mysql_thread_init() ” - Section 20.8.2, “C API Function Overview”
- Section 20.8.16.2, “How to Make a Threaded Client”
mysql_insert_id()
- Section 12.1.10, “
CREATE TABLE Syntax” - Section 12.2.5, “
INSERT Syntax” - Section 20.8.3.1, “
mysql_affected_rows() ” - Section 20.8.3.37, “
mysql_insert_id() ” - Section 20.8.1, “C API Data Types”
- Section 20.8.2, “C API Function Overview”
- Section 20.8.10.3, “How to Get the Unique ID for the Last Inserted Row”
- Section 11.10.3, “Information Functions”
- Section 5.1.4, “Session System Variables”
- Section 1.8.5.2, “Transactions and Atomic Operations”
- Section 3.6.9, “Using
AUTO_INCREMENT ” - Section 20.8.10.2, “What Results You Can Get from a Query”
mysql_query()
- Section 12.2.1, “
CALL Syntax” - Section 20.8.3.1, “
mysql_affected_rows() ” - Section 20.8.3.8, “
mysql_create_db() ” - Section 20.8.3.11, “
mysql_drop_db() ” - Section 20.8.3.17, “
mysql_fetch_field() ” - Section 20.8.3.38, “
mysql_kill() ” - Section 20.8.3.46, “
mysql_next_result() ” - Section 20.8.3.51, “
mysql_query() ” - Section 20.8.3.52, “
mysql_real_connect() ” - Section 20.8.3.54, “
mysql_real_query() ” - Section 20.8.3.56, “
mysql_reload() ” - Section 20.8.3.63, “
mysql_set_local_infile_handler() ” - Section 20.8.3.64, “
mysql_set_server_option() ” - Section 20.8.3.69, “
mysql_store_result() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.2, “C API Function Overview”
- Section 20.8.12, “C API Support for Multiple Statement Execution”
- Section 20.8.10.3, “How to Get the Unique ID for the Last Inserted Row”
- Section 20.8.16.2, “How to Make a Threaded Client”
- Section 20.8.10.1, “Why
mysql_store_result() Sometimes
Returns NULL After
mysql_query() Returns Success”
mysql_real_connect()
- Section 12.2.1, “
CALL Syntax” - Section 20.8.3.3, “
mysql_change_user() ” - Section 20.8.3.7, “
mysql_connect() ” - Section 20.8.3.36, “
mysql_init() ” - Section 20.8.3.46, “
mysql_next_result() ” - Section 20.8.3.49, “
mysql_options() ” - Section 20.8.3.52, “
mysql_real_connect() ” - Section 20.8.3.64, “
mysql_set_server_option() ” - Section 20.8.3.66, “
mysql_sqlstate() ” - Section 20.8.3.67, “
mysql_ssl_set() ” - Section 20.8.2, “C API Function Overview”
- Section 20.8.12, “C API Support for Multiple Statement Execution”
- Chapter 11, Functions and Operators
- Section 20.8.16.2, “How to Make a Threaded Client”
- Section 12.7, “SQL Syntax for Prepared Statements”
- Section 5.1.3, “Server System Variables”
- Section 18.2.1, “Stored Routine Syntax”
- Section 2.18.1.2, “Upgrading from MySQL 4.1 to 5.0”
- Section 5.6.3, “Using Client Programs in a Multiple-Server Environment”
- Section 5.5.7.2, “Using SSL Connections”
mysql_real_query()
- Section 12.2.1, “
CALL Syntax” - Section 20.8.3.1, “
mysql_affected_rows() ” - Section 20.8.3.46, “
mysql_next_result() ” - Section 20.8.3.51, “
mysql_query() ” - Section 20.8.3.52, “
mysql_real_connect() ” - Section 20.8.3.54, “
mysql_real_query() ” - Section 20.8.3.64, “
mysql_set_server_option() ” - Section 20.8.3.69, “
mysql_store_result() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.2, “C API Function Overview”
- Section 20.8.12, “C API Support for Multiple Statement Execution”
- Section 13.7.1, “Description of the
FEDERATED Storage Engine” - Section 2.18.1.2, “Upgrading from MySQL 4.1 to 5.0”
mysql_stmt_execute()
- Section 20.8.7.1, “
mysql_stmt_affected_rows() ” - Section 20.8.7.3, “
mysql_stmt_attr_set() ” - Section 20.8.7.10, “
mysql_stmt_execute() ” - Section 20.8.7.11, “
mysql_stmt_fetch() ” - Section 20.8.7.25, “
mysql_stmt_send_long_data() ” - Section 20.8.5, “C API Prepared Statement Data types”
- Section 20.8.7, “C API Prepared Statement Function Descriptions”
- Section 20.8.6, “C API Prepared Statement Function Overview”
- Section 20.8.14, “C API Prepared Statement Handling of Date and Time Values”
- Section 7.5.5.1, “How the Query Cache Operates”
mysql_stmt_prepare()
- Section 20.8.7.4, “
mysql_stmt_bind_param() ” - Section 20.8.7.10, “
mysql_stmt_execute() ” - Section 20.8.7.13, “
mysql_stmt_field_count() ” - Section 20.8.7.20, “
mysql_stmt_prepare() ” - Section 20.8.7.21, “
mysql_stmt_reset() ” - Section 20.8.7.22, “
mysql_stmt_result_metadata() ” - Section 20.8.7, “C API Prepared Statement Function Descriptions”
- Section 20.8.6, “C API Prepared Statement Function Overview”
- Section 20.8.14, “C API Prepared Statement Handling of Date and Time Values”
- Section 7.5.5.1, “How the Query Cache Operates”
- Section 12.7, “SQL Syntax for Prepared Statements”
- Section 2.18.1.2, “Upgrading from MySQL 4.1 to 5.0”
mysql_stmt_store_result()
- Section 20.8.7.1, “
mysql_stmt_affected_rows() ” - Section 20.8.7.3, “
mysql_stmt_attr_set() ” - Section 20.8.7.7, “
mysql_stmt_data_seek() ” - Section 20.8.7.11, “
mysql_stmt_fetch() ” - Section 20.8.7.17, “
mysql_stmt_num_rows() ” - Section 20.8.7.23, “
mysql_stmt_row_seek() ” - Section 20.8.7.24, “
mysql_stmt_row_tell() ” - Section 20.8.7.27, “
mysql_stmt_store_result() ” - Section 20.8.1, “C API Data Types”
- Section 20.8.6, “C API Prepared Statement Function Overview”
mysql_store_result()
- Section B.5.2.14, “
Commands out of sync ” - Section 20.8.3.1, “
mysql_affected_rows() ” - Section 20.8.3.9, “
mysql_data_seek() ” - Section 20.8.3.13, “
mysql_eof() ” - Section 20.8.3.17, “
mysql_fetch_field() ” - Section 20.8.3.21, “
mysql_fetch_row() ” - Section 20.8.3.22, “
mysql_field_count() ” - Section 20.8.3.25, “
mysql_free_result() ” - Section 20.8.3.46, “
mysql_next_result() ” - Section 20.8.3.47, “
mysql_num_fields() ” - Section 20.8.3.48, “
mysql_num_rows() ” - Section 20.8.3.58, “
mysql_row_seek() ” - Section 20.8.3.59, “
mysql_row_tell() ” - Section 20.8.7.22, “
mysql_stmt_result_metadata() ” - Section 20.8.3.69, “
mysql_store_result() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.1, “C API Data Types”
- Section 20.8.2, “C API Function Overview”
- Description
- Section 13.7.1, “Description of the
FEDERATED Storage Engine” - Section 20.8.16.2, “How to Make a Threaded Client”
- Section 20.8.10.2, “What Results You Can Get from a Query”
- Section 20.8.10.1, “Why
mysql_store_result() Sometimes
Returns NULL After
mysql_query() Returns Success”
mysql_use_result()
- Section B.5.2.14, “
Commands out of sync ” - Section B.5.2.8, “
Out of memory ” - Section 20.8.3.9, “
mysql_data_seek() ” - Section 20.8.3.13, “
mysql_eof() ” - Section 20.8.3.21, “
mysql_fetch_row() ” - Section 20.8.3.25, “
mysql_free_result() ” - Section 20.8.3.46, “
mysql_next_result() ” - Section 20.8.3.47, “
mysql_num_fields() ” - Section 20.8.3.48, “
mysql_num_rows() ” - Section 20.8.3.58, “
mysql_row_seek() ” - Section 20.8.3.59, “
mysql_row_tell() ” - Section 20.8.3.69, “
mysql_store_result() ” - Section 20.8.3.71, “
mysql_use_result() ” - Section 20.8.1, “C API Data Types”
- Section 20.8.2, “C API Function Overview”
- Description
- Section 20.8.16.2, “How to Make a Threaded Client”
- Section 20.8.10.2, “What Results You Can Get from a Query”
|
|