Package gudusoft.gsqlparser
Interface ISQLStatementHandle
public interface ISQLStatementHandle
This is the interface for handling SQL statements after parsing each SQL statement.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessSQLStatement(TCustomSqlStatement sqlStatement, TGSqlParser sqlParser)
-
Method Details
-
processSQLStatement
-