DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) mysql_stmt_attr_get

Info Catalog (mysql.info.gz) mysql_stmt_affected_rows (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_attr_set
 
 22.2.7.2 `mysql_stmt_attr_get()'
 ................................
 
 `int mysql_stmt_attr_get(MYSQL_STMT *stmt, enum enum_stmt_attr_type
 option, void *arg)'
 
 Description
 ...........
 
 Can be used to get the current value for a statement attribute.
 
 The `option' argument is the option that you want to get; the `arg'
 should point to a variable that should contain the option value. If the
 option is an integer, then `arg' should point to the value of the
 integer.
 
 See `mysql_stmt_attr_set()' for a list of options and option types.
  `mysql_stmt_attr_set()' mysql_stmt_attr_set.
 
 This function was added in MySQL 4.1.2.
 
 Return Values
 .............
 
 `0' if okay.  Non-zero if `option' is unknown.
 
 Errors
 ......
 
 None.
 
Info Catalog (mysql.info.gz) mysql_stmt_affected_rows (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_attr_set
automatically generated byinfo2html