Table クラス
(PECL mysql-xdevapi >= 8.0.11)
はじめに
INSERT/SELECT/UPDATE/DELETE ステートメントを通じて、テーブルへのアクセスを提供します。
クラス概要
class mysql_xdevapi\Table
implements
mysql_xdevapi\SchemaObject {
/* プロパティ */
public
$name;
/* メソッド */
}プロパティ
- name
目次
- Table::__construct — Table のコンストラクタ
- Table::count — 行の数を取得する
- Table::delete — テーブルから行を削除する
- Table::existsInDatabase — テーブルがデータベースに存在するかをチェックする
- Table::getName — テーブル名を取得する
- Table::getSchema — テーブルスキーマを取得する
- Table::getSession — テーブルを操作するためのセッションを取得する
- Table::insert — テーブルに行を挿入する
- Table::isView — テーブルがビューかどうかを調べる
- Table::select — テーブルから行を選択する
- Table::update — テーブルの行を更新する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google