検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 78 for cat (0.003 sec.)
指定したテーブルにあるカラム名のリストを取得する 6942
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... する 説明 odbc_columns ( resource $odbc , ? string $catalog = null , ? string $schema = null , ? string $t ... BC 接続 ID。詳細は odbc_connect() を参照ください。 catalog カタログ(ODBC 2 の用語では '修飾子')。 schema ... す。 結果セットは以下のカラムを有しています。 TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME DATA_TYPE TYPE_ ... 加のカラムを返すことが出来ます。 結果セットは TABLE_CAT , TABLE_SCHEM , TABLE_NAME , ORDINAL_POSITION でソ ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
プロシージャへのパラメータに関する情報を取得する 6873
« odbc_primarykeys odbc_procedures » PHP Manual ODBC 関数 プロシージャへのパラメータに関する情報 ... odbc_procedurecolumns ( resource $odbc , ? string $catalog = null , ? string $schema = null , ? string $p ... BC 接続 ID。詳細は odbc_connect() を参照ください。 catalog カタログ(ODBC 2 の用語では '修飾子')。 schema ... 結果セットのカラムは次のようになります。 PROCEDURE_CAT PROCEDURE_SCHEM PROCEDURE_NAME COLUMN_NAME COLUMN_ ... カラムを返すことが出来ます。 結果セットは PROCEDURE_CAT , PROCEDURE_SCHEM , PROCEDURE_NAME , COLUMN_TYPE で ...
https://man.plustar.jp/php/function.odbc-procedurecolumns.html - [similar]
指定したデータソースに保存されたテーブルの名前のリストを取得する 6735
« odbc_tableprivileges PDO » PHP Manual ODBC 関数 指定したデータソースに保存されたテーブルの名前 ... 得する 説明 odbc_tables ( resource $odbc , ? string $catalog = null , ? string $schema = null , ? string $t ... 得ます。 限定子、所有者、テーブル名を数えるために、 catalog 、 schema 、 table 、 table_type について以下の ... ような特別な記号が使用可能です。 catalog がパーセント記号 (%) のみで、 schema および ta ... が含まれます。 schema がパーセント記号 (%) のみで、 catalog および table が空文字列の場合、結果にはその デ ...
https://man.plustar.jp/php/function.odbc-tables.html - [similar]
Adds a collection of SolrInputDocument instances to the index 6666
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... ting documents or not. If false there will be duplicates (several documents with the same ID). 警告 PECL ... -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Software' ); $doc -> addField ( 'cat' , 'Lucen ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]
Constructor for the SolrClient object 6666
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... f the following keys : - secure (Boolean value indicating whether or not to connect in secure mode) - hos ... json) - login (The username used for HTTP Authentication, if any) - password (The HTTP Authentication pa ... d file containing the private key + private certificate (concatenated in that order) ) - ssl_key (File na ... cainfo (Name of file holding one or more CA certificates to verify peer with) - ssl_capath (Name of direc ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
Adds a child document for block indexing 6598
« SolrInputDocument SolrInputDocument::addChildDocuments » PHP Manual SolrInputDocument Adds a c ... ield ( 'id' , 'P-BLACK' ); $product -> addField ( 'cat' , 'tshirt' ); $product -> addField ( 'cat' , 'pol ...
https://man.plustar.jp/php/solrinputdocument.addchilddocument.html - [similar]
Adds an array of child documents 6598
« SolrInputDocument::addChildDocument SolrInputDocument::addField » PHP Manual SolrInputDocument ... ield ( 'id' , 'P-BLACK' ); $product -> addField ( 'cat' , 'tshirt' ); $product -> addField ( 'cat' , 'pol ...
https://man.plustar.jp/php/solrinputdocument.addchilddocuments.html - [similar]
テーブルに関する統計情報を取得する 6529
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... 説明 odbc_statistics ( resource $odbc , ? string $catalog , string $schema , string $table , int $unique ... BC 接続 ID。詳細は odbc_connect() を参照ください。 catalog カタログ(ODBC 2 の用語では '修飾子')。 schema ... す。 結果セットのカラムは次のようになります。 TABLE_CAT TABLE_SCHEM TABLE_NAME NON_UNIQUE INDEX_QUALIFIER ... 力は、 たとえば以下のようになります。 Array ( [TABLE_CAT] => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] = ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
結果セット内の行を表す、カラム位置をインデックスとする配列を返す 6322
« db2_execute db2_fetch_assoc » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム位置をイン ... [ 3 ]); } ?> 上の例の出力は以下となります。 0 Pook cat 3.20 5 Rickety Ride goat 9.70 2 Smarty horse 350.0 ... i + 2 ; } ?> 上の例の出力は以下となります。 0 Pook cat 3.20 5 Rickety Ride goat 9.70 2 Smarty horse 350.0 ...
https://man.plustar.jp/php/function.db2-fetch-array.html - [similar]
結果セット内の行を表す、カラム名をインデックスとする配列を返す 6322
« db2_fetch_array db2_fetch_both » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム名をイン ... HT' ]); } ?> 上の例の出力は以下となります。 0 Pook cat 3.20 5 Rickety Ride goat 9.70 2 Smarty horse 350.0 ... i + 2 ; } ?> 上の例の出力は以下となります。 0 Pook cat 3.20 5 Rickety Ride goat 9.70 2 Smarty horse 350.0 ...
https://man.plustar.jp/php/function.db2-fetch-assoc.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT