DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_stmt_param_count

Info Catalog (mysql.info.gz) mysql_stmt_num_rows (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_param_metadata
 
 22.2.7.18 `mysql_stmt_param_count()'
 ....................................
 
 `unsigned long mysql_stmt_param_count(MYSQL_STMT *stmt)'
 
 Description
 ...........
 
 Returns the number of parameter markers present in the prepared
 statement.
 
 This function was added in MySQL 4.1.2.
 
 Return Values
 .............
 
 An unsigned long integer representing the number of parameters in a
 statement.
 
 Errors
 ......
 
 None.
 
 Example
 .......
 
 For the usage of `mysql_stmt_param_count()', refer to the Example from
  `mysql_stmt_execute()' mysql_stmt_execute.
 
Info Catalog (mysql.info.gz) mysql_stmt_num_rows (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_param_metadata
automatically generated byinfo2html