検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 113 for lob (0.010 sec.)
CUBRID 関数 (PDO_CUBRID) 6041
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... 関数を用意しており、これでスキーマ情報を取得します。 LOBs PDO_CUBRID は BLOB/CLOB データ型をサポートしていま ... す。PDO における LOB はストリームで表現されているので、LOB を追加するに ... はストリームをバインドし、 LOB を取得するには CUBRID PDO が返すストリームを読み込 ... みます。 例1 CUBRID PDO での LOB の追加 <?php $fp = fopen ( 'lob_test.png' , 'rb' ) ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
データをラージオブジェクトに書き込む 6016
« OCILob::truncate OCILob::writeTemporary » PHP Manual OCILob データをラージオブジェクトに書き込 ... む OCILob::write (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) O ... CILob::write — データをラージオブジェクトに書き込む 説明 ... public OCILob::write ( string $data , ? int $length = null ): in ... t | false パラメータ data からのデータを LOB の内部ポインタの現在位置に書き込みます。 パラメータ ...
https://man.plustar.jp/php/ocilob.write.html - [similar]
Bind variables to a prepared statement as parameters 5915
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... efault. 注意 : If the type of data to be bound is BLOB/CLOB, CUBRID will try to map the data as a PHP str ... DATE TIMESTAMP TIMESTAMP OBJECT OBJECT ENUM ENUM BLOB BLOB CLOB CLOB NULL NULL Not supported SET SET MUL ... value as an argument when they are NCHAR, BIT, or BLOB/CLOB). 戻り値 成功した場合に true を、失敗した場合 ... を返します。 変更履歴 バージョン 説明 8.3.1 Added BLOB/CLOB data types support. 例 例1 cubrid_bind() exam ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
現在のラージオブジェクト用のバッファリング状態を変更する 5915
« OCILob::seek OCILob::size » PHP Manual OCILob 現在のラージオブジェクト用のバッファリング状態を ... 変更する OCILob::setBuffering (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1 ... .1.0) OCILob::setBuffering — 現在のラージオブジェクト用のバッフ ... ァリング状態を変更する 説明 public OCILob::setBuffering ( bool $mode ): bool ラージオブジェク ... ラメータの値で設定します。 この関数を使用することで、LOB の細かな読み込みや書き込みがバッファリングされこと ...
https://man.plustar.jp/php/ocilob.setbuffering.html - [similar]
Return the associative array that corresponds to the fetched row 5814
« cubrid_fetch_array cubrid_fetch_field » PHP Manual CUBRID MySQL 互換関数 Return the associativ ... l to cubrid_execute() type Type can only be CUBRID_LOB, this parameter will be used only when you need to ... operate the lob object. 戻り値 Associative array, when process is ... , $row [ "address" ]); } // if you want to operate LOB object, you can use cubrid_fetch_assoc($req, CUBRI ... D_LOB) cubrid_close_request ( $req ); cubrid_disconnect ...
https://man.plustar.jp/php/function.cubrid-fetch-assoc.html - [similar]
Return a numerical array with the values of the current row 5814
« cubrid_fetch_object cubrid_field_flags » PHP Manual CUBRID MySQL 互換関数 Return a numerical a ... l to cubrid_execute() type Type can only be CUBRID_LOB, this parameter will be used only when you need to ... operate the lob object. 戻り値 A numerical array, when process is ... ow [ 2 ], $row [ 3 ]); } // if you want to operate LOB object, you can use cubrid_fetch_row($req, CUBRID_ ...
https://man.plustar.jp/php/function.cubrid-fetch-row.html - [similar]
Fetch a result row as an associative array, a numeric array, or both 5738
« cubrid_error cubrid_fetch_assoc » PHP Manual CUBRID MySQL 互換関数 Fetch a result row as an as ... RID_ASSOC, CUBRID_BOTH. If you need to operate the lob object, you can use CUBRID_LOB. 戻り値 Returns an ... ow [ 2 ], $row [ 3 ]); } // if you want to operate LOB object, you can use cubrid_fetch_array($req, CUBRI ... D_NUM | CUBRID_LOB) cubrid_close_request ( $req ); cubrid_disconnect ...
https://man.plustar.jp/php/function.cubrid-fetch-array.html - [similar]
Fetch the next row from a result set 5738
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... ID_BOTH, CUBRID_OBJECT. If you want to operate the lob object, you can use CUBRID_LOB. 戻り値 Result arra ... , $row [ "address" ]); } // if you want to operate lob object, you can use cubrid_fetch($req, CUBRID_LOB) ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 5738
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... ます。 オプションで、 oci_new_descriptor() を使って LOB/ROWID/BFILE の領域を確保することもできます。 戻り値 ... _close ( $conn ); ?> 例3 oci_define_by_name() での LOB カラムの使用 <?php /* 実行する前にテーブルを作りま ... す CREATE TABLE mytab (id NUMBER, fruit CLOB); INSERT INTO mytab (id, fruit) values (1, 'apple' ... stid , 'FRUIT' , $fruit ); // $fruit will become a LOB descriptor oci_execute ( $stid ); while ( oci_fetc ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
OCI8 関数 5713
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 ... リソースから次の子ステートメント・リソースを返す oci_lob_copy — ラージオブジェクトをコピーする oci_lob_is_e ... qual — 2 つの LOB/FILE ロケータの等価性を比較する oci_new_collection ... を割り当て、それを返す oci_new_descriptor — 空の新規 LOB あるいは FILE ディスクリプタを初期化する oci_num_f ... e_name — モジュール名を設定します oci_set_prefetch_lob — CLOB や BLOB ごとにプリフェッチするデータサイズを ...
https://man.plustar.jp/php/ref.oci8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT