https://github.com/angoca/db2-code-convention
Code convention to write DB2 SQL PL code
https://github.com/angoca/db2-code-convention
Last synced: 12 months ago
JSON representation
Code convention to write DB2 SQL PL code
- Host: GitHub
- URL: https://github.com/angoca/db2-code-convention
- Owner: angoca
- License: apache-2.0
- Created: 2015-01-15T14:55:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T17:05:49.000Z (over 11 years ago)
- Last Synced: 2023-03-22T19:36:55.711Z (over 3 years ago)
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# db2-code-convention
This is the code convention to write good SQL PL code.
# Purpose
This document allows to have a standard code accross different projects, and helps new contributors to write the code in the same format.
# Sections
The following sections are part of the document:
* [File names](https://github.com/angoca/db2-code-convention/wiki/1.-File-Names)
* [File format](https://github.com/angoca/db2-code-convention/wiki/2.-File-Format)
* [File structure](https://github.com/angoca/db2-code-convention/wiki/3.-File-Structure)
* [Identation](https://github.com/angoca/db2-code-convention/wiki/4.-Indentation)
* [Control structures](controlStrctures.md)
* [Routine calls](routineCalls.md)
* [Routine definitions](routineDefinitions.md)
* [Comments](https://github.com/angoca/db2-code-convention/wiki/8.-Comments)
* [Header comment block](headerCommentBlock.md)
* [Versioning](versioning.md)
* [Naming convention](namingConvention.md)
* [Examples](examples.md)