Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqli/
H A Dmysqli_api.c288 long col_type; in mysqli_stmt_bind_result_do_bind() local
307 col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type : MYSQL_TYPE_STRING; in mysqli_stmt_bind_result_do_bind()
309 switch (col_type) { in mysqli_stmt_bind_result_do_bind()
358 bind[ofs].buffer_type = col_type; in mysqli_stmt_bind_result_do_bind()
424 …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 12 milliseconds