|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.db.helper.SqlQuery
play.db.helper.SqlUnion
public class SqlUnion
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class play.db.helper.SqlQuery |
|---|
SqlQuery.Concat |
| Field Summary |
|---|
| Fields inherited from class play.db.helper.SqlQuery |
|---|
params |
| Constructor Summary | |
|---|---|
SqlUnion()
|
|
| Method Summary | |
|---|---|
SqlUnion |
limit(long lines)
|
SqlUnion |
limit(long offset,
long lines)
|
SqlUnion |
orderBy(String... expr)
|
SqlUnion |
param(Object obj)
|
SqlUnion |
params(Object... objs)
|
String |
toString()
|
SqlUnion |
union(SqlSelect... expr)
|
SqlUnion |
unionAll(SqlSelect... expr)
|
| Methods inherited from class play.db.helper.SqlQuery |
|---|
getParams, inlineParam, paramCurrentIndex, pmark, pmark, quote |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SqlUnion()
| Method Detail |
|---|
public SqlUnion param(Object obj)
param in class SqlQuerypublic SqlUnion params(Object... objs)
params in class SqlQuerypublic SqlUnion orderBy(String... expr)
public SqlUnion limit(long lines)
public SqlUnion limit(long offset,
long lines)
public SqlUnion union(SqlSelect... expr)
public SqlUnion unionAll(SqlSelect... expr)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||