検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 184 for Statement (0.004 sec.)
クエリの次の行を連想配列で返す 5797
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... 行を連想配列で返す 説明 oci_fetch_assoc ( resource $statement ): array | false クエリの次の結果セット行を含む連想 ... ULLS を指定してコールするのと同じです。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効 ... OR ステートメント ID。 戻り値 連想配列を返します。 statement にもう行がない場合は false を返します。 例 例1 oci ... $row [ 'DEPARTMENT_NAME' ] . "<br>\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : 行の ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 5797
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... の次の行を配列で返す 説明 oci_fetch_row ( resource $statement ): array | false クエリから、結果セットの次の行を含 ... LS を指定してコールすることと同じです。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効 ... ステートメント ID。 戻り値 数値添字配列を返します。 statement にもう行がない場合は false を返します。 例 例1 oci ... w [ 0 ] . " " . $row [ 1 ] . "<br>\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : 行の ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
プリペアドステートメント 5797
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... user" , "password" , "database" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TABLE IF EXISTS test" ... ATE TABLE test(id INT, label TEXT)" ); /* Prepared statement, stage 1: prepare */ $stmt = $mysqli -> prepare ( ... INTO test(id, label) VALUES (?, ?)" ); /* Prepared statement, stage 2: bind and execute */ $id = 1 ; $label = ' ... user" , "password" , "database" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TABLE IF EXISTS test" ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 5752
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... ラムに関連づける 説明 oci_define_by_name ( resource $statement , string $column , mixed &$var , int $type = 0 ): ... 実行する前にコールしなければなりません。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効 ... 000 is Roma // Location id 1100 is Venice oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 oci_define_ ... r>\n" ; } // 表示: // id 1 is Iced Coffee oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例3 oci_define_ ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
5752
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... print "</tr>\n" ; } print "</table>\n" ; oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 バインド変数 ... if ( $r ) { print "One row inserted" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例3 クエリの WH ... / Ernst // Hunold // Lorentz // Pataballa oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例4 CLOB カラム ... id ); print " $r \n" ; // 24 と表示します oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例6 PL/SQL スト ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
リソース型 5719
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 Connection resour ... connection resource returned by sqlsrv_connect() . Statement resource A statement resource returned by sqlsrv_q ...
https://man.plustar.jp/php/sqlsrv.resources.html - [similar]
Get the number of rows in the result set 5675
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... s from the query result. It can be used for SELECT statements. For INSERT , UPDATE , or DELETE queries, use the ... when the query was done in async mode. -1, if SQL statement is not SELECT. false when process is unsuccessful. ... : 2 参考 cubrid_execute() - Execute a prepared SQL statement cubrid_num_cols() - Return the number of columns i ... Return the number of rows affected by the last SQL statement 関連キーワード: rows , cubrid , result , num , Get ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
最後に見つかったエラーを返す 5642
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... ーを返す 説明 oci_error ( ? resource $connection_or_statement = null ): array | false 最後に見つかったエラーを返 ... はクリアされてしまいます。 パラメータ connection_or_statement 大半のエラーでは、 connection_or_statement は関数コ ... バージョン 説明 8.0.0, PECL OCI8 3.0.0 connection_or_statement は、nullable になりました。 例 例1 接続エラー後の ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
CUBRID 関数 5642
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... o a prepared statement as parameters cubrid_close_prepare — Close the req ... ction call cubrid_execute — Execute a prepared SQL statement cubrid_fetch — Fetch the next row from a result se ... b object or a string as a lob object to a prepared statement as parameters cubrid_lob2_close — Close LOB object ... t result of next query when executing multiple SQL statements cubrid_num_cols — Return the number of columns in ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
クエリがプリフェッチする行数を設定する 5598
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... する行数を設定する 説明 oci_set_prefetch ( resource $statement , int $rows ): bool oci_execute() のコール、および ... は、Oracle のドキュメントを参照ください。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効 ... } echo "</tr>\n" ; } echo "</table>\n" ; oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 REF CURSOR ... } echo "</tr>\n" ; } echo "</table>\n" ; oci_free_statement ( $refcur ); oci_free_statement ( $stid ); oci_clo ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT