public class SqlUnion extends SqlQuery
SqlQuery.Concat
Modifier and Type | Method and Description |
---|---|
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) |
getParams, inlineParam, paramCurrentIndex, pmark, pmark, quote, whereIn
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly