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

u_nodes

Pascal
TLzValue = class(TLz_Node);
Description

 

Class used to store bind variable(:bindvar) and sql variable (@var). 

 

When a bind variable was found, TCustomGSqlParser.OnBindVar is fired. 

 

When a sql variable was found, TCustomGSqlParser.OnSqlVar is fired. 

 

Bind variable can be found in TCustomSqlStatement.Params

 

Sql variable can be found in TCustomSqlStatement.SqlVars.

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