In this lesson, you create an EGL Service part, which is a generatable part. You must place each generatable part in a separate source file, and the name of the part must be the same as the name of the file.
To create a Service part:
SQLService
EGL
adds the .egl file extension automatically.services

package services;
service SQLService
end
In the next lesson, you add code for the functions to SQLService.