u_nodes
TLzValue = class(TLz_Node);
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.
Gudu software http://www.sqlparser.com
|
Send comments about this topic.
|