SQL Reference

Packages

A package is an object that contains all the sections from a single source file. A section is the compiled form of an SQL statement. While every section corresponds to one statement, every statement does not necessarily have a section. The sections created for static SQL can be thought of as the bound or operational form of SQL statements. The sections created for dynamic SQL can be thought of as placeholder control structures which are used at execution time. Packages are produced during program preparation. See the Application Development Guide for more information on packages.


[ Top of Page | Previous Page | Next Page ]