This chapter discusses the concept of packages in EnterpriseDB.
Packages are the most important construct in SPL for building reusable
code and employing object-oriented design techniques. A package is a collection of related
database objects grouped together in the database. These database objects can include functions,
stored procedures, cursors, variables and constants.