public class DataFlowHandleAdapter extends Object implements DataFlowHandleListener
| Constructor and Description |
|---|
DataFlowHandleAdapter() |
| 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() |
public DataFlowHandleAdapter()
public void startAnalyze(File file, long fileCountOrSqlLength, boolean isFileCount)
startAnalyze in interface DataFlowHandleListenerpublic void startParse(File file, String sql)
startParse in interface DataFlowHandleListenerpublic void startParseSQLEnv()
startParseSQLEnv in interface DataFlowHandleListenerpublic void endParseSQLEnv()
endParseSQLEnv in interface DataFlowHandleListenerpublic void endParse(boolean isSuccess)
endParse in interface DataFlowHandleListenerpublic void startAnalyzeDataFlow(TGSqlParser sqlparser)
startAnalyzeDataFlow in interface DataFlowHandleListenerpublic void startAnalyzeStatment(TCustomSqlStatement stmt)
startAnalyzeStatment in interface DataFlowHandleListenerpublic void endAnalyzeStatment(TCustomSqlStatement stmt)
endAnalyzeStatment in interface DataFlowHandleListenerpublic void endAnalyzeDataFlow(TGSqlParser sqlparser)
endAnalyzeDataFlow in interface DataFlowHandleListenerpublic void startOutputDataFlowXML()
startOutputDataFlowXML in interface DataFlowHandleListenerpublic void endOutputDataFlowXML(long length)
endOutputDataFlowXML in interface DataFlowHandleListenerpublic void endAnalyze()
endAnalyze in interface DataFlowHandleListenerpublic boolean isCanceled()
isCanceled in interface DataFlowHandleListener