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 MockExecuteHandlerSQLExceptionpublic ResultSet executeQuery(MockStatementBase statement, SQLSelectQueryBlock query) throws SQLException
SQLExceptionpublic ResultSet showStatus(MockStatementBase statement) throws SQLException
SQLExceptionpublic ResultSet executeQueryFromDual(MockStatementBase statement, SQLSelectQueryBlock query) throws SQLException
SQLExceptionCopyright © 2013–2018 Alibaba Group. All rights reserved.