Pascal Sql Define and Pascal Sql Definein

Indicates an SQL entity is defined. Link goes from context to the defined entity. For example:

1  PROCEDURE SOMEPROC; 
2  BEGIN 
3     exec sql create table employee 
4         (enumber smallint, 
5          address varchar(80)); 
6  END;
Reference Kind
Entity Performing Reference
Entity Being Referenced
Pascal Sql Define
SOMEPROC (line 3)employee (line 4)employee (line 5)
employeeenumberaddress
Pascal Sql Definein
employee (line 3)enumber (line 4)address (line 5)
SOMEPROCemployeeemployee
 

Scientific Toolworks, Inc.
http://www.scitools.com