Collection class

(PECL mysql-xdevapi >= 8.0.11)

Wstęp

Krótki opis klasy

mysql_xdevapi\Collection implements mysql_xdevapi\SchemaObject {
/* Właściwości */
public $name ;
/* Metody */
public add ( mixed $document ) : mysql_xdevapi\CollectionAdd
public addOrReplaceOne ( string $id , string $doc ) : mysql_xdevapi\Result
public count ( void ) : integer
public createIndex ( string $index_name , string $index_desc_json ) : void
public dropIndex ( string $index_name ) : bool
public existsInDatabase ( void ) : bool
public find ([ string $search_condition ] ) : mysql_xdevapi\CollectionFind
public getName ( void ) : string
public getOne ( string $id ) : Document
public getSchema ( void ) : Schema Object
public getSession ( void ) : Session
public modify ( string $search_condition ) : mysql_xdevapi\CollectionModify
public remove ( string $search_condition ) : mysql_xdevapi\CollectionRemove
public removeOne ( string $id ) : mysql_xdevapi\Result
public replaceOne ( string $id , string $doc ) : mysql_xdevapi\Result
}

Właściwości

name

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top