property ChildDBObjects: TLzDBObjectList;
After form a tree structure of database objects involved in sql statement, ChildDBObjects stores child database objects of itself.
So, if this database object is table, then ChildDBObjects stores fields database object of this table. You can check ObjectType to determine the type of child database objects.
Gudu software http://www.sqlparser.com
|
Send comments about this topic.
|