You are here: Symbol Reference > Classes > TLzDBObject Class
ContentsIndexHome
PreviousUpNext
TLzDBObject Class
File

lzdbobjects

Pascal
TLzDBObject = class(TLz_Node);
Description

 

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. 

 

See Also

TlzDBObjectList

Hierarchy
Related Information
Gudu software http://www.sqlparser.com
Send comments about this topic.