検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 188 for schema (0.010 sec.)
挿入する行の値を追加する 5212
« TableInsert::execute mysql_xdevapi\TableSelect » PHP Manual mysql_xdevapi\TableInsert 挿入する ... values ('John', 42), ('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table ... = $schema -> getTable ( "names" ); $table -> insert ( "name" ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.values.html - [similar]
選択される行の数を限定する 5212
« TableSelect::having TableSelect::lockExclusive » PHP Manual mysql_xdevapi\TableSelect 選択され ... etSession ( "mysqlx://user:password@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table ... = $schema -> getTable ( "names" ); $result = $table -> selec ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.limit.html - [similar]
select 文の検索条件を設定する 5212
« TableSelect::orderby mysql_xdevapi\TableUpdate » PHP Manual mysql_xdevapi\TableSelect select 文 ... etSession ( "mysqlx://user:password@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table ... = $schema -> getTable ( "names" ); $result = $table -> selec ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.where.html - [similar]
update のクエリパラメータをバインドする 5212
« mysql_xdevapi\TableUpdate TableUpdate::__construct » PHP Manual mysql_xdevapi\TableUpdate upda ... etSession ( "mysqlx://user:password@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table ... = $schema -> getTable ( "names" ); $table -> update () -> se ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.bind.html - [similar]
更新されるフィールドを追加する 5212
« TableUpdate::orderby TableUpdate::where » PHP Manual mysql_xdevapi\TableUpdate 更新されるフィー ... etSession ( "mysqlx://user:password@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table ... = $schema -> getTable ( "names" ); $res = $table -> update ( ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.set.html - [similar]
スキーマに基づいてドキュメントを検証する 5168
« DOMDocument::schemaValidate DOMDocument::validate » PHP Manual DOMDocument スキーマに基づいてド ... キュメントを検証する DOMDocument::schemaValidateSource (PHP 5, PHP 7, PHP 8) DOMDocument::s ... いてドキュメントを検証する 説明 public DOMDocument::schemaValidateSource ( string $source , int $flags = 0 ): ... ラグのビットマスク。現在サポートしている値は LIBXML_SCHEMA_CREATE だけです。 Libxml 2.6.14 以降で使えます。 戻 ... 失敗した場合に false を返します。 参考 DOMDocument::schemaValidate() - スキーマに基づいてドキュメントを検証す ...
https://man.plustar.jp/php/domdocument.schemavalidatesource.html - [similar]
コレクションにドキュメントを追加する 5168
« mysql_xdevapi\Collection Collection::addOrReplaceOne » PHP Manual mysql_xdevapi\Collection コレ ... l ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $create ... = $schema -> createCollection ( "people" ); $collection = $s ...
https://man.plustar.jp/php/mysql-xdevapi-collection.add.html - [similar]
セッションオブジェクトを取得 5168
« Collection::getSchema Collection::modify » PHP Manual mysql_xdevapi\Collection セッションオブジ ... l ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $collec ... tion = $schema -> createCollection ( "people" ); // ... $newsessi ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getsession.html - [similar]
CollectionModify のコンストラクタ 5168
« CollectionModify::bind CollectionModify::execute » PHP Manual mysql_xdevapi\CollectionModify C ... l ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $collec ... tion = $schema -> createCollection ( "people" ); $result = $colle ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.construct.html - [similar]
Result のコンストラクタ 5168
« mysql_xdevapi\Result Result::getAffectedItemsCount » PHP Manual mysql_xdevapi\Result Result の ... 30), age INT, PRIMARY KEY (id)) " )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table ... = $schema -> getTable ( "names" ); $result = $table -> inser ...
https://man.plustar.jp/php/mysql-xdevapi-result.construct.html - [similar]