File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,15 @@ Changes are welcome from all members of the Community.
2727
2828* Snake case will be used. This separates keywords in names with underscores. ` execute_test `
2929* All names will be lower case.
30- * Arguments to procedures and functions will start with ` a_ ` an example would be procedure ` is_valid(a_owner_name varchar2(30)); `
30+ * Prefixes:
31+ * Arguments to procedures and functions will start with `a_` an Example would be procedure `is_valid(a_owner_name varchar2(30));`
32+ * Object types and packages will start with `ut_`
33+ * Local variables `l_`
34+ * Global variables `g_`
35+ * Global Constants start with `gc_`
36+ * Types in packages, objects start with `t_`
37+ * Nested Tables start with `tt_`
38+ * varchar2 lengths are set in characters not bytes
3139
3240
3341## New to GIT ##
You can’t perform that action at this time.
0 commit comments