lzdbobjects
TLzDBObject = class(TLz_Node);
Database object tokens in TCustomSqlStatement such as ServerTokens,DatabaseTokens,SchemaTokens,TableTokens store full original information, it's grouped by each sql statement, and not sorted, same object may occurs serval time. Sometimes, we want to access these database objects in a script level, group by server,database,schema,with sourted information.
So, we prepare all these raw information in TCustomSqlStatement into a new class: TLzDBObject, along with TLzDBObjectList,
you have a more convenience way to access database object in sql scripts.
TlzDBObjectList
Gudu software http://www.sqlparser.com
|
Send comments about this topic.
|