検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 113 for lob (0.014 sec.)
Get a lob object's size 8488
« cubrid_lob2_size64 cubrid_lob2_tell64 » PHP Manual CUBRID 関数 Get a lob object's size cubrid_ ... lob2_size (PECL CUBRID >= 8.4.1) cubrid_lob2_size — Get a lob object's size 説明 cubrid_lob2_s ... ize ( resource $lob_identifier ): int The cubrid_lob2_size() function ... is used to get the size of a lob object. パラメータ lob_identifier Lob identifier a ... s a result of cubrid_lob2_new() or get from the result set. 戻り値 It will ...
https://man.plustar.jp/php/function.cubrid-lob2-size.html - [similar]
Tell the cursor position of the LOB object 8488
« cubrid_lob2_tell64 cubrid_lob2_write » PHP Manual CUBRID 関数 Tell the cursor position of the ... LOB object cubrid_lob2_tell (PECL CUBRID >= 8.4.1) cubrid_lob2_tell — Te ... ll the cursor position of the LOB object 説明 cubrid_lob2_tell ( resource $lob_ident ... ifier ): int The cubrid_lob2_tell() function is used to tell the cursor positi ... on of the LOB object. パラメータ lob_identifier Lob identifier a ...
https://man.plustar.jp/php/function.cubrid-lob2-tell.html - [similar]
Get BLOB/CLOB data 8412
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... PECL CUBRID >= 8.3.1) cubrid_lob_get — Get BLOB/CLOB data 説明 cubrid_lob_get ( res ... rce $conn_identifier , string $sql ): array cubrid_lob_get() is used to get BLOB/CLOB meta info from CUBR ... ID database, CUBRID gets BLOB/CLOB by executing the SQL statement, and returns a ... ll LOBs as a resource array. Be sure that the SQL retriev ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Read from BLOB/CLOB data 8261
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lob ... b2_read (PECL CUBRID >= 8.4.1) cubrid_lob2_read — Read from BLOB/CLOB data 説明 cubrid_lob2_ ... read ( resource $lob_identifier , int $len ): string The cubrid_lob2_re ... ad() function reads len bytes from the LOB data and returns the bytes read. パラメータ lob_id ... entifier Lob identifier as a result of cubrid_lob2_new() or get ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
2 つの LOB/FILE ロケータの等価性を比較する 8261
« oci_lob_copy oci_new_collection » PHP Manual OCI8 関数 2 つの LOB/FILE ロケータの等価性を比較す ... る oci_lob_is_equal (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ... oci_lob_is_equal — 2 つの LOB/FILE ロケータの等価性を比較す ... る 説明 oci_lob_is_equal ( OCILob $lob1 , OCILob $lob2 ): bool 2 つ ...LOB/FILE ロケータを比較します。 パラメータ lob1 LOB...
https://man.plustar.jp/php/function.ocilob-is-equal.html - [similar]
Export the lob object to a file 8236
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... cubrid_lob2_export (PECL CUBRID >= 8.4.1) cubrid_lob2_export ... — Export the lob object to a file 説明 cubrid_lob2_export ( resourc ... e $lob_identifier , string $file_name ): bool The cubrid_ ... export() function is used to save the contents of BLOB/CLOB data to a file. To use this function, you mus ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
Bind a lob object or a string as a lob object to a prepared statement as paramet... 8185
« cubrid_lob_size cubrid_lob2_close » PHP Manual CUBRID 関数 Bind a lob object or a string as a ... bject to a prepared statement as parameters cubrid_lob2_bind (PECL CUBRID >= 8.4.1) cubrid_lob2_bind — Bi ... nd a lob object or a string as a lob object to a prepared s ... tatement as parameters 説明 cubrid_lob2_bind ( resource $req_identifier , int $bind_index ... e , string $bind_value_type = ? ): bool The cubrid_lob2_bind() function is used to bind BLOB/CLOB datas t ...
https://man.plustar.jp/php/function.cubrid-lob2-bind.html - [similar]
Close LOB object 8135
« cubrid_lob2_bind cubrid_lob2_export » PHP Manual CUBRID 関数 Close LOB object cubrid_lob2_clos ... e (PECL CUBRID >= 8.4.1) cubrid_lob2_close — Close LOB object 説明 cubrid_lob2_close ( ... resource $lob_identifier ): bool The cubrid_lob2_close() functio ... n is used to close LOB object returned from cubrid_lob2_new() or got from ... the result set. パラメータ lob_identifier Lob identifier as a result of cubrid_lo ...
https://man.plustar.jp/php/function.cubrid-lob2-close.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 8135
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... データサイズを設定する oci_set_prefetch_lob (PHP 8.2, PECL OCI8 >= 3.2) oci_set_prefetch_lob... CLOB や BLOB ごとにプリフェッチするデータサイズを設定す ... る 説明 oci_set_prefetch_lob ( resource $statement , int $prefetch_lob_size ): ... 内部的なフェッチリクエストによって、 内部的な Oracle LOB ロケータを取得する際に、 CLOB や BLOB ごとにフェッ ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
ラージオブジェクトをコピーする 8122
« oci_get_implicit_resultset oci_lob_is_equal » PHP Manual OCI8 関数 ラージオブジェクトをコピーす ... る oci_lob_copy (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci ... _lob_copy — ラージオブジェクトをコピーする 説明 oci_lob ... _copy ( OCILob $to , OCILob $from , ? int $length = null ): bool ... 他のラージオブジェクトにコピーします。 受け取り側の LOB の古いデータは上書きされます。 もし LOB の特定部分 ...
https://man.plustar.jp/php/function.ocilob-copy.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT