検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 110 for AUTO (0.005 sec.)
Get auto-commit mode of the connection 12750
« cubrid_free_result cubrid_get_charset » PHP Manual CUBRID 関数 Get auto-commit mode of the con ... nection cubrid_get_autocommit (PECL CUBRID >= 8.4.0) cubrid_get_autocommit ... — Get auto-commit mode of the connection 説明 cubrid_get_auto ... ( resource $conn_identifier ): bool The cubrid_get_autocommit() function is used to get the status of CUBR ... ID database connection auto-commit mode. For CUBRID 8.4.0, auto-commit mode is ...
https://man.plustar.jp/php/function.cubrid-get-autocommit.html - [similar]
Return the ID generated for the last updated AUTO_INCREMENT column 12470
« cubrid_get cubrid_is_instance » PHP Manual CUBRID 関数 Return the ID generated for the last up ... dated AUTO_INCREMENT column cubrid_insert_id (PECL CUBRID >= ... _id — Return the ID generated for the last updated AUTO_INCREMENT column 説明 cubrid_insert_id ( resource ... t_id() function retrieves the ID generated for the AUTO_INCREMENT column which is updated by the previous ... rows, or FALSE on failure. 注意 : CUBRID supports AUTO_INCREMENT for more than one columns in a table. In ...
https://man.plustar.jp/php/function.cubrid-insert-id.html - [similar]
直近のクエリの AUTO_INCREMENT カラムで生成した値を返す 10730
« mysqli::init mysqli::kill » PHP Manual mysqli 直近のクエリの AUTO_INCREMENT カラムで生成した値 ... i::$insert_id -- mysqli_insert_id — 直近のクエリの AUTO_INCREMENT カラムで生成した値を返す 説明 オブジェク ... 型 mysqli_insert_id ( mysqli $mysql ): int | string AUTO_INCREMENT 属性を持つカラムがあるテーブル上での INS ... すると、 mysqli_insert_id() が返す値も変更されます。 AUTO_INCREMENT の値を生成するために LAST_INSERT_ID(expr ... ) を使った場合、 生成された AUTO_INCREMENT の値ではなく、 最後の expr の値を返します ...
https://man.plustar.jp/php/mysqli.insert-id.html - [similar]
Return the encryptedFieldsMap auto encryption option for the Manager 9892
« MongoDB\Driver\Manager::executeWriteCommand MongoDB\Driver\Manager::getReadConcern » PHP Manua ... ngoDB\Driver\Manager Return the encryptedFieldsMap auto encryption option for the Manager MongoDB\Driver\M ... EncryptedFieldsMap — Return the encryptedFieldsMap auto encryption option for the Manager 説明 final publi ... ray | object | null Returns the encryptedFieldsMap auto encryption option for the Manager, if specified. パ ... ラメータはありません。 戻り値 The encryptedFieldsMap auto encryption option for the Manager, or null if it w ...
https://man.plustar.jp/php/mongodb-driver-manager.getencryptedfieldsmap.html - [similar]
Set autocommit mode of the connection 9753
« cubrid_set_add cubrid_set_db_parameter » PHP Manual CUBRID 関数 Set autocommit mode of the con ... nection cubrid_set_autocommit (PECL CUBRID >= 8.4.0) cubrid_set_autocommit ... — Set autocommit mode of the connection 説明 cubrid_set_autoc ... onn_identifier , bool $mode ): bool The cubrid_set_autocommit() function is used to set the CUBRID databas ... e auto-commit mode of the current database connection. In ...
https://man.plustar.jp/php/function.cubrid-set-autocommit.html - [similar]
未解決のデータベーストランザクションをロールバックする 8851
« oci_result oci_server_version » PHP Manual OCI8 関数 未解決のデータベーストランザクションをロー ... が始まるのは、データを変更する最初の SQL 文が OCI_NO_AUTO_COMMIT フラグつきの oci_execute() で実行されたとき ... alary (id, name) VALUES (1, 'Chris')" ); // OCI_NO_AUTO_COMMIT フラグで、INSERT 直後にコミットしないよう O ... ラグは同じ意味です $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-rollback.html - [similar]
直近のクエリで生成された ID を得る 8495
« mysql_info mysql_list_dbs » PHP Manual MySQL 関数 直近のクエリで生成された ID を得る mysql_ins ... = NULL ): int 直近のクエリ (通常は INSERT) により AUTO_INCREMENT カラム用に生成された ID を取得します。 パ ... ルのエラーが生成されます。 戻り値 直近のクエリにより AUTO_INCREMENT カラム用に生成された ID を返します。直近 ... のクエリが AUTO_INCREMENT な値を生成しなかった 場合に 0 、MySQL 接 ... long 型(PHP では int と呼ばれる) に変換します。 AUTO_INCREMENT カラムが BIGINT 型 (64 ビット) である場合 ...
https://man.plustar.jp/php/function.mysql-insert-id.html - [similar]
実行時設定 8432
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... _input = pass ; 変換しない。 mbstring.http_input = auto ; HTTP 入力を auto に設定 ; "auto" は mbstring.lan ... ンコーディング検出順序を設定 mbstring.detect_order = auto ; デフォルトの順番を auto に設定 mbstring.detect_o ... ranslation = On ;; HTTP 入力エンコーディング変換を auto に設定 mbstring.http_input = auto ;; HTTP 出力を E ... ranslation = On ;; HTTP 入力エンコーディング変換を auto に設定 mbstring.http_input = auto ;; SJIS に変換 m ...
https://man.plustar.jp/php/mbstring.configuration.html - [similar]
文を実行する 8216
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... etch_array() などをコールすると失敗します。 OCI_NO_AUTO_COMMIT 変更を自動的にはコミットしません。PHP 5.3.2 ... ージョンでは OCI_DEFAULT を使います。これは、 OCI_NO_AUTO_COMMIT と同じ意味です。 OCI_NO_AUTO_COMMIT モードを ... して トランザクションを使うことを推奨します。 OCI_NO_AUTO_COMMIT モードを使った文を実行した後に oci_commit() ... ために、多くのスクリプトはクエリや PL/SQL で OCI_NO_AUTO_COMMIT モードを使いません。 同じスクリプトの中で異 ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
自動インクリメントされた値を取得する 8216
« Result::getAffectedItemsCount Result::getGeneratedIds » PHP Manual mysql_xdevapi\Result 自動イ ... ンクリメントされた値を取得する Result::getAutoIncrementValue (No version information available, m ... ight only be in Git) Result::getAutoIncrementValue — 自動インクリメントされた値を取得す ... る 説明 public mysql_xdevapi\Result::getAutoIncrementValue (): int 最新の AUTO_INCREMENT の値 ( ... この関数にはパラメータはありません。 戻り値 最新の AUTO_INCREMENT の値 を返します。 例 例1 mysql_xdevapi\R ...
https://man.plustar.jp/php/mysql-xdevapi-result.getautoincrementvalue.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT