1 / 19
文档名称:

命名开发标准规范.doc

格式:doc   大小:122KB   页数:19页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

命名开发标准规范.doc

上传人:读书百遍 2021/12/12 文件大小:122 KB

下载得到文件列表

命名开发标准规范.doc

文档介绍

文档介绍:For DB2
DB Development-Naming
Specification
/01/01
Author(作者):
Jet Lee
Date:
Checked by(审核):
Date:
Change History (变更历史)
Date
Version
Author
Description of change
-6-12

Jet Lee
新起草
-6-15

Jet Lee
文档拆提成两个
Content
1 Introduction (引言) 6
Purpose(规范目) 6
Readers (阅读人员) 6
Glossary (术语) 6
Reference (参照资料) 6
2 Unified criterion for Naming (统一命名规范) 6
Overall Principle (整体性原则) 6
Database alias (数据别名) 7
Object Schema (对象概述) 7
Table(表) 7
Table Name(表名称) 7
Table Index(表索引) 7
Table Field(表字段) 7
View(视图) 8
Stored procedure(存储过程) 8
Function(函数) 8
Variant or Parameter(变量 & 参数) 8
3 Unified criterion for Development (统一开发规范) 9
Statement (语句) 9
Overall Principle (整体性原则) 9
Nesting (语句嵌套) 9
Comments(备注) 9
Field(字段) 9
Parameter (参数) 9
Function(函数) 10
Procedure(过程) 10
View(视图) 10
Key Arithmetic (核心算法) 11
Create Table(表创立) 11
Table Index(索引) 11
[删除]Paradigm Requirement (范式规定,原则上属于设计规定) 11
View(视图) 11
Function (函数) 11
Procedure (过程) 12
Trigger (触发器) 13
Isolation Level (隔离集使用) 13
4 Attachment (附件) 13
[删除,系统设计范畴]Table Normal Form 13
Isolation Level 13
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
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 Englis