BUILDABLE - the subtypepublic interface Buildable<BUILDABLE extends Buildable<BUILDABLE>>
| Modifier and Type | Method and Description |
|---|---|
Sql<?> |
asSql()
Returns the built SQL.
|
default BUILDABLE |
peek(java.util.function.Consumer<Sql<?>> consumer)
Peeks the built SQL.
|