public interface DataFlowHandleListener
Modifier and Type | Method and Description |
---|---|
void |
endAnalyze() |
void |
endAnalyzeDataFlow(TGSqlParser sqlparser) |
void |
endAnalyzeStatment(TCustomSqlStatement stmt) |
void |
endOutputDataFlowXML(long length) |
void |
endParse(boolean isSuccess) |
void |
endParseSQLEnv() |
boolean |
isCanceled() |
void |
startAnalyze(File file,
long fileCountOrSqlLength,
boolean isFileCount) |
void |
startAnalyzeDataFlow(TGSqlParser sqlparser) |
void |
startAnalyzeStatment(TCustomSqlStatement stmt) |
void |
startOutputDataFlowXML() |
void |
startParse(File file,
String sql) |
void |
startParseSQLEnv() |
void startAnalyze(File file, long fileCountOrSqlLength, boolean isFileCount)
void startParse(File file, String sql)
void startParseSQLEnv()
void endParseSQLEnv()
void endParse(boolean isSuccess)
void startAnalyzeDataFlow(TGSqlParser sqlparser)
void startAnalyzeStatment(TCustomSqlStatement stmt)
void endAnalyzeStatment(TCustomSqlStatement stmt)
void endAnalyzeDataFlow(TGSqlParser sqlparser)
void startOutputDataFlowXML()
void endOutputDataFlowXML(long length)
void endAnalyze()
boolean isCanceled()