Collection class
(PECL mysql-xdevapi >= 8.0.11)
Introduction
Class synopsis
class mysql_xdevapi\Collection implements mysql_xdevapi\SchemaObject {
/* Properties */
public $name;
/* Methods */
public getSchema(): Schema Object
public getSession(): Session
}Properties
- name
Table of Contents
- Collection::add — Add collection document
- Collection::addOrReplaceOne — Add or replace collection document
- Collection::__construct — Collection constructor
- Collection::count — Get document count
- Collection::createIndex — Create collection index
- Collection::dropIndex — Drop collection index
- Collection::existsInDatabase — Check if collection exists in database
- Collection::find — Search for document
- Collection::getName — Get collection name
- Collection::getOne — Get one document
- Collection::getSchema — Get schema object
- Collection::getSession — Get session object
- Collection::modify — Modify collection documents
- Collection::remove — Remove collection documents
- Collection::removeOne — Remove one collection document
- Collection::replaceOne — Replace one collection document
↑ and ↓ to navigate • Enter to select • Esc to close • / to open