RESULT - the result of the executionpublic interface Statement<RESULT> extends Buildable<Statement<RESULT>>
| Modifier and Type | Method and Description |
|---|---|
RESULT |
execute()
Executes the SQL statement.
|
default Statement<RESULT> |
peek(java.util.function.Consumer<Sql<?>> consumer)
Peeks the built SQL.
|
RESULT execute()