com.alibaba.druid.mock.handler
Class MySqlMockExecuteHandlerImpl
java.lang.Object
com.alibaba.druid.mock.handler.MySqlMockExecuteHandlerImpl
- All Implemented Interfaces:
- MockExecuteHandler
public class MySqlMockExecuteHandlerImpl
- extends Object
- implements MockExecuteHandler
MySqlMockExecuteHandlerImpl
public MySqlMockExecuteHandlerImpl()
executeQuery
public ResultSet executeQuery(MockStatementBase statement,
String sql)
throws SQLException
- Specified by:
executeQuery in interface MockExecuteHandler
- Throws:
SQLException
executeQuery
public ResultSet executeQuery(MockStatementBase statement,
SQLSelectQueryBlock query)
throws SQLException
- Throws:
SQLException
showStatus
public ResultSet showStatus(MockStatementBase statement)
throws SQLException
- Throws:
SQLException
executeQueryFromDual
public ResultSet executeQueryFromDual(MockStatementBase statement,
SQLSelectQueryBlock query)
throws SQLException
- Throws:
SQLException
Copyright © 2012 Alibaba Group. All Rights Reserved.