検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 95 for OID (0.008 sec.)
直近の行のオブジェクト ID を返す 8320
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_la ... st_oid (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_last_oid ... — 直近の行のオブジェクト ID を返す 説明 pg_last_oid ( PgSql\Result $result ): string | int | false pg_ ... last_oid() は、挿入された行に割り当てられた OID を取得します ...OID フィールドは PostgreSQL 7.2 からはオプションとなり ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
tables フィールドの名前あるいは oid を返す 8241
« pg_field_size pg_field_type_oid » PHP Manual PostgreSQL 関数 tables フィールドの名前あるいは oid ... ) pg_field_table — tables フィールドの名前あるいは oid を返す 説明 pg_field_table ( PgSql\Result $result ... , int $field , bool $oid_only = false ): string | int | false pg_field_tabl ... () は、フィールドが属するテーブルの名前か あるいは oid_only が true の場合にテーブルの oid を返します。 パ ... のインスタンス。 field 0 から始まるフィールド番号。 oid_only デフォルトでは、フィールドが属するテーブルの名 ...
https://man.plustar.jp/php/function.pg-field-table.html - [similar]
CUBRID 8136
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... get — Get contents of collection type column using OID cubrid_col_size — Get the number of elements in co ... llection type column using OID cubrid_column_names — Get the column names in resu ... pen a connection to a CUBRID Server cubrid_current_oid — Get OID of the current cursor location cubrid_di ... connection cubrid_drop — Delete an instance using OID cubrid_error_code_facility — Get the facility code ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
定義済み定数 7754
« リソース型 SNMP 関数 » PHP Manual SNMP 定義済み定数 定義済み定数 以下の定数が定義されています。 ... 的にロードされている場合のみ使用可能です。 snmp_set_oid_output_format() 用 SNMP_OID_OUTPUT_SUFFIX ( int ) ... SNMP_OID_OUTPUT_MODULE ( int ) SNMP_OID_OUTPUT_FULL ( int ) ... SNMP_OID_OUTPUT_NUMERIC ( int ) SNMP_OID_OUTPUT_UCD ( int ) ... SNMP_OID_OUTPUT_NONE ( int ) snmp_set_valueretrieval() 用 S ...
https://man.plustar.jp/php/snmp.constants.html - [similar]
新しいラージオブジェクトを作成する 7530
« PDO::pgsqlGetPid PDO::pgsqlLOBOpen » PHP Manual PostgreSQL (PDO) 新しいラージオブジェクトを作成 ... lLOBCreate() は、 ラージオブジェクトを作成してその OID を返します。 このオブジェクトに対するデータの読み書 ... qlLOBOpen() を使用してストリームをオープンします。 OIDOID 型のカラムに格納され、ラージオブジェクトを参 ... 大できますが、扱い方はめんどうです。 オブジェクトの OID を参照している行をデータベースから削除する際には、 ... ません。 戻り値 新しく作成されたラージオブジェクトの OID、あるいは失敗した場合に false を返します。 例 例1 P ...
https://man.plustar.jp/php/pdo.pgsqllobcreate.html - [similar]
ラージオブジェクトを削除する 7148
« pg_lo_truncate pg_lo_write » PHP Manual PostgreSQL 関数 ラージオブジェクトを削除する pg_lo_unl ... pg_lo_unlink ( PgSql\Connection $connection , int $oid ): bool pg_lo_unlink() は、 oid で 関連付けられたラ ... デフォルトの接続を使うことは推奨されなくなりました。 oid データベース内のラージオブジェクトの OID 。 戻り値 ... nlink() の例 <?php // 削除するラージオブジェクトの OID $doc_oid = 189762345 ; $database = pg_connect ( "d ... abase , "begin" ); pg_lo_unlink ( $database , $doc_oid ); pg_query ( $database , "commit" ); ?> 参考 pg_l ...
https://man.plustar.jp/php/function.pg-lo-unlink.html - [similar]
既存のラージオブジェクトのストリームをオープンする 7043
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... オープンする 説明 public PDO::pgsqlLOBOpen ( string $oid , string $mode = "rb" ): resource | false PDO::pgs ... qlLOBOpen() は、 oid が指すデータにアクセスするためのストリームをオープ ... ザクション内で処理される必要があります。 パラメータ oid ラージオブジェクトの ID。 mode モードが r の場合、 ... inTransaction (); $stmt = $db -> prepare ( "select oid from BLOBS where ident = ?" ); $stmt -> execute (a ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
Read data from glo and send it to std output 6714
« cubrid_save_to_glo dBase » PHP Manual CUBRID 廃止されたエイリアスと関数 Read data from glo and ... rid_send_glo ( resource $conn_identifier , string $oid ): int The cubrid_send_glo() function is used to r ... パラメータ conn_identifier Connection identifier. oid Oid of the glo instance that you want to read data ... from person where id =1" ); if ( $req ) { list ( $oid ) = cubrid_fetch ( $req ); cubrid_close_request ( ... ent-type: image/jpeg" ); cubrid_send_glo ( $con , $oid ); } ?> 注意 注意 : 下位互換のために、次の非推奨別 ...
https://man.plustar.jp/php/function.cubrid-send-glo.html - [similar]
Save requested file in a GLO instance 6661
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... _save_to_glo ( resource $conn_identifier , string $oid , string $file_name ): int The cubrid_save_to_glo( ... パラメータ conn_identifier Connection identifier. oid Oid of the glo instance that you want to save a fi ... e from person where id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetch ( $req ); cubrid_close_request ( ... $req ); $res = cubrid_save_to_glo ( $con , $oid , "input.jpg" ); if ( $res ) { echo "image changed ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
Read data from a GLO instance and save it in a file 6635
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... oad_from_glo ( resource $conn_identifier , string $oid , string $file_name ): int The cubrid_load_from_gl ... パラメータ conn_identifier Connection identifier. oid Oid of the glo instance that you want to read the ... e from person where id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetch ( $req ); cubrid_close_request ( ... $req ); $res = cubrid_load_from_glo ( $con , $oid , "output.jpg" ); if ( $res ) { echo "image change ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT