You are here: Symbol Reference > Classes > TCustomGSqlParser Class > public > GetRawSqlStatements Method
ContentsIndexHome
PreviousUpNext
TCustomGSqlParser.GetRawSqlStatements Method
Pascal
function GetRawSqlStatements: Integer;
Return Values
Return Values 
Description 
Success 
<>0 
Failed. Check ErrorCount and ErrorMessages for detail info. 
Description

 

Fetch each sql statement in input sql into SqlStatements represents by classes descends 

from TCustomSqlStatement. But all these statements 

was not parsed, only SqlStatementType, SourceTokenList is ready for use. 

If you need a well prepared statement, please use Parse instead. If you need to beautify sql only, please use PrettyPrint.

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