public abstract class AbstractSQLBuilder extends Object implements SQLBuilder
| Constructor and Description |
|---|
AbstractSQLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getSQLTokenText(SQLToken sqlToken) |
String |
toSQL()
Build SQL.
|
public final String toSQL()
SQLBuildertoSQL in interface SQLBuilderCopyright © 2023 The Apache Software Foundation. All rights reserved.