plsql
Here are 435 public repositories matching this topic...
-
Updated
Apr 28, 2020
-
Updated
Nov 27, 2019 - Java
A lot of applications need to store documents somewhere. They all contain the same fields that become redundant to create/manage etc. Create a generic table where applications can use as a file store. Things to consider:
- Have all insert/update/delete managed by a package so we pre-store things like doc_length etc
- Soft delete flag / option (i.e. have a flag called
delete_yn). This could b
-
Updated
May 21, 2020 - Kotlin
-
Updated
Jun 1, 2020 - C#
-
Updated
Dec 14, 2018 - PLSQL
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Specifications
- Version:
- Platform:
- Subsystem:
-
Updated
Jun 7, 2020 - Java
-
Updated
Jun 1, 2020 - Shell
-
Updated
Jun 11, 2020 - TypeScript
-
Updated
Dec 21, 2019 - PLSQL
-
Updated
Oct 8, 2019 - PLSQL
-
Updated
Jun 19, 2018 - PLSQL
-
Updated
Apr 8, 2020
-
Updated
Mar 1, 2019 - PLSQL
-
Updated
May 4, 2018 - TypeScript
-
Updated
Mar 11, 2020 - PLSQL
Within the "Generate..." form, the ability to view a custom "help/info" page would be nice.
Example operation:
If a "get_help()" function exists within the generator, an icon for "help" would appear in the top right corner of the form.
Clicking on the "help" icon would open a floatable window that displays the results of the "get_help()" function. That is, you can read the "help/info" documenta
-
Updated
Feb 26, 2018 - SQLPL
-
Updated
Aug 25, 2017 - PLSQL
-
Updated
Jan 15, 2019 - PLSQL
-
Updated
Oct 21, 2019 - PLSQL
Improve this page
Add a description, image, and links to the plsql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plsql topic, visit your repo's landing page and select "manage topics."
Affects PMD Version:
All.
Rule:
ImmutableField
Description:
"Identifies private fields whose values never change once object initialization ends either in the declaration of the field or by a constructor. This helps in converting existing classes to becoming immutable ones."
Immutability, by defini