Searched refs:mysql_field (Results 1 – 1 of 1) sorted by relevance
2024 MYSQL_FIELD *mysql_field; local2077 mysql_field;2361 const MYSQL_FIELD *mysql_field; local2381 add_property_string(return_value, "name", (char *) (mysql_field->name?mysql_field->name:""), 1);2382 add_property_string(return_value, "table",(char *) (mysql_field->table?mysql_field->table:""), 1);2383 add_property_string(return_value, "def",(mysql_field->def?mysql_field->def:""), 1);2434 const MYSQL_FIELD *mysql_field = {0}; local2482 if (IS_PRI_KEY(mysql_field->flags)) {2497 if (IS_BLOB(mysql_field->flags)) {2517 if (mysql_field->flags&ENUM_FLAG) {[all …]
Completed in 13 milliseconds