AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# Class **Phalcon\Db\Index**[](# "永久链接至标题") *implements*[*Phalcon\Db\IndexInterface*](#) Allows to define indexes to be used on tables. Indexes are a common way to enhance database performance. An index allows the database server to find and retrieve specific rows much faster than it could do without an index ### Methods[](# "永久链接至标题") public **getName** () Index name public **getColumns** () Index columns public **getType** () Index type public **__construct** (*unknown* $name, *unknown* $columns, [*unknown* $type]) Phalcon\Db\Index constructor public static **__set_state** (*unknown* $data) Restore a Phalcon\Db\Index object from export | - [索引](# "总目录") - [下一页](# "Class Phalcon\Db\Profiler") | - [上一页](# "Class Phalcon\Db\Exception") | - [API Indice](#) »