Results of 1 - 5 of about 5 for savepoint (0.033 sec.)
- django.db.transaction — Django 4.0.6 ドキュメント 11876
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
nection ( using ) . rollback () [ドキュメント] def savepoint ( using = None ): """ Create a savepoint (if suppo ...
current transaction. Return an identifier for the savepoint that will be used for the subsequent rollback or c ...
ommit. """ return get_connection ( using ) . savepoint () [ドキュメント] def savepoint_rollback ( sid , u ...
sing = None ): """ Roll back the most recent savepoint (if one exists). Do nothing if savepoints are not ...
-
https://man.plustar.jp/django/_modules/django/db/transaction.html
- [similar]
- データベースのトランザクション — Django 4.0.6 ドキュメント 10920
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
つの API を提供しています。 atomic ( using = None , savepoint = True , durable = False ) [ソース] ¶ Atomicityは、 ...
hen entering the outermost atomic block; creates a savepoint when entering an inner atomic block; releases or r ...
olls back to the savepoint when exiting an inner block; commits or rolls back ...
e outermost block. You can disable the creation of savepoints for inner blocks by setting the savepoint argumen ...
-
https://man.plustar.jp/django/topics/db/transactions.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7740
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
のメソッド) clean_fields() (Model のメソッド) clean_savepoints() (django.db.transaction モジュール) clean_userna ...
min の属性) save_related() (ModelAdmin のメソッド) savepoint() (django.db.transaction モジュール) savepoint_com ...
mit() (django.db.transaction モジュール) savepoint_rollback() (django.db.transaction モジュール) Scal ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 7684
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
rriding the table name via the db_table parameter. Savepoints ¶ Both the Django ORM and MySQL (when using the I ...
nnoDB storage engine ) support database savepoints . If you use the MyISAM storage engine please be ...
ve database-generated errors if you try to use the savepoint-related methods of the transactions API . The reas ...
e Isolation level Creating your tables Table names Savepoints Notes on specific fields Character fields TextFie ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- Django 1.4 release notes — Django 4.0.6 ドキュメント 7684
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
The MySQL database backend can now make use of the savepoint feature implemented by MySQL version 5.0.3 or newe ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
PREV
1
NEXT