Results of 1 - 10 of about 59 for getTable (0.001 sec.)
- スキーマのテーブルを取得する 17901
- « Schema::getSession Schema::getTables » PHP Manual mysql_xdevapi\Schema スキーマのテーブルを取得
...
する Schema::getTable (No version information available, might only be i ...
n Git) Schema::getTable — スキーマのテーブルを取得する 説明 public mysql_x ...
devapi\Schema::getTable ( string $name ): mysql_xdevapi\Table スキーマで与 ...
オブジェクトを返します 例 例1 mysql_xdevapi\Schema::getTable() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.gettable.html
- [similar]
- Schema クラス 9089
- « RowResult::getWarningsCount Schema::__construct » PHP Manual Mysql_xdevapi Schema クラス Schem
...
public getSession (): mysql_xdevapi\Session public getTable ( string $name ): mysql_xdevapi\Table public getTa ...
etSession — スキーマのセッションを取得する Schema::getTable — スキーマのテーブルを取得する Schema::getTables — ...
string , コレクション , テーブル , getCollection , getTables ...
-
https://man.plustar.jp/php/class.mysql-xdevapi-schema.html
- [similar]
- セッションを閉じる 7528
- « mysql_xdevapi\Session Session::commit » PHP Manual mysql_xdevapi\Session セッションを閉じる Se
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); $session -> close (); 関連キーワード: ...
-
https://man.plustar.jp/php/mysql-xdevapi-session.close.html
- [similar]
- Table のコンストラクタ 7528
- « mysql_xdevapi\Table Table::count » PHP Manual mysql_xdevapi\Table Table のコンストラクタ Table
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); ?> 関連キーワード: Table , construct ...
-
https://man.plustar.jp/php/mysql-xdevapi-table.construct.html
- [similar]
- RowResult のコンストラクタ 7338
- « mysql_xdevapi\RowResult RowResult::fetchAll » PHP Manual mysql_xdevapi\RowResult RowResult のコ
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); $row = $table -> select ( 'name' , 'a ...
-
https://man.plustar.jp/php/mysql-xdevapi-rowresult.construct.html
- [similar]
- 行の数を取得する 7338
- « Table::__construct Table::delete » PHP Manual mysql_xdevapi\Table 行の数を取得する Table::coun
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); var_dump ( $table -> count ()); ?> 上 ...
-
https://man.plustar.jp/php/mysql-xdevapi-table.count.html
- [similar]
- TableDelete のコンストラクタ 7338
- « TableDelete::bind TableDelete::execute » PHP Manual mysql_xdevapi\TableDelete TableDelete のコ
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "name ...
-
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.construct.html
- [similar]
- delete文を実行する 7338
- « TableDelete::__construct TableDelete::limit » PHP Manual mysql_xdevapi\TableDelete delete文を実
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "name ...
-
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.execute.html
- [similar]
- 削除の際のソート条件を設定する 7338
- « TableDelete::limit TableDelete::where » PHP Manual mysql_xdevapi\TableDelete 削除の際のソート条
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "age = ...
-
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.orderby.html
- [similar]
- 削除時の検索条件を設定する 7338
- « TableDelete::orderby mysql_xdevapi\TableInsert » PHP Manual mysql_xdevapi\TableDelete 削除時の
...
> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "id = ...
-
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.where.html
- [similar]