検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 555 for query (0.030 sec.)
Sets the response writer used to prepare the response from Solr 4425
« SolrClient::rollback SolrClient::setServlet » PHP Manual SolrClient Sets the response writer u ... Writer ( "json" ); //$response = $client->ping(); $query = new SolrQuery (); $query -> setQuery ( "*:*" ); ... $query -> set ( "objectClassName" , "SolrClass" ); $query ... rties, 1 for combined try { $response = $client -> query ( $query ); $resp = $response -> getResponse (); p ...
https://man.plustar.jp/php/solrclient.setresponsewriter.html - [similar]
結果に関連するエラーメッセージを取得する 4402
« pg_result_error_field pg_result_seek » PHP Manual PostgreSQL 関数 結果に関連するエラーメッセー ... ror() よりもさらに詳細なエラー情報を 返します。 pg_query() はクエリが失敗した場合に false を返すので、 結果 ... ハンドルを取得するには pg_send_query() および pg_get_result() を使用する必要があります。 ... パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... ); if (! pg_connection_busy ( $dbconn )) { pg_send_query ( $dbconn , "select * from doesnotexist;" ); } $re ...
https://man.plustar.jp/php/function.pg-result-error.html - [similar]
Add a field to be used to group results 4402
« SolrQuery::addFilterQuery SolrQuery::addGroupFunction » PHP Manual SolrQuery Add a field to be ... used to group results SolrQuery::addGroupField (PECL solr >= 2.2.0) SolrQuery::add ... field to be used to group results 説明 public SolrQuery::addGroupField ( string $value ): SolrQuery The na ... pe that has a value source and works in a function query, such as ExternalFileField. It must also be a stri ... me of the field. 戻り値 Returns an instance of SolrQuery . 参考 SolrQuery::setGroup() - Enable/Disable resu ...
https://man.plustar.jp/php/solrquery.addgroupfield.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 4380
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... thods); /* install new methods */ current_methods->query = MYSQLND_METHOD(my_conn_class, query); } 接続関数 ... 重要な場合があります。 MYSQLND_METHOD(my_conn_class, query)(MYSQLND *conn, const char *query, unsigned int qu ... ery_len TSRMLS_DC) { php_printf("my_conn_class::query(query = %s)\n", query); query = "SELECT 'query rew ... ritten' FROM DUAL"; query_len = strlen(query); return org_methods.query(conn ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
SQLSRV 関数 4357
« 定義済み定数 sqlsrv_begin_transaction » PHP Manual SQLSRV SQLSRV 関数 SQLSRV 関数 目次 sqlsrv_ ... f a statement prepared by sqlsrv_prepare or sqlsrv_query sqlsrv_free_stmt — Frees all resources for the spe ... f rows in a result set sqlsrv_prepare — Prepares a query for execution sqlsrv_query — Prepares and executes ... a query sqlsrv_rollback — Rolls back a transaction that wa ... ows modified by the last INSERT, UPDATE, or DELETE query executed sqlsrv_send_stream_data — Sends data from ...
https://man.plustar.jp/php/ref.sqlsrv.html - [similar]
Get the number of rows in the result set 4334
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... unction is used to get the number of rows from the query result. It can be used for SELECT statements. For ... m_rows() function can only be used for synchronous query; it returns 0 when it is used for asynchronous que ... ult comes from a call to cubrid_execute() , cubrid_query() and cubrid_prepare() 戻り値 Number of rows, when ... process is successful. 0 when the query was done in async mode. -1, if SQL statement is no ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
4334
« 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持 ... による並列検索 <?php $host = $_REQUEST [ host ]; $query = $_REQUEST [ query ]; $num_hosts = count ( $host ... ); if (empty( $query ) || count ( $host ) == 0 ) { echo '<form method=" ... ov:7090/voyager" /> Library of Congress <br /> RPN Query: <input type="text" size="30" name="query" /> <inp ... e { echo 'You searched for ' . htmlspecialchars ( $query ) . '<br />' ; for ( $i = 0 ; $i < $num_hosts ; $i ...
https://man.plustar.jp/php/yaz.examples.html - [similar]
変更されたレコード(タプル)の数を返す 4295
« PostgreSQL 関数 pg_cancel_query » PHP Manual PostgreSQL 関数 変更されたレコード(タプル)の数を返 ... tuples() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数がありますが、 ... 例 例1 pg_affected_rows() の例 <?php $result = pg_query ( $conn , "INSERT INTO authors VALUES ('オーウェル ... 以下となります。 1 タプルが変更されました。 参考 pg_query() - クエリを実行する pg_query_params() - SQL コマン ... を返す 関連キーワード: 変更 , レコード , rows , 数 , query , affected , 関数 , インスタンス , パラメータ , 実 ...
https://man.plustar.jp/php/function.pg-affected-rows.html - [similar]
Sends data from parameter streams to the server 4295
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... メータ stmt A statement resource returned by sqlsrv_query() or sqlsrv_execute() . 戻り値 Returns true if the ... r, which is to send all stream data at the time of query // execution. $options = array( "SendStreamParamsA ... ere made." ; ?> 参考 sqlsrv_prepare() - Prepares a query for execution sqlsrv_query() - Prepares and execut ... es a query 関連キーワード: data , sqlsrv , server , from , pa ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
結果セットの次の行を数値添字配列で取得する 4295
« mysqli_result::fetch_object mysqli_result::$field_count » PHP Manual mysqli_result 結果セットの ... 設定します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 mysqli_use_result() ... calhost" , "my_user" , "my_password" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID ... DESC" ; $result = $mysqli -> query ( $query ); /* オブジェクトの配列を取得します */ w ... calhost" , "my_user" , "my_password" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID ...
https://man.plustar.jp/php/mysqli-result.fetch-row.html - [similar]