Index

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

Symbols

[index top]
@source_binlog_checksum user-defined variable, Overview of the C API Binary Log Interface

A

[index top]
asynchronous C API
data structures, C API Asynchronous Interface Data Structures
function descriptions, C API Asynchronous Function Descriptions
function reference, C API Asynchronous Function Reference
asynchronous interface
C API, C API Asynchronous Interface
asynchronous interface usage
C API, Overview of the C API Asynchronous Interface

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
binary log
C API, C API Binary Log Interface
binary log C API
data structures, C API Binary Log Data Structures
function descriptions, C API Binary Log Function Descriptions
function reference, C API Binary Log Function Reference
binary log interface usage
C API, Overview of the C API Binary Log Interface
building
client programs, Building C API Client Programs

C

[index top]
C API
asynchronous interface, C API Asynchronous Interface
asynchronous interface usage, Overview of the C API Asynchronous Interface
basic, C API Basic Interface
basic data structures, C API Basic Data Structures
basic function descriptions, C API Basic Function Descriptions
basic function reference, C API Basic Function Reference
basic interface usage, Overview of the C API Basic Interface
binary log, C API Binary Log Interface
binary log interface usage, Overview of the C API Binary Log Interface
client version, Obtaining the Server Version and Client Library Version
data types, The MySQL C API
encrypted connections, Support for Encrypted Connections
example programs, Example C API Client Programs
function reference, C API Function Reference
linking problems, Troubleshooting Problems Linking to the MySQL Client Library
multiple statement execution, Multiple Statement Execution Support
optional result set metadata, Optional Result Set Metadata
prepared CALL statement, Prepared CALL Statement Support
prepared statement interface usage, Overview of the C API Prepared Statement Interface
prepared statements and temporal values, Prepared Statement Handling of Date and Time Values
reconnection control, Automatic Reconnection Control
server version, Obtaining the Server Version and Client Library Version
SSL session reuse, SSL Session Reuse
C API functions
mysql_bind_param(), mysql_bind_param()
client programs
building, Building C API Client Programs
client version
C API, Obtaining the Server Version and Client Library Version
clients
threaded, Writing C API Threaded Client Programs
compiling clients
on Unix, Compiling MySQL Clients on Unix
on Windows, Compiling MySQL Clients on Microsoft Windows

D

[index top]
data structures
asynchronous C API, C API Asynchronous Interface Data Structures
binary log C API, C API Binary Log Data Structures
prepared statement C API, C API Prepared Statement Data Structures
data types
C API, The MySQL C API
DNS SRV records, mysql_real_connect_dns_srv()
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

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_bind_param() C API function, mysql_bind_param()
mysql_binlog_close(), mysql_binlog_close()
mysql_binlog_fetch(), mysql_binlog_fetch()
mysql_binlog_open(), mysql_binlog_open()
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_fetch_row_nonblocking(), mysql_fetch_row_nonblocking()
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_free_result_nonblocking(), mysql_free_result_nonblocking()
mysql_free_ssl_session_data(), mysql_free_ssl_session_data()
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_get_ssl_session_data(), mysql_get_ssl_session_data()
mysql_get_ssl_session_reused(), mysql_get_ssl_session_reused()
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_next_result_nonblocking(), mysql_next_result_nonblocking()
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_get_option(), mysql_plugin_get_option()
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_connect_dns_srv(), mysql_real_connect_dns_srv()
mysql_real_connect_nonblocking(), mysql_real_connect_nonblocking()
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_real_query_nonblocking(), mysql_real_query_nonblocking()
mysql_refresh(), mysql_refresh()
mysql_reload(), mysql_reload()
MYSQL_RES C type, C API Basic Data Structures
mysql_reset_connection(), mysql_reset_connection()
mysql_reset_server_public_key(), mysql_reset_server_public_key()
mysql_result_metadata(), mysql_result_metadata()
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_store_result_nonblocking(), mysql_store_result_nonblocking()
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_ulonglong C type, C API Basic Data Structures

O

[index top]
optional result set metadata
C API, Optional Result Set Metadata

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
result set metadata
suppression, Optional Result Set Metadata

S

[index top]
server version
C API, Obtaining the Server Version and Client Library Version
session state information, mysql_session_track_get_first(), mysql_session_track_get_next()
SIGPIPE signal
client response, Writing C API Threaded Client Programs, Description
@source_binlog_checksum user-defined variable, Overview of the C API Binary Log Interface
SSL session reuse
C API, SSL Session Reuse

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