可编辑可修改
For DB2
DB Development-Naming
Specifi数 ) 16
Procedure ( 过程 ) 17
Trigger ( 触发器 ) 18
Isolation Level ( 隔离集使用 ) 18
4 Attachment ( 附件 ) 18
Table Normal Form 18
Isolation Level 19
Exception events reconciliation 19
55/ 19
可编辑可修改
1 Introduction ( 引言 )
Purpose( 规范的目的 )
Guide the developer how to name the DB objects (Tables, views, stored
procedure, etc)
( 指引开发人员如何去规范对
DB中对象进行命名 ) ;
Readers ( 阅读的人员 )
Developer, the members of the review board, Development Manager
;
( 开发人员; Review board
成员;开发经理 ) ;
Glossary ( 术语 )
Table Normal form: Refer the attachment;
表的范式:参考附件;
Isolation Level: Refer the attachment;
隔离级:参考附件;
Reference ( 参考资料 )
None
2 Unified criterion for Naming ( 统一的命名规范 )
Overall Principle ( 整体性原则 )
The characters range for all names: A-Z, a-z, 0-9, _ (Underscore). Not
allowed to use other characters as the name. ( 所有名称的字符范围为: A-Z,
a-z, 0-9 和 _ ( 下划线 ) 。不允许使用其他字符作为名称 ).
Please use English words or English phrases (including abbreviations) as
name, but cannot be used as the name of meaningless characters or Chinese
Pinyin. ( 采用英文单词或英文短语 (包括缩写) 作为名称, 不能使用无意义的字
符或汉语拼音。 )
Name should be clarity, the ability to accurately express the meaning of
66/ 19
可编辑可修改
things, and readable. Please follow the principle of "see to know the
meaning". ( 名称应该清晰明了, 能够准确表达事物的含义, 最好可读, 遵循“见
名知意”的原则。 )
Database objects need to add the necessary comments, such as Tables,
procedures, functions, etc. Express the contents of the comments in your
mother language. ( 数据库对象需要添加必要的注释,如表、存储过程、函数等,
注释使用母语 ; )
According to the char
db2命名&开发规范 来自淘豆网m.daumloan.com转载请标明出处.