検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 184 for Statement (0.008 sec.)
フィールドのデータ型の名前を返す 5367
« oci_field_type_raw oci_free_descriptor » PHP Manual OCI8 関数 フィールドのデータ型の名前を返す ... データ型の名前を返す 説明 oci_field_type ( resource $statement , string | int $column ): string | int | false フィ ... ールドのデータ型の名前を返します。 パラメータ statement 有効な OCI ステートメント ID。 column フィールド番 ... // CLOB_COL CLOB 4000 // DATE_COL DATE 7 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : PHP ...
https://man.plustar.jp/php/function.oci-field-type.html - [similar]
フェッチした行からフィールドの値を取得する 5367
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... フィールドの値を取得する 説明 oci_result ( resource $statement , string | int $column ): mixed oci_fetch() によっ ... が サポートするデータ型 を参照ください。 パラメータ statement column カラム番号 (1から始まる) またはカラム名 (大 ... / 表示: // 1000 is Roma // 1100 is Venice oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : PHP ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 5367
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... イズを設定する 説明 oci_set_prefetch_lob ( resource $statement , int $prefetch_lob_size ): bool oci_execute() を使 ... Database 12.2 以降でのみ設定できます。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効 ... } echo "</tr>\n" ; } echo "</table>\n" ; oci_free_statement ( $stid ); oci_close ( $conn ); ?> 参考 oci8.prefe ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
LONG カラムを処理する 5367
« odbc_gettypeinfo odbc_next_result » PHP Manual ODBC 関数 LONG カラムを処理する odbc_longreadle ... カラムを処理する 説明 odbc_longreadlen ( resource $statement , int $length ): bool LONG および LONGVARBINARY の ... の uodbc.defaultlrl 経由で設定できます。 パラメータ statement 結果 ID。 length PHP に返されるバイト数は、パラメー ...
https://man.plustar.jp/php/function.odbc-longreadlen.html - [similar]
結果における行数を返す 5367
« odbc_num_fields odbc_pconnect » PHP Manual ODBC 関数 結果における行数を返す odbc_num_rows (PHP ... 果における行数を返す 説明 odbc_num_rows ( resource $statement ): int ODBC 結果における行の数を取得します。 INSER ... 、この関数は利用可能な行の数を返します。 パラメータ statement odbc_exec() が返す結果 ID。 戻り値 ODBC 結果におけ ...
https://man.plustar.jp/php/function.odbc-num-rows.html - [similar]
Oracle OCI8 5334
« mysqlndプラグインの開発をはじめよう はじめに » PHP Manual ベンダー固有のモジュール Oracle OCI8 ... ree_descriptor — ディスクリプタを解放する oci_free_statement — 文やカーソルに関連付けられた全てのリソースを解放 ... fetch — クエリがプリフェッチする行数を設定する oci_statement_type — ステートメントの種類を返す oci_unregister_t ... t、 oci_fetch_assoc、 oci_fetch_row の変種 ocifetchstatement — oci_fetch_all のエイリアス ocifreecollection — の ... リアス OCICollection::free ocifreecursor — oci_free_statement のエイリアス ocifreedesc — OCILob::free のエイリア ...
https://man.plustar.jp/php/book.oci8.html - [similar]
Send a CUBRID query 5334
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... 戻り値 For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset, cubrid_query() returns a res ... success, or false on error. For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc, cubrid_query( ... find out how many rows were returned for a SELECT statement or cubrid_affected_rows() to find out how many row ... e affected by a DELETE, INSERT, REPLACE, or UPDATE statement. cubrid_query() will also fail and return false if ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
実行のために Oracle の文をパースする 5334
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... れます。 ステートメント ID を解放するには、 oci_free_statement() を使うか、あるいは 変数に null を代入します。 パ ... d ); print " $p2 \n" ; // 16 と表示します oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : この ... とです。 参考 oci_execute() - 文を実行する oci_free_statement() - 文やカーソルに関連付けられた全てのリソースを解 ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]
連想配列として結果の行を取得する 5334
« odbc_execute odbc_fetch_into » PHP Manual ODBC 関数 連想配列として結果の行を取得する odbc_fetc ... 結果の行を取得する 説明 odbc_fetch_array ( resource $statement , int $row = -1 ): array | false ODBC クエリから、 ... 連想配列を取得します。 パラメータ statement odbc_exec() の結果リソース。 row どの行番号を取得す ...
https://man.plustar.jp/php/function.odbc-fetch-array.html - [similar]
一行ぶんの結果を配列に取り込む 5334
« odbc_fetch_array odbc_fetch_object » PHP Manual ODBC 関数 一行ぶんの結果を配列に取り込む odbc_ ... 果を配列に取り込む 説明 odbc_fetch_into ( resource $statement , array &$array , int $row = 0 ): int | false 結果 ... の行を array に取得します。 パラメータ statement 結果リソース。 array 結果の配列。型変換によってい配 ...
https://man.plustar.jp/php/function.odbc-fetch-into.html - [similar]