Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 512 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 512 Bytes

PLSQL-to-Java

This repository stores source code of a tool that aims to convert a PL/SQL code to Java. This utility is developed with JavaCC tool to create the convertion program. The ideia is create a tool that takes a PL/SQL code as input file and create a Java output code, semantically identical to PL/SQL code.

Legal and Trademarks

  • Oracle is a registered trademark of Oracle Corporation.
  • PL/SQL is a trademark of Oracle Corporation.
  • Java is a trademark of Oracle Corporation.