検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 110 for AUTO (0.003 sec.)
Returns the CUBRID database parameters 7733
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... L PARAM_LOCK_TIMEOUT PARAM_MAX_STRING_LENGTH PARAM_AUTO_COMMIT Database parameters Parameter Description P ... itely until the transaction lock is allowed. PARAM_AUTO_COMMIT In CUBRID PHP, auto-commit mode is disabled ... tion management. It can be set by using cubrid_set_autocommit() . The following table shows the isolation ... LOCK_TIMEOUT -1 MAX_STRING_LENGTH 1073741823 PARAM_AUTO_COMMIT 1 Server Info: 9.1.0.0212 Client Info: 9.1. ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
Result のコンストラクタ 7517
« mysql_xdevapi\Result Result::getAffectedItemsCount » PHP Manual mysql_xdevapi\Result Result の ... ql_xdevapi\Result::__construct () 生成された ID や AUTO_INCREMENT の値、 警告を 結果セットから取得するため ... " CREATE TABLE addressbook.names (id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30), age INT, PRIMARY KEY ... [ "Suki" , 34 ])-> execute (); $ai = $result -> getAutoIncrementValue (); var_dump ( $ai ); ?> 上の例の出力 ... ワード: Result , construct , xdevapi , パラメータ , AUTO , 出力 , 関数 , オブジェクト , 取得 , セット ...
https://man.plustar.jp/php/mysql-xdevapi-result.construct.html - [similar]
Sets the CUBRID database parameters 7238
« cubrid_set_autocommit cubrid_set_drop » PHP Manual CUBRID 関数 Sets the CUBRID database parame ... ARAM_ISOLATION_LEVEL PARAM_LOCK_TIMEOUT 注意 : The auto-commit mode can be set by using cubrid_set_autocom ... ameter ( $conn ); var_dump ( $params ); cubrid_set_autocommit ( $conn , CUBRID_AUTOCOMMIT_TRUE ); cubrid_s ... ARAM_MAX_STRING_LENGTH"]=> int(1073741823) ["PARAM_AUTO_COMMIT"]=> int(0) } array(4) { ["PARAM_ISOLATION_L ... ARAM_MAX_STRING_LENGTH"]=> int(1073741823) ["PARAM_AUTO_COMMIT"]=> int(1) } 参考 cubrid_get_db_parameter() ...
https://man.plustar.jp/php/function.cubrid-set-db-parameter.html - [similar]
未解決のトランザクションをコミットする 7098
« oci_close oci_connect » PHP Manual OCI8 関数 未解決のトランザクションをコミットする oci_commit ... が始まるのは、データを変更する最初の SQL 文が OCI_NO_AUTO_COMMIT フラグつきで oci_execute() によって実行され ... alary (id, name) VALUES (1, 'Chris')" ); // OCI_NO_AUTO_COMMIT フラグは、INSERT の直後にコミットしないよう ... ラグも同じ意味です $r = oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = oci_error ( $stid ); t ... VALUES (12)' ); $r = oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = oci_error ( $stid ); o ...
https://man.plustar.jp/php/function.oci-commit.html - [similar]
定義済み定数 7035
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... e following constants can be used when setting the auto-commit mode for the database connection. They can ... be passed to cubrid_set_autocommit() or returned by cubrid_get_autocommit() . C ... UBRID auto-commit mode flags Constant Description CUBRID_AUTO ... COMMIT_TRUE Enable the auto-commit mode. CUBRID_AUTOCOMMIT_FALSE Disable the a ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
セマフォ ID を得る 6971
« sem_acquire sem_release » PHP Manual セマフォ関数 セマフォ ID を得る sem_get (PHP 4, PHP 5, PH ... $max_acquire = 1 , int $permissions = 0666 , bool $auto_release = true ): SysvSemaphore | false sem_get() ... ロセスであることがわかった場合にのみセットされます。 auto_release リクエストの終了時に自動的にセマフォを開放 ... のバージョンでは、リソースが返されていました。 8.0.0 auto_release の型が int から bool に変更されました 注意 ...
https://man.plustar.jp/php/function.sem-get.html - [similar]
Commit a transaction 6895
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... e connection handle is still valid. In CUBRID PHP, auto-commit mode is disabled by default for transaction ... management. You can set it by using cubrid_set_autocommit() . You can get its status by using cubrid_g ... et_autocommit() . Before you start a transaction, remember ... to disable the auto-commit mode. パラメータ conn_identifier Connection ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
結果において指定したフィールドのフラグを取得する 6895
« mysql_fetch_row mysql_field_len » PHP Manual MySQL 関数 結果において指定したフィールドのフラグ ... " , "unsigned" , "zerofill" , "binary" , "enum" , "auto_increment" そして "timestamp" 例 例1 mysql_field_f ... たとえば以下のようになります。 not_null primary_key auto_increment Array ( [0] => not_null [1] => primary_k ... ey [2] => auto_increment ) 注意 注意 : 下位互換のために、次の非推 ...
https://man.plustar.jp/php/function.mysql-field-flags.html - [similar]
サポートされる文字エンコーディング 6895
« HTTP 入出力 関数のオーバーロード機能 » PHP Manual マルチバイト文字列 サポートされる文字エンコー ... ンコーディング名を指定する php.ini エントリには、 " auto " および " pass " を指定することもできます。 エンコ ... ーディング名を指定する mbstring 関数にも、" auto " を指定することができます。 " pass " が指定された ... 場合、 文字エンコーディングの変換は行われません。 " auto " が指定された場合、この文字列は 言語設定 (NLS) ご ...
https://man.plustar.jp/php/mbstring.supported-encodings.html - [similar]
はじめに 6832
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能 ... リクエストとともに送信されているかどうかを ( session.auto_start が1の場合は)自動的に、または ( session_start ... は、以前保存された変数が再現されます。 警告 session.auto_start をオンにした場合にオブジェクトをセッションに ... 代入する唯一の方法は、 クラスの定義を auto_prepend_file でロードしておき、オブジェクトを seri ...
https://man.plustar.jp/php/intro.session.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT