Skip to content

Commit 8783e29

Browse files
committed
Started on Demo
1 parent cedddd2 commit 8783e29

6 files changed

Lines changed: 32 additions & 27 deletions

File tree

docs/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ This is the summary from the WT_ASSERT package self-test. This is the default D
3232

3333
To view the complete test results from the wtPLSQL self-test, go to the [test_allO.LST](https://github.com/DDieterich/wtPLSQL/blob/master/src/core/test_allO.LST) file in GitHub.
3434

35+
## Demonstrations and Examples
36+
37+
[Under Construction](demo/README.md)
3538

3639
## What is wtPLSQL?
3740

@@ -81,10 +84,6 @@ The goal of wtPLSQL has been to implement the basic/core functionality of utPLSQ
8184

8285
More information is available [in this link](utPLSQL-V2-Comparison).
8386

84-
## Demonstrations and Examples
85-
86-
[Under Construction](demo/README.md)
87-
8887
### Site Map
8988

9089
* [Core Features](Core-Features.md)
@@ -93,8 +92,8 @@ More information is available [in this link](utPLSQL-V2-Comparison).
9392
* [Other Definitions](Other-Definitions.md)
9493
* [utPLSQL V3 Comparison](utPLSQL-V3-Comparison)
9594
* [utPLSQL V1/V2 Comparison](utPLSQL-V2-Comparison)
96-
* [ER Diagram PDF](core/ER_Diagrams.pdf)
9795
* [Latest wtPSQL DB Docs](core/DBDocs/index.html)
96+
* [ER Diagram PDF](core/ER_Diagrams.pdf)
9897
* [Call Tree Diagrams PDF](core/Call_Tree_Diagrams.pdf)
9998

10099
## Contribute

docs/demo/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
1+
# Demonstrations and Examples
2+
---
3+
Demonstrations and examples assume successful connection to an Oracle database with wtPLSQL installed. [Installation instructions](https://github.com/DDieterich/wtPLSQL/releases) are available on the [Releases web page](https://github.com/DDieterich/wtPLSQL/releases).
4+
All demonstration and example code is included in the web pages below?
15

2-
## Under Construction
6+
## Simple Stuff
7+
* [Get wtPLSQL Version](Version.md) (Not Ready)
8+
* [Ad-Hoc Test](Ad-Hoc-Test.md) (Not Ready)
9+
10+
This example is a good test to ensure wtPLSQL is running properly.
11+
12+
## Database Object Tests
13+
* [Package Test](Package-Test.md) (Not Ready)
14+
* [Procedure Test](Procedure-Test.md) (Not Ready)
15+
* [Function Test](Function-Test.md) (Not Ready)
16+
* [Table Constraints Test](Table-Constraints-Test.md) (Not Ready)
17+
* [Table Trigger Test](Table-Trigger-Test.md) (Not Ready)
18+
* [Type Test](Type-Test.md) (Not Ready)
19+
20+
## utPLSQL 2.3 Examples
21+
* [ut_calc_secs_between](ut_calc_secs_between.md) - Test a Simple Procedure (Not Ready)
22+
* [ut_truncit](ut_truncit.md) - Test a Table Modification Procedure (Not Ready)
23+
* [ut_str](ut_str.md) - Test a Simple Function (Not Ready)
24+
* [ut_del1](ut_del1.md) - Test an Entire Package (Not Ready)
25+
* [Create and Run a Test Suite](Test-Suite.md) - Build a Test Suite package. (Not Ready)
26+
* [ut_betwnstr](ut_betwnstr.md) (Not Ready)
27+
* [Version](Version.md) (Not Ready)

docs/demo/Version.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
# Version Demo
File renamed without changes.
File renamed without changes.

src/demo/NOTES.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)