Home
last modified time | relevance | path

Searched refs:col_type (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c395 long col_type; in mysqli_stmt_bind_result_do_bind() local
414 col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type : MYSQL_TYPE_STRING; in mysqli_stmt_bind_result_do_bind()
416 switch (col_type) { in mysqli_stmt_bind_result_do_bind()
475 bind[ofs].buffer_type = col_type; in mysqli_stmt_bind_result_do_bind()
541 …ype %ld. Probably your client library is incompatible with the server version you use!", col_type); in mysqli_stmt_bind_result_do_bind()

Completed in 11 milliseconds