public class MySqlMockExecuteHandlerImpl extends Object implements MockExecuteHandler
Constructor and Description |
---|
MySqlMockExecuteHandlerImpl() |
Modifier and Type | Method and Description |
---|---|
ResultSet |
executeQuery(MockStatementBase statement,
SQLSelectQueryBlock query) |
ResultSet |
executeQuery(MockStatementBase statement,
String sql) |
ResultSet |
executeQueryFromDual(MockStatementBase statement,
SQLSelectQueryBlock query) |
ResultSet |
showStatus(MockStatementBase statement) |
public ResultSet executeQuery(MockStatementBase statement, String sql) throws SQLException
executeQuery
in interface MockExecuteHandler
SQLException
public ResultSet executeQuery(MockStatementBase statement, SQLSelectQueryBlock query) throws SQLException
SQLException
public ResultSet showStatus(MockStatementBase statement) throws SQLException
SQLException
public ResultSet executeQueryFromDual(MockStatementBase statement, SQLSelectQueryBlock query) throws SQLException
SQLException
Copyright © 2013–2017 Alibaba Group. All rights reserved.