検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 174 for OCI (0.007 sec.)
最後に見つかったエラーを返す 6711
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_error — 最後に見つかったエラーを返す ... 説明 oci_error ( ? resource $connection_or_statement = null ... は関数コール時に渡されたリソースハンドルとなります。 oci_connect() や oci_new_connect() 、 oci_pconnect() の ... を渡します。 戻り値 もしエラーが見つからない場合、 oci_error() は false を返します。それ以外の場合は、 oc ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
ステートメントの種類を返す 6666
« oci_set_prefetch oci_unregister_taf_callback » PHP Manual OCI8 関数 ステートメントの種類を返す ... oci_statement_type (PHP 5, PHP 7, PHP 8, PECL OCI8 >= ... 1.1.0) oci_statement_type — ステートメントの種類を返す 説明 o ... ement_type ( resource $statement ): string | false OCI ステートメント statement の種類をあらわすキーワード ... を返します。 パラメータ statement oci_parse() が返す、有効な OCI8 ステートメント ID。 戻 ...
https://man.plustar.jp/php/function.oci-statement-type.html - [similar]
持続的接続を使用してOracle データベースに接続する 6655
« oci_password_change oci_register_taf_callback » PHP Manual OCI8 関数 持続的接続を使用してOracl ... e データベースに接続する oci_pconnect (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ... oci_pconnect — 持続的接続を使用してOracle データベース ... に接続する 説明 oci_pconnect ( string $username , string $password , ? ... null , string $encoding = "" , int $session_mode = OCI_DEFAULT ): resource | false Oracle サーバーへの持続 ...
https://man.plustar.jp/php/function.oci-pconnect.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 6587
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... ンドする oci_bind_array_by_name (PHP 5 >= 5.1.2, PHP 7, PHP 8, ... PECL OCI8 >= 1.2.0) oci_bind_array_by_name — PHP の配列を O ... racle PL/SQL の配列に名前でバインドする 説明 oci_bind_array_by_name ( resource $statement , string ... ax_item_length = -1 , int $type = SQLT_AFC ): bool oci_bind_array_by_name() は、PHP の配列 var を Oracle ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
Oracle ユーザーのパスワードを変更する 6587
« oci_parse oci_pconnect » PHP Manual OCI8 関数 Oracle ユーザーのパスワードを変更する oci_passwo ... rd_change (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_password_change — Oracle ユーザーの ... パスワードを変更する 説明 oci_password_change ( resource $connection , string $u ... tring $old_password , string $new_password ): bool oci_password_change ( string $database_name , string $ ... ource ユーザー username のパスワードを変更します。 oci_password_change() が役立つのは、 PHP コマンドライン ...
https://man.plustar.jp/php/function.oci-password-change.html - [similar]
アクション名を設定します 6576
« oci_server_version oci_set_call_timeout » PHP Manual OCI8 関数 アクション名を設定します oci_se ... t_action (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_action — アクション名を設定しま ... す 説明 oci_set_action ( resource $connection , string $action ... て保持される可能性があります。 パラメータ connection oci_connect() 、 oci_pconnect() あるいは oci_new_conne ... を返します。 例 例1 アクションを設定する <?php $c = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); // ...
https://man.plustar.jp/php/function.oci-set-action.html - [similar]
クライアント情報を設定する 6576
« oci_set_client_identifier oci_set_db_operation » PHP Manual OCI8 関数 クライアント情報を設定す ...oci_set_client_info (PHP 5 >= 5.3.2, PHP 7, PHP 8, PEC ... L OCI8 >= 1.4.0) oci_set_client_info — クライアント情報を ... 設定する 説明 oci_set_client_info ( resource $connection , string $c ... て保持される可能性があります。 パラメータ connection oci_connect() 、 oci_pconnect() あるいは oci_new_conne ...
https://man.plustar.jp/php/function.oci-set-client-info.html - [similar]
データベース・エディション を設定します 6576
« oci_set_db_operation oci_set_module_name » PHP Manual OCI8 関数 データベース・エディション を設 ... 定します oci_set_edition (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OC ... I8 >= 1.4.0) oci_set_edition — データベース・エディション を設定しま ... す 説明 oci_set_edition ( string $edition ): bool 後続の接続で ... 稼動中のシステムをアップグレードするときに便利です。 oci_connect() , oci_pconnect() や oci_new_connect() を ...
https://man.plustar.jp/php/function.oci-set-edition.html - [similar]
モジュール名を設定します 6576
« oci_set_edition oci_set_prefetch_lob » PHP Manual OCI8 関数 モジュール名を設定します oci_set_m ... odule_name (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_module_name — モジュール名を設定 ... します 説明 oci_set_module_name ( resource $connection , string $n ... て保持される可能性があります。 パラメータ connection oci_connect() 、 oci_pconnect() あるいは oci_new_conne ... 返します。 例 例1 モジュール名を設定する <?php $c = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); // ...
https://man.plustar.jp/php/function.oci-set-module-name.html - [similar]
クライアント識別子を設定します 6498
« oci_set_call_timeout oci_set_client_info » PHP Manual OCI8 関数 クライアント識別子を設定します ... oci_set_client_identifier (PHP 5 >= 5.3.2, PHP 7, PHP ... 8, PECL OCI8 >= 1.4.0) oci_set_client_identifier — クライアント ... 識別子を設定します 説明 oci_set_client_identifier ( resource $connection , str ... て保持される可能性があります。 パラメータ connection oci_connect() 、 oci_pconnect() あるいは oci_new_conne ...
https://man.plustar.jp/php/function.oci-set-client-identifier.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT