Index

B  | C  | D  | E  | F  | I  | L  | M  | P  | Q  | R  | S  | T  | U  | W  | Z

B

[index top]
basic
C API, C API Basic Interface
basic data structures
C API, C API Basic Data Structures
basic function descriptions
C API, C API Basic Function Descriptions
basic function reference
C API, C API Basic Function Reference
basic interface usage
C API, Overview of the C API Basic Interface
building
client programs, Building C API Client Programs

D

[index top]
data structures
prepared statement C API, C API Prepared Statement Data Structures
data types
C API, The MySQL C API
DYLD_LIBRARY_PATH environment variable, Running C API Client Programs

E

[index top]
encrypted connections
C API, Support for Encrypted Connections
environment variable
DYLD_LIBRARY_PATH, Running C API Client Programs
LD_LIBRARY_PATH, Running C API Client Programs
LIBMYSQL_PLUGINS, Description
LIBMYSQL_PLUGIN_DIR, Description
PKG_CONFIG_PATH, Building C API Client Programs Using pkg-config
errors
linking, Troubleshooting Problems Linking to the MySQL Client Library
example programs
C API, Example C API Client Programs

F

[index top]
function descriptions
plugin C API, C API Plugin Function Descriptions
prepared statement C API, C API Prepared Statement Function Descriptions
thread C API, C API Threaded Function Descriptions
function reference
C API, C API Function Reference
plugin C API, C API Plugin Function Reference
prepared statement C API, C API Prepared Statement Function Reference
thread C API, C API Thread Function Reference
functions
prepared statement C API, C API Prepared Statement Type Conversions

L

[index top]
last row
unique ID, Obtaining the Unique ID for the Last Inserted Row
LAST_INSERT_ID(), Obtaining the Unique ID for the Last Inserted Row
LD_LIBRARY_PATH environment variable, Running C API Client Programs
LIBMYSQL_PLUGINS environment variable, Description
LIBMYSQL_PLUGIN_DIR environment variable, Description
linking, Building C API Client Programs
errors, Troubleshooting Problems Linking to the MySQL Client Library
problems, Troubleshooting Problems Linking to the MySQL Client Library
logging
prepared statement C API, Prepared Statement Logging

M

[index top]
multiple statement execution
C API, Multiple Statement Execution Support
MYSQL C type, C API Basic Data Structures
mysql_affected_rows(), Results Available from a Query, mysql_affected_rows()
mysql_autocommit(), mysql_autocommit()
MYSQL_BIND C type, C API Prepared Statement Data Structures
mysql_change_user(), mysql_change_user()
mysql_character_set_name(), mysql_character_set_name()
mysql_client_find_plugin(), mysql_client_find_plugin()
mysql_client_register_plugin(), mysql_client_register_plugin()
mysql_close(), mysql_close()
mysql_commit(), mysql_commit()
mysql_connect(), mysql_connect()
mysql_create_db(), mysql_create_db()
mysql_data_seek(), mysql_data_seek()
mysql_debug(), mysql_debug()
mysql_drop_db(), mysql_drop_db()
mysql_dump_debug_info(), mysql_dump_debug_info()
mysql_eof(), mysql_eof()
mysql_errno(), mysql_errno()
mysql_error(), mysql_error()
mysql_escape_string(), mysql_escape_string()
mysql_fetch_field(), mysql_fetch_field()
mysql_fetch_fields(), mysql_fetch_fields()
mysql_fetch_field_direct(), mysql_fetch_field_direct()
mysql_fetch_lengths(), mysql_fetch_lengths()
mysql_fetch_row(), mysql_fetch_row()
MYSQL_FIELD C type, C API Basic Data Structures
mysql_field_count(), mysql_field_count(), mysql_num_fields()
MYSQL_FIELD_OFFSET C type, C API Basic Data Structures
mysql_field_seek(), mysql_field_seek()
mysql_field_tell(), mysql_field_tell()
mysql_free_result(), mysql_free_result()
mysql_get_character_set_info(), mysql_get_character_set_info()
mysql_get_client_info(), mysql_get_client_info()
mysql_get_client_version(), mysql_get_client_version()
mysql_get_host_info(), mysql_get_host_info()
mysql_get_option(), mysql_get_option()
mysql_get_proto_info(), mysql_get_proto_info()
mysql_get_server_info(), mysql_get_server_info()
mysql_get_server_version(), mysql_get_server_version()
mysql_get_ssl_cipher(), mysql_get_ssl_cipher()
mysql_hex_string(), mysql_hex_string()
mysql_info(), Results Available from a Query, mysql_info()
mysql_init(), mysql_init()
mysql_insert_id(), Results Available from a Query, Obtaining the Unique ID for the Last Inserted Row, mysql_insert_id()
mysql_kill(), mysql_kill()
mysql_library_end(), mysql_library_end()
mysql_library_init(), mysql_library_init()
mysql_list_dbs(), mysql_list_dbs()
mysql_list_fields(), mysql_list_fields()
mysql_list_processes(), mysql_list_processes()
mysql_list_tables(), mysql_list_tables()
mysql_load_plugin(), mysql_load_plugin()
mysql_load_plugin_v(), mysql_load_plugin_v()
mysql_more_results(), mysql_more_results()
mysql_next_result(), mysql_next_result()
mysql_num_fields(), mysql_num_fields()
mysql_num_rows(), Results Available from a Query, mysql_num_rows()
mysql_options(), mysql_options()
mysql_options4(), mysql_options4()
mysql_ping(), mysql_ping()
mysql_plugin_options(), mysql_plugin_options()
mysql_query(), NULL mysql_store_result() Return After mysql_query() Success, mysql_query()
mysql_real_connect(), mysql_real_connect()
mysql_real_escape_string(), mysql_real_escape_string()
mysql_real_escape_string_quote(), mysql_real_escape_string_quote()
mysql_real_query(), NULL mysql_store_result() Return After mysql_query() Success, mysql_real_query()
mysql_refresh(), mysql_refresh()
mysql_reload(), mysql_reload()
MYSQL_RES C type, C API Basic Data Structures
mysql_reset_connection(), mysql_reset_connection()
mysql_rollback(), mysql_rollback()
MYSQL_ROW C type, C API Basic Data Structures
mysql_row_seek(), mysql_row_seek()
mysql_row_tell(), mysql_row_tell()
mysql_select_db(), mysql_select_db()
mysql_server_end(), mysql_server_end()
mysql_server_init(), mysql_server_init()
mysql_session_track_get_first(), mysql_session_track_get_first()
mysql_session_track_get_next(), mysql_session_track_get_next()
mysql_set_character_set(), mysql_set_character_set()
mysql_set_local_infile_default(), mysql_set_local_infile_default()
mysql_set_server_option(), mysql_set_server_option()
mysql_shutdown(), mysql_shutdown()
mysql_sqlstate(), mysql_sqlstate()
mysql_ssl_set(), mysql_ssl_set()
mysql_stat(), mysql_stat()
MYSQL_STMT C type, C API Prepared Statement Data Structures
mysql_stmt_affected_rows(), mysql_stmt_affected_rows()
mysql_stmt_attr_get(), mysql_stmt_attr_get()
mysql_stmt_attr_set(), mysql_stmt_attr_set()
mysql_stmt_bind_param(), mysql_stmt_bind_param()
mysql_stmt_bind_result(), mysql_stmt_bind_result()
mysql_stmt_close(), mysql_stmt_close()
mysql_stmt_data_seek(), mysql_stmt_data_seek()
mysql_stmt_errno(), mysql_stmt_errno()
mysql_stmt_error(), mysql_stmt_error()
mysql_stmt_execute(), mysql_stmt_execute()
mysql_stmt_fetch(), mysql_stmt_fetch()
mysql_stmt_fetch_column(), mysql_stmt_fetch_column()
mysql_stmt_field_count(), mysql_stmt_field_count()
mysql_stmt_free_result(), mysql_stmt_free_result()
mysql_stmt_init(), mysql_stmt_init()
mysql_stmt_insert_id(), mysql_stmt_insert_id()
mysql_stmt_next_result(), mysql_stmt_next_result()
mysql_stmt_num_rows(), mysql_stmt_num_rows()
mysql_stmt_param_count(), mysql_stmt_param_count()
mysql_stmt_param_metadata(), mysql_stmt_param_metadata()
mysql_stmt_prepare(), mysql_stmt_prepare()
mysql_stmt_reset(), mysql_stmt_reset()
mysql_stmt_result_metadata, mysql_stmt_result_metadata()
mysql_stmt_row_seek(), mysql_stmt_row_seek()
mysql_stmt_row_tell(), mysql_stmt_row_tell()
mysql_stmt_send_long_data(), mysql_stmt_send_long_data()
mysql_stmt_sqlstate(), mysql_stmt_sqlstate()
mysql_stmt_store_result(), mysql_stmt_store_result()
mysql_store_result(), NULL mysql_store_result() Return After mysql_query() Success, mysql_store_result()
mysql_thread_end(), mysql_thread_end()
mysql_thread_id(), mysql_thread_id()
mysql_thread_init(), mysql_thread_init()
mysql_thread_safe(), mysql_thread_safe()
MYSQL_TIME C type, C API Prepared Statement Data Structures
mysql_use_result(), mysql_use_result()
mysql_warning_count(), mysql_warning_count()
my_bool C type, C API Basic Data Structures
my_bool values
printing, C API Basic Data Structures
my_init(), my_init()
my_ulonglong C type, C API Basic Data Structures
my_ulonglong values
printing, C API Basic Data Structures

P

[index top]
PKG_CONFIG_PATH environment variable, Building C API Client Programs Using pkg-config
plugin C API
function descriptions, C API Plugin Function Descriptions
function reference, C API Plugin Function Reference
prepared CALL statement
C API, Prepared CALL Statement Support
prepared statement C API
data structures, C API Prepared Statement Data Structures
function descriptions, C API Prepared Statement Function Descriptions
function reference, C API Prepared Statement Function Reference
functions, C API Prepared Statement Type Conversions
logging, Prepared Statement Logging
type codes, C API Prepared Statement Type Codes
prepared statement interface usage
C API, Overview of the C API Prepared Statement Interface
prepared statements
C API, C API Prepared Statement Interface
prepared statements and temporal values
C API, Prepared Statement Handling of Date and Time Values
problems
linking, Troubleshooting Problems Linking to the MySQL Client Library
programs
client, Building C API Client Programs

R

[index top]
reconnection
automatic, Automatic Reconnection Control
reconnection control
C API, Automatic Reconnection Control

T

[index top]
tables
unique ID for last row, Obtaining the Unique ID for the Last Inserted Row
thread C API
function descriptions, C API Threaded Function Descriptions
function reference, C API Thread Function Reference
threaded clients, Writing C API Threaded Client Programs
type codes
prepared statement C API, C API Prepared Statement Type Codes

W

[index top]
Windows
compiling clients on, Compiling MySQL Clients on Microsoft Windows

PREV   HOME   UP