Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 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 文件。