public static final class AliasTable.Build extends Object
| Constructor and Description |
|---|
AliasTable.Build() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FROM(Object... params)
Build SQL FROM phrase
|
static String |
INNER_JOIN(Object table,
Object... conditions)
Build SQL FROM phrase
|
static String |
SELECT(Object... params)
Build SQL SELECT statement
|
static String |
toText(String separator,
Object... params)
Build any text with the required separator
|
static String |
WHERE(Object... params)
Build SQL WHERE phrase
|
Copyright 2013, Pavel Ponec