III. EnterpriseDB Superset Procedural Language
This chapter describes the EnterpriseDB Superset Procedural
Language - SPL. SPL
is a highly productive, procedural programming language for writing custom procedures,
functions, and triggers for the EnterpriseDB database
server.
SPL provides the following benefits:
Adds full procedural programming functionality to complement the
SQL language
Provides a single, common language to create stored procedures,
functions, and triggers for the EnterpriseDB
database
Is integrated with Developer Studio to provide a seamless
development and testing environment
Promotes the use of reusable code
Is easy to use