Package play.db.helper
Class SqlUnion
- java.lang.Object
-
- play.db.helper.SqlQuery
-
- play.db.helper.SqlUnion
-
public class SqlUnion extends SqlQuery
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class play.db.helper.SqlQuery
SqlQuery.Concat
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlUnion
limit(long lines)
SqlUnion
limit(long offset, long lines)
SqlUnion
orderBy(java.lang.String... expr)
SqlUnion
param(java.lang.Object obj)
SqlUnion
params(java.lang.Object... objs)
java.lang.String
toString()
SqlUnion
union(SqlSelect... expr)
SqlUnion
unionAll(SqlSelect... expr)
-
Methods inherited from class play.db.helper.SqlQuery
getParams, inlineParam, paramCurrentIndex, pmark, pmark, quote, whereIn
-
-
-
-
Constructor Detail
-
SqlUnion
public SqlUnion()
-
SqlUnion
public SqlUnion(SqlUnion src)
-
-