public interface DatabaseMock
| Modifier and Type | Method and Description |
|---|---|
Integer |
insert(String executeSql,
String debugSql) |
RowStub |
insertReturning(String executeSql,
String debugSql) |
Long |
insertReturningPk(String executeSql,
String debugSql) |
RowStub |
query(String executeSql,
String debugSql) |
Integer |
update(String executeSql,
String debugSql) |
Copyright © 2016. All rights reserved.