| Modifier and Type | Class and Description |
|---|---|
static class |
MockStatement.Builder |
| Modifier and Type | Method and Description |
|---|---|
MockStatement |
add() |
MockStatement |
bind(int index,
Object value) |
Statement |
bind(String name,
Object value) |
MockStatement |
bindNull(int index,
Class<?> type) |
Statement |
bindNull(String name,
Class<?> type) |
static MockStatement.Builder |
builder() |
static MockStatement |
empty() |
reactor.core.publisher.Flux<Result> |
execute() |
List<Map<Object,Object>> |
getBindings() |
String[] |
getGeneratedValuesColumns() |
boolean |
isAddCalled() |
Statement |
returnGeneratedValues(String... columns) |
String |
toString() |
public static MockStatement.Builder builder()
public static MockStatement empty()
public MockStatement add()
public MockStatement bind(int index, Object value)
public MockStatement bindNull(int index, Class<?> type)
public reactor.core.publisher.Flux<Result> execute()
public String[] getGeneratedValuesColumns()
public boolean isAddCalled()
public Statement returnGeneratedValues(String... columns)
returnGeneratedValues in interface StatementCopyright © 2022. All rights reserved.