com.github.drinkjava2.jdbpro.handler
Class PrintSqlHandler
java.lang.Object
com.github.drinkjava2.jdbpro.DefaultOrderSqlHandler
com.github.drinkjava2.jdbpro.handler.PrintSqlHandler
- All Implemented Interfaces:
- SqlHandler
public class PrintSqlHandler
- extends DefaultOrderSqlHandler
PaginHandler is the AroundSqlHandler used to translate SQL to paginated SQL
- Since:
- 1.7.0.2
- Author:
- Yong Zhu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintSqlHandler
public PrintSqlHandler()
handle
public Object handle(ImprovedQueryRunner runner,
PreparedSQL ps)
- Description copied from interface:
SqlHandler
- handle method is an intercept method, subClass should implement this method
- Parameters:
runner - The ImprovedQueryRunner instanceps - The PreparedSQL instance
- Returns:
- The result Object
Copyright © 2018. All rights reserved.