|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.orm.template.AliasTable.Build
public static final class AliasTable.Build
Static building methods.
| Constructor Summary | |
|---|---|
AliasTable.Build()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AliasTable.Build()
| Method Detail |
|---|
public static String SELECT(Object... params)
public static String FROM(Object... params)
public static String INNER_JOIN(Object table,
Object... conditions)
public static String WHERE(Object... params)
public static String toText(String separator,
Object... params)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||