com.alibaba.druid.mock.handler
类 MySqlMockExecuteHandlerImpl
java.lang.Object
com.alibaba.druid.mock.handler.MySqlMockExecuteHandlerImpl
- 所有已实现的接口:
- MockExecuteHandler
public class MySqlMockExecuteHandlerImpl
- extends Object
- implements MockExecuteHandler
MySqlMockExecuteHandlerImpl
public MySqlMockExecuteHandlerImpl()
executeQuery
public ResultSet executeQuery(MockStatementBase statement,
String sql)
throws SQLException
- 指定者:
- 接口
MockExecuteHandler 中的 executeQuery
- 抛出:
SQLException
executeQuery
public ResultSet executeQuery(MockStatementBase statement,
SQLSelectQueryBlock query)
throws SQLException
- 抛出:
SQLException
showStatus
public ResultSet showStatus(MockStatementBase statement)
throws SQLException
- 抛出:
SQLException
executeQueryFromDual
public ResultSet executeQueryFromDual(MockStatementBase statement,
SQLSelectQueryBlock query)
throws SQLException
- 抛出:
SQLException
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.