PLVio: Input/Output Processing

The PLVio (PL/Vision Input/Output) package consolidates all of the logic required to read from and write to repositories for PL/SQL source code. See PLVio: Reading and Writing PL/SQL Source Code for details.

Package constants and exceptions

Package records

5.15.3 Source and target repository type functions

Managing the source repository

Managing the source WHERE clause

When the source type is a database table, you can manipulate the WHERE clause which identifies or restricts those rows that are read from the source table. The following constants and programs all have an impact on the WHERE clause.

Managing the target repository

5.15.7 Reading and writing lines

The whole point of PLVio is to read from the source repository and/or write to the target repository. In PLVio lingo, this means that you get a line from the source and put a line to the target.

Saving and restoring repository settings

Miscellaneous PLVio programs

5.15.10 Tracing PLVio activity