Pascal Sql Set and Pascal Sql Setby

Indicates an SQL entity was set. For example, this could be the set of a table appearing in an 'into' clause in an insert statement, or the set of a table and columns via a copy statement. For example:

1  PROCEDURE SOMEPROC; 
2  BEGIN 
3    exec sql insert into some_tbl (col1, col2) 
4                 values (0, 1); 
5  END;
Reference Kind
Entity Performing Reference
Entity Being Referenced
Pascal Sql Set
SOMEPROC (line 3)SOMEPROC (line 4)SOMEPROC (line 4)
some_tblcol1col2
Pascal Sql Setby
some_tbl (line 3)col1 (line 4)col2 (line 4)
SOMEPROCSOMEPROCSOMEPROC
 

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