検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 555 for query (0.007 sec.)
Adds a facet query 5893
« SolrQuery::addFacetField SolrQuery::addField » PHP Manual SolrQuery Adds a facet query SolrQuery ... ry::addFacetQuery (PECL solr >= 0.9.2) SolrQuery::addFacetQuery — Ad ... ds a facet query 説明 public SolrQuery::addFacetQuery ( string $fac ... etQuery ): SolrQuery Adds a facet query パラメータ facetQu ... ery The facet query 戻り値 Returns the current SolrQuery object, if th ...
https://man.plustar.jp/php/solrquery.addfacetquery.html - [similar]
Set the timeout time of query execution 5870
« cubrid_set_drop cubrid_version » PHP Manual CUBRID 関数 Set the timeout time of query executio ... n cubrid_set_query_timeout (PECL CUBRID >= 8.4.1) cubrid_set_query_ti ... meout — Set the timeout time of query execution 説明 cubrid_set_query_timeout ( resource ... q_identifier , int $timeout ): bool The cubrid_set_query_timeout() function is used to set the timeout time ... of query execution. パラメータ req_identifier Request ident ...
https://man.plustar.jp/php/function.cubrid-set-query-timeout.html - [similar]
Prepares and executes a query 5847
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_query ... nformation available, might only be in Git) sqlsrv_query — Prepares and executes a query 説明 sqlsrv_query ... rray $options = ? ): mixed Prepares and executes a query. パラメータ conn A connection resource returned by ... sqlsrv_connect() . sql The string that defines the query to be prepared and executed. params An array speci ... rameter information when executing a parameterized query. Array elements can be any of the following: A lit ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
データベース上でクエリを実行する 5824
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... li::query mysqli_query (PHP 5, PHP 7, PHP 8) mysqli::query - ... - mysqli_query — データベース上でクエリを実行する 説明 オブジェク ... ト指向型 public mysqli::query ( string $query , int $result_mode = MYSQLI_STORE_ ... RESULT ): mysqli_result | bool 手続き型 mysqli_query ( mysqli $mysql , string $query , int $result_mode ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
ステートメントの実行 5824
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... 実行 ステートメントの実行 ステートメントは、 mysqli::query() , mysqli::real_query() , mysqli::multi_query() を ... 使って実行できます。 mysqli::query() がもっともよく使われますが、 ステートメントの実行 ... 一回の呼び出しで組み合わせることもできます。 mysqli::query() の呼び出しは、 mysqli::real_query() の後に mysql ... " , "user" , "password" , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
MySQL クエリを送信する 5801
« mysql_ping mysql_real_escape_string » PHP Manual MySQL 関数 MySQL クエリを送信する mysql_query ... (PHP 4, PHP 5) mysql_query — MySQL クエリを送信する 警告 この拡張モジュールは ... い。 この関数の代替として、これらが使えます。 mysqli_query() PDO::query() 説明 mysql_query ( string $query , ... resource $link_identifier = NULL ): mixed mysql_query() は、 ひとつのクエリを送信します (複数クエリの送信 ... ある、現在アクティブなデータベースです。 パラメータ query SQL クエリ。 クエリ文字列は、セミコロンで終えてはい ...
https://man.plustar.jp/php/function.mysql-query.html - [similar]
Create a new Query 5801
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Query ... uery MongoDB\Driver\Query::__construct (mongodb >=1.0.0) MongoDB\Driver\Quer ... y::__construct — Create a new Query 説明 final public MongoDB\Driver\Query::__construc ... t ( array | object $filter , array $queryOptions = ? ) Constructs a new MongoDB\Driver\Query ... immutable value object that represents a database query. The query may then be executed with MongoDB\Drive ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
Execute a prepared SQL statement 5786
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... o execute the given SQL statement. It executes the query by using conn_identifier and SQL, and then returns ... tifier created. It is used for simple execution of query, where the parameter binding is not needed. In add ... tion is used to determine whether to get OID after query execution and whether to execute the query in sync ... UBRID_INCLUDE_OID and CUBRID_ASYNC (or CUBRID_EXEC_QUERY_ALL if you want to execute multiple SQL statements ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
SQL コマンドとパラメータを分割してサーバーへ送信し、その結果を待つ 5763
« pg_put_line pg_query » PHP Manual PostgreSQL 関数 SQL コマンドとパラメータを分割してサーバーへ ... 送信し、その結果を待つ pg_query_params (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_query_par ... タを分割してサーバーへ送信し、その結果を待つ 説明 pg_query_params ( PgSql\Connection $connection = ? , string ... $query , array $params ): PgSql\Result | false コマンドを ... ータを SQL コマンド とは別に渡すことが可能です。 pg_query_params() は pg_query() と似ていますが、追加の機能を ...
https://man.plustar.jp/php/function.pg-query-params.html - [similar]
プレースホルダを指定せずに、SQL ステートメントを準備して実行する 5740
« PDO::prepare PDO::quote » PHP Manual PDO プレースホルダを指定せずに、SQL ステートメントを準備し ... て実行する PDO::query (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0) ... PDO::query — プレースホルダを指定せずに、SQL ステートメントを ... 準備して実行する 説明 public PDO::query ( string $query , ? int $fetchMode = null ): PDOSt ... atement | false public PDO::query ( string $query , ? int $fetchMode = PDO::FETCH_CO ...
https://man.plustar.jp/php/pdo.query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT