public final class StatementGenerator extends Object implements Generator<QueryElement<?>>
Modifier and Type | Method and Description |
---|---|
static StatementGenerator |
create(Platform platform) |
void |
write(Output output,
QueryElement<?> query) |
public static StatementGenerator create(Platform platform)
public void write(Output output, QueryElement<?> query)
write
in interface Generator<QueryElement<?>>