文档首页
X DevAPI 用户指南
下载本手册
PDF (US Ltr) - 1.4Mb
PDF (A4) - 1.4Mb


X DevAPI 用户指南  /  CRUD EBNF 定义  /  集合索引管理函数

11.4 集合索引管理函数

Collection.createIndex() 函数

此函数在 EBNF 中显示的语法为

CollectionCreateIndex
    ::= '.createIndex(' StringLiteral ',' DocumentOrJSON ')'

图 11.13 CollectionCreateIndexFunction

Image shows the syntax in EBNF form as described in the preceding text.

CollectionDropIndex

此函数在 EBNF 中显示的语法为

CollectionDropIndex
    ::= '.dropIndex(' StringLiteral ')'

图 11.14 CollectionDropIndex

Image shows the syntax in EBNF form as described in the preceding text.