Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  Query Attribute Components

7.5.4 查询属性组件

组件服务提供对查询属性的访问(见第11.6节,“查询属性”)。query_attributes组件使用该服务来在SQL语句中提供对查询属性的访问。

  • 目的:实现mysql_query_attribute_string()函数,该函数以属性名称作为参数,并将属性值作为字符串返回,或者如果属性不存在,则返回NULL

  • URN:file://component_query_attributes

想要使用query_attributes相同的查询属性组件服务的开发者,可以查看MySQL源代码分发中的mysql_query_attributes.h文件。