検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 188 for schema (0.003 sec.)
コレクションがデータベースに存在するかをチェックする 5847
« Collection::dropIndex Collection::find » PHP Manual mysql_xdevapi\Collection コレクションがデー ... なされます。 MySQL 8.0.21 以降では、doc, _id, _json_schema の3つのカラムで構成されたテーブルが コレクションと ... l ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $create ... = $schema -> createCollection ( "people" ); // ... $collecti ... on = $schema -> getCollection ( "people" ); // ... if (! $colle ...
https://man.plustar.jp/php/mysql-xdevapi-collection.existsindatabase.html - [similar]
影響を受けた行数を得る 5694
« Result::__construct Result::getAutoIncrementValue » PHP Manual mysql_xdevapi\Result 影響を受け ... l ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $create ... = $schema -> createCollection ( "people" ); $collection = $s ...
https://man.plustar.jp/php/mysql-xdevapi-result.getaffecteditemscount.html - [similar]
スキーマを取得する 5694
« 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]
直近の操作から生じた警告の数を取得する 5606
« RowResult::getWarnings mysql_xdevapi\Schema » PHP Manual mysql_xdevapi\RowResult 直近の操作から ... EATE TABLE foo.test_table(x int)" )-> execute (); $schema = $session -> getSchema ( "foo" ); $table = $schem ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getwarningscount.html - [similar]
指定したデータソースに保存されているプロシージャのリストを取得する 5573
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... ource $odbc , ? string $catalog = null , ? string $schema = null , ? string $procedure = null ): resource | ... い。 catalog カタログ(ODBC 2 の用語では '修飾子')。 schema スキーマ (ODBC 2 の用語では '所有者')。 このパラメ ... が出来ます。 結果セットは PROCEDURE_CAT , PROCEDURE_SCHEMA , PROCEDURE_NAME でソートされます。 変更履歴 バージ ... procedures = odbc_procedures ( $conn , $catalog , $schema , '%' ); while (( $row = odbc_fetch_array ( $proce ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]
CollectionFind のコンストラクタ 5573
« CollectionFind::bind CollectionFind::execute » PHP Manual mysql_xdevapi\CollectionFind Collect ... l ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $create ... = $schema -> createCollection ( "people" ); $result = $creat ... "Butler"}' ) -> execute (); // ... $collection = $schema -> getCollection ( "people" ); $result = $collecti ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.construct.html - [similar]
一行取得する 5573
« DocResult::fetchAll DocResult::getWarnings » PHP Manual mysql_xdevapi\DocResult 一行取得する D ... l ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $create ... = $schema -> createCollection ( "people" ); $create -> add ( ... : "Butler"}' )-> execute (); // ... $collection = $schema -> getCollection ( "people" ); // Yields a DocResu ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchone.html - [similar]
SchemaObject インターフェイス 5530
« Schema::getTables SchemaObject::getSchema » PHP Manual Mysql_xdevapi SchemaObject インターフェ ... イス SchemaObject インターフェイス (PECL mysql-xdevapi >= 8.0. ... 11) はじめに クラス概要 class mysql_xdevapi\SchemaObject implements mysql_xdevapi\DatabaseObject { /* ... メソッド */ abstract getSchema (): mysql_xdevapi\Schema } 目次 SchemaObject::getS ... chema — スキーマオブジェクトを得る 関連キーワード: SchemaObject , xdevapi , getSchema , getTables , Mysql , ...
https://man.plustar.jp/php/class.mysql-xdevapi-schemaobject.html - [similar]
外部キーのリストを取得する 5530
« odbc_field_type odbc_free_result » PHP Manual ODBC 関数 外部キーのリストを取得する odbc_foreig ... resource $odbc , ? string $pk_catalog , string $pk_schema , string $pk_table , string $fk_catalog , string $ ... fk_schema , string $fk_table ): resource | false 指定したテー ... ーテーブルのカタログ (ODBC 2 の用語では '修飾子') pk_schema 主キーテーブルのスキーマ(ODBC 2 の用語では '所有者 ... ーテーブルのカタログ (ODBC 2 の用語では '修飾子') fk_schema 外部キーテーブルのスキーマ(ODBC 2 の用語では '所有 ...
https://man.plustar.jp/php/function.odbc-foreignkeys.html - [similar]
ドキュメントの数を取得する 5530
« Collection::__construct Collection::createIndex » 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.count.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT