The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mpp::Scanner::Esqlc - makepp scanner for Embedded SQL C files

DESCRIPTION

Scans a C file for EXEC SQL INCLUDEs, $includes and #includes.

Tags are:

user

File scanned due to an EXEC SQL INCLUDE "filename" or $INCLUDE "filename" directive.

sys

File scanned due to an EXEC SQL INCLUDE <filename<, EXEC SQL INCLUDE filename or $INCLUDE <filename< directive.

sql

Temporarily assigned internally to EXEC SQL INCLUDE or $INCLUDE, before deciding which of the above two to use.