数据库事务操作步骤
-
GaussDB数据库事务管理及高级应用
目录一、引言二、事务的基本概念2.1 事务的定义2.2 事务的四个特性(ACID)三、GaussDB中的事务管理3.1 事务的开始与结束3.2 事务的隔离级别3.3 事务的回滚与提交四、事务的高级应用4.1 保存点(Savepoints)4.2 事务[详细]
2024-08-10 09:03 分类:数据库 DRY programming dilemma
the situation is like this: im creating a Logger class that can write to a file but the write_to_file() function is in a helper class as a static function.[详细]
2022-12-28 18:21 分类:问答