Package com.github.pagehelper.parser
Class TimeoutSqlParser
- java.lang.Object
-
- com.github.pagehelper.parser.TimeoutSqlParser
-
- All Implemented Interfaces:
com.github.pagehelper.parser.SqlParser
public class TimeoutSqlParser extends Object implements com.github.pagehelper.parser.SqlParser
默认超时10秒,想要控制需要自己实现
-
-
Constructor Summary
Constructors Constructor Description TimeoutSqlParser()
-
-
-
Method Detail
-
parse
public net.sf.jsqlparser.statement.Statement parse(String sql) throws net.sf.jsqlparser.JSQLParserException
- Specified by:
parsein interfacecom.github.pagehelper.parser.SqlParser- Throws:
net.sf.jsqlparser.JSQLParserException
-
-