An open API service indexing awesome lists of open source software.

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

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)