検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 125 for getSchema (0.011 sec.)
スキーマからコレクションを削除する 5885
« Schema::createCollection Schema::existsInDatabase » PHP Manual mysql_xdevapi\Schema スキーマか ... ating text)" )-> execute (); $schema = $session -> getSchema ( "food" ); $schema -> createCollection ( "trees" ...
https://man.plustar.jp/php/mysql-xdevapi-schema.dropcollection.html - [similar]
スキーマからコレクションを取得する 5885
« Schema::existsInDatabase Schema::getCollectionAsTable » PHP Manual mysql_xdevapi\Schema スキー ... TABASE food" )-> execute (); $schema = $session -> getSchema ( "food" ); $schema -> createCollection ( "trees" ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollection.html - [similar]
スキーマのセッションを取得する 5885
« Schema::getName Schema::getTable » PHP Manual mysql_xdevapi\Schema スキーマのセッションを取得す ... addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); // ... $newsession = $schema -> ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getsession.html - [similar]
スキーマのテーブルを取得する 5885
« Schema::getSession Schema::getTables » PHP Manual mysql_xdevapi\Schema スキーマのテーブルを取得 ... ('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table = $schema -> getTable ( ...
https://man.plustar.jp/php/mysql-xdevapi-schema.gettable.html - [similar]
スキーマを取得する 5885
« Session::getSchema Session::getServerVersion » PHP Manual mysql_xdevapi\Session スキーマを取得 ... する Session::getSchemas (No version information available, might only be ... in Git) Session::getSchemas — スキーマを取得する 説明 public mysql_xdevapi\Se ... ssion::getSchemas (): array セッションで利用可能な全てのスキーマを、 ... 含んだ配列を返します。 例 例1 mysql_xdevapi\Session::getSchemas() の例 <?php $session = mysql_xdevapi \ getSessio ...
https://man.plustar.jp/php/mysql-xdevapi-session.getschemas.html - [similar]
セーブポイントまでトランザクションをロールバックする 5885
« Session::rollback Session::setSavepoint » PHP Manual mysql_xdevapi\Session セーブポイントまでト ... r:password@localhost" ); $collection = $session -> getSchema ( "addressbook" )-> getCollection ( "names" ); $se ...
https://man.plustar.jp/php/mysql-xdevapi-session.rollbackto.html - [similar]
セーブポイントを作成する 5885
« Session::rollbackTo Session::sql » PHP Manual mysql_xdevapi\Session セーブポイントを作成する S ... r:password@localhost" ); $collection = $session -> getSchema ( "addressbook" )-> getCollection ( "names" ); $se ...
https://man.plustar.jp/php/mysql-xdevapi-session.setsavepoint.html - [similar]
テーブルから行を削除する 5885
« Table::count Table::existsInDatabase » PHP Manual mysql_xdevapi\Table テーブルから行を削除する ... ('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table = $schema -> getTable ( ...
https://man.plustar.jp/php/mysql-xdevapi-table.delete.html - [similar]
テーブルに行を挿入する 5885
« Table::getSession Table::isView » PHP Manual mysql_xdevapi\Table テーブルに行を挿入する Table: ... ('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table = $schema -> getTable ( ...
https://man.plustar.jp/php/mysql-xdevapi-table.insert.html - [similar]
テーブルがビューかどうかを調べる 5885
« Table::insert Table::select » PHP Manual mysql_xdevapi\Table テーブルがビューかどうかを調べる ... ('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table = $schema -> getTable ( ...
https://man.plustar.jp/php/mysql-xdevapi-table.isview.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT