X DevAPI User Guide
The syntax for this function shown in EBNF is:
Schema ::= '.getName()' | '.existsInDatabase()' | '.getSession()' | '.getCollection(' StringLiteral ')' | '.getCollections()' | '.getCollectionAsTable(' StringLiteral ')' | '.dropCollection(' StringLiteral ')' | '.getTable(' StringLiteral ')' | '.getTables()' | '.createCollection(' StringLiteral ')'
The syntax for this function shown in EBNF is:
Collection ::= '.getSchema()' | '.getName()' | '.getSession()' | '.existsInDatabase()' | '.replaceOne(' DocumentId ',' DocumentOrJSON ')' | '.addOrReplaceOne(' DocumentId ',' DocumentOrJSON ')' | '.getOne(' DocumentId ')' | '.removeOne(' DocumentId ')' | CollectionFindFunction | CollectionModifyFunction | CollectionAddFunction | CollectionRemoveFunction | CollectionCreateIndex | CollectionDropIndex