property KeepSqlWhenPp: Boolean;
This property controls whether free SQL object or not after pretty print the SQL.
if this property is set to false, sql objects will be freed after pretty print the SQL immediately, in other words, SQL object will not be available in SqlStatements. Performance will be improved when pretty print the large SQL if KeepSqlWhenPp is set to false. The default value is set to true. This property doesn't effect when you call the parse function, SQL objects will always be saved to the SqlStatements property for further processing.
Gudu software http://www.sqlparser.com
|
Send comments about this topic.
|