検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 246 for where (0.005 sec.)
プリペアドステートメントを実行する 5382
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... RCHAR (50) PATH \'phone [ @type = "work"]\' ) AS T WHERE NAME = ? ' ; $stmt = db2_prepare ( $conn , $query ... m\', "STATUS" VARCHAR (50) PATH \'@Status\' ) as C WHERE A.CID = B.CUSTID AND B.POID = C.PONUM AND A.NAME = ... mple.org"; <promoList> { for $prod in $doc/product where $prod/description/price < 10.00 order by $prod/des ... AS CLOB (32000)) AS NEW_PRODUCT_INFO FROM PRODUCT WHERE PID = ? ' ; $stmt = db2_prepare ( $conn , $query ) ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
実行するための SQL文 を準備する 5382
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... S() リストの中 (行に登録するカラム値を指定する) や WHERE 句で列のデータと比較する値などが 適切な位置の例です ... = $mysqli -> prepare ( "SELECT District FROM City WHERE Name=?" ); /* マーカにパラメータをバインドします * ... ysqli_prepare ( $link , "SELECT District FROM City WHERE Name=?" ); /* マーカにパラメータをバインドします * ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
5382
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... nt ( $stid ); oci_close ( $conn ); ?> 例3 クエリの WHERE 句でのバインド 単一のスカラー値のバインドの例です。 ... ERROR ); } $sql = 'SELECT last_name FROM employees WHERE department_id = :didbv ORDER BY last_name' ; $stid ... タを取得します $query = 'SELECT myclob FROM mytable WHERE mykey = :mykey' ; $stid = oci_parse ( $conn , $que ... RSOR; BEGIN OPEN rc FOR SELECT city FROM locations WHERE ROWNUM < p1; RETURN rc; END; */ $conn = oci_connec ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
基本的な使い方 5382
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... s c LEFT JOIN pg_user u ON c.relowner = u.usesysid WHERE c.relkind IN ('r','v','S','') AND c.relname !~ '^p ... tthasdef, a.attnum FROM pg_class c, pg_attribute a WHERE c.relname = '" . $table . "' AND a.attnum > 0 AND ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 5302
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... 設計されています。 * また、$user, $passwor, $table, $where, $commitsizeがフォームから * 渡されることを前提にし ... t = oci_parse ( $conn , "select rowid from $table $where " ); $rowid = oci_new_descriptor ( $conn , OCI_D_R ... $delete = oci_parse ( $conn , "delete from $table where ROWID = :rid" ); oci_bind_by_name ( $delete , ":ri ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
Building the MongoDB PHP Driver from source 5302
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... . The final build step, make install , will report where mongodb.so has been installed, similar to: Install ... sion_dir option in php.ini points to the directory where mongodb.so was installed. You can query for the op ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
指定したステートメントのカラム数を返す 5302
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... t = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Code=?" ); $stmt -> bind_param ( 's' , $code ); $s ... sqli_prepare ( $mysqli , "SELECT Name FROM Country WHERE Code=?" ); mysqli_stmt_bind_param ( $stmt , 's' , ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
指定したステートメントのパラメータ数を返す 5302
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... t = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Name=? OR Code=?" )) { $marker = $stmt -> param_co ... mysqli_prepare ( $link , "SELECT Name FROM Country WHERE Name=? OR Code=?" )) { $marker = mysqli_stmt_param ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
Poll the items 5302
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... ck if there were errors. パラメータ readable Array where readable ZMQSockets/PHP streams are returned. The ... at the beginning of the operation. writable Array where writable ZMQSockets/PHP streams are returned. The ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
SQL ステートメントを実行するために準備する 5231
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... S() リストの中 (行に登録するカラム値を指定する) や WHERE 句で列のデータと比較する値などが適切な位置の例です ... (); $stmt -> prepare ( "SELECT District FROM City WHERE Name=?" ); /* マーカにパラメータをバインドします * ... _stmt_prepare ( $stmt , "SELECT District FROM City WHERE Name=?" ); /* マーカにパラメータをバインドします * ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT