database:oracle:plsql-naming-conventions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
database:oracle:plsql-naming-conventions [2023/09/08 20:37] – odefta | database:oracle:plsql-naming-conventions [2023/09/08 20:38] (current) – odefta | ||
---|---|---|---|
Line 3: | Line 3: | ||
- **Variables**: | - **Variables**: | ||
* Local: prefix with '' | * Local: prefix with '' | ||
- | * Global: prefix with '' | + | * Global: prefix with '' |
- **Parameters**: | - **Parameters**: | ||
* Prefix with '' | * Prefix with '' | ||
- | |||
- **Cursors**: | - **Cursors**: | ||
* Prefix with '' | * Prefix with '' | ||
- | |||
- **Constants**: | - **Constants**: | ||
* Prefix with '' | * Prefix with '' | ||
* Uppercase for constants (e.g., '' | * Uppercase for constants (e.g., '' | ||
- | |||
- **Types**: | - **Types**: | ||
* Prefix with '' | * Prefix with '' | ||
- | |||
- **Exception**: | - **Exception**: | ||
* Prefix with '' | * Prefix with '' | ||
- | |||
- **Records**: | - **Records**: | ||
* Suffix with '' | * Suffix with '' | ||
- | |||
- **Arrays/ | - **Arrays/ | ||
* Suffix with '' | * Suffix with '' | ||
- | |||
- **Procedures/ | - **Procedures/ | ||
* Procedures: use verbs (e.g., '' | * Procedures: use verbs (e.g., '' | ||
* Functions: names reflecting return value (e.g., '' | * Functions: names reflecting return value (e.g., '' | ||
- | |||
- **Boolean variables**: | - **Boolean variables**: | ||
* Prefix with '' | * Prefix with '' | ||
- | |||
- **Tables/ | - **Tables/ | ||
* Tables: use plural names (e.g., '' | * Tables: use plural names (e.g., '' | ||
* Views: prefix with '' | * Views: prefix with '' | ||
- | |||
- **Indexes**: | - **Indexes**: | ||
* Prefix with '' | * Prefix with '' | ||
- | |||
- **Triggers**: | - **Triggers**: | ||
* Reflect timing and event (e.g., '' | * Reflect timing and event (e.g., '' | ||
- | |||
- **Packages**: | - **Packages**: | ||
* Name based on functionality (e.g., '' | * Name based on functionality (e.g., '' |
database/oracle/plsql-naming-conventions.1694194628.txt.gz · Last modified: 2023/09/08 20:37 by odefta