Class TPlsqlCreatePackage

All Implemented Interfaces:
IRelation, Visitable, Iterator<TSourceToken>

The CREATE PACKAGE statement creates or replaces the specification for a stored package, which is an encapsulated collection of related procedures, functions, and other program objects stored together in the database. The package specification declares these objects. The package body, specified subsequently, defines these objects.
See Also: