com.alibaba.druid.mock.handler
类 MySqlMockExecuteHandlerImpl

java.lang.Object
  继承者 com.alibaba.druid.mock.handler.MySqlMockExecuteHandlerImpl
所有已实现的接口:
MockExecuteHandler

public class MySqlMockExecuteHandlerImpl
extends Object
implements MockExecuteHandler


构造方法摘要
MySqlMockExecuteHandlerImpl()
           
 
方法摘要
 ResultSet executeQuery(MockStatementBase statement, SQLSelectQueryBlock query)
           
 ResultSet executeQuery(MockStatementBase statement, String sql)
           
 ResultSet executeQueryFromDual(MockStatementBase statement, SQLSelectQueryBlock query)
           
 ResultSet showStatus(MockStatementBase statement)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

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 Alibaba Group. All Rights Reserved.