The public members of the TLzDBObject class are listed here.
Property |
Description |
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. | |
Name of this database object, get from ObjectToken. | |
Prefix of this database object. Take this identifier for example: server.database.schema.table1. If this object is table1, then ObjectPrefix is server.database.schema. | |
Source token represent this database object. | |
Type of this database object. | |
If same database object occurs several times in a sql, only one TLzDBObject will be created, and all source tokens of this same database object will be listed in TokensInScript. |
Gudu software http://www.sqlparser.com
|
Send comments about this topic.
|