Skip to content

Commit

Permalink
add createProcedure rule for oracle apache#5
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhao960 committed Aug 22, 2022
1 parent 719db3a commit 35974a5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ unreservedWord
| COARSE | FINE | ALIAS | SCRUB | DISMOUNT | REBALANCE | COMPUTATION | CONSIDER | FRESH | MASTER
| ENFORCED | TRUSTED | ID | SYNCHRONOUS | ASYNCHRONOUS | REPEAT | FEATURE | STATEMENT | CLAUSE | UNPLUG
| HOST | PORT | EVERY | MINUTES | HOURS | NORELOCATE | SAVE | DISCARD | APPLICATION | INSTALL
| MINIMUM | VERSION | UNINSTALL | COMPATIBILITY | MATERIALIZE
| MINIMUM | VERSION | UNINSTALL | COMPATIBILITY | MATERIALIZE | SUBTYPE | RECORD | CONSTANT | CURSOR
| OTHERS | EXCEPTION
;

schemaName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3039,3 +3039,27 @@ COMPATIBILITY
MATERIALIZE
: M A T E R I A L I Z E
;

SUBTYPE
: S U B T Y P E
;

RECORD
: R E C O R D
;

CONSTANT
: C O N S T A N T
;

CURSOR
: C U R S O R
;

OTHERS
: O T H E R S
;

EXCEPTION
: E X C E P T I O N
;

0 comments on commit 35974a5

Please # to comment.