Collection クラス
(PECL mysql-xdevapi >= 8.0.11)
はじめに
クラス概要
class mysql_xdevapi\Collection
implements
mysql_xdevapi\SchemaObject {
/* プロパティ */
public
$name;
/* メソッド */
public getSchema(): Schema Object
public getSession(): Session
}プロパティ
- name
目次
- Collection::add — コレクションにドキュメントを追加する
- Collection::addOrReplaceOne — コレクションのドキュメントを追加または置換する
- Collection::__construct — Collection のコンストラクタ
- Collection::count — ドキュメントの数を取得する
- Collection::createIndex — コレクションにインデックスを作成
- Collection::dropIndex — コレクションのインデックスを削除
- Collection::existsInDatabase — コレクションがデータベースに存在するかをチェックする
- Collection::find — ドキュメントを検索する
- Collection::getName — コレクションの名前を得る
- Collection::getOne — ドキュメントをひとつ取得
- Collection::getSchema — スキーマオブジェクトを得る
- Collection::getSession — セッションオブジェクトを取得
- Collection::modify — コレクションのドキュメントを変更する
- Collection::remove — コレクションを削除する
- Collection::removeOne — コレクションからドキュメントをひとつ削除する
- Collection::replaceOne — コレクションのドキュメントをひとつ置き換える
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •