| Modifier and Type | Method and Description |
|---|---|
H2Statement |
add() |
H2Statement |
bind(int index,
Object value) |
H2Statement |
bind(String name,
Object value) |
H2Statement |
bindNull(int index,
Class<?> type) |
H2Statement |
bindNull(String name,
Class<?> type) |
Flux<H2Result> |
execute() |
H2Statement |
returnGeneratedValues(String... columns) |
public H2Statement add()
public H2Statement bind(String name, Object value)
public H2Statement bind(int index, Object value)
public H2Statement bindNull(String name, Class<?> type)
public H2Statement bindNull(int index, @Nullable Class<?> type)
public H2Statement returnGeneratedValues(String... columns)
returnGeneratedValues in interface StatementCopyright © 2022. All rights reserved.