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 DataFlowHandleListener
public void startParse(File file, String sql)
startParse
in interface DataFlowHandleListener
public void startParseSQLEnv()
startParseSQLEnv
in interface DataFlowHandleListener
public void endParseSQLEnv()
endParseSQLEnv
in interface DataFlowHandleListener
public void endParse(boolean isSuccess)
endParse
in interface DataFlowHandleListener
public void startAnalyzeDataFlow(TGSqlParser sqlparser)
startAnalyzeDataFlow
in interface DataFlowHandleListener
public void startAnalyzeStatment(TCustomSqlStatement stmt)
startAnalyzeStatment
in interface DataFlowHandleListener
public void endAnalyzeStatment(TCustomSqlStatement stmt)
endAnalyzeStatment
in interface DataFlowHandleListener
public void endAnalyzeDataFlow(TGSqlParser sqlparser)
endAnalyzeDataFlow
in interface DataFlowHandleListener
public void startOutputDataFlowXML()
startOutputDataFlowXML
in interface DataFlowHandleListener
public void endOutputDataFlowXML(long length)
endOutputDataFlowXML
in interface DataFlowHandleListener
public void endAnalyze()
endAnalyze
in interface DataFlowHandleListener
public boolean isCanceled()
isCanceled
in interface DataFlowHandleListener