public class UnionSelectImpl extends Object implements org.teasoft.bee.osql.chain.UnionSelect
| Constructor and Description |
|---|
UnionSelectImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
toSQL() |
String |
toSQL(boolean noSemicolon) |
org.teasoft.bee.osql.chain.UnionSelect |
union(org.teasoft.bee.osql.chain.Select subSelect1,
org.teasoft.bee.osql.chain.Select subSelect2) |
org.teasoft.bee.osql.chain.UnionSelect |
union(String subSelect1,
String subSelect2) |
org.teasoft.bee.osql.chain.UnionSelect |
unionAll(org.teasoft.bee.osql.chain.Select subSelect1,
org.teasoft.bee.osql.chain.Select subSelect2) |
org.teasoft.bee.osql.chain.UnionSelect |
unionAll(String[] subSelects) |
org.teasoft.bee.osql.chain.UnionSelect |
unionAll(String subSelect1,
String subSelect2) |
public org.teasoft.bee.osql.chain.UnionSelect union(org.teasoft.bee.osql.chain.Select subSelect1,
org.teasoft.bee.osql.chain.Select subSelect2)
union in interface org.teasoft.bee.osql.chain.UnionSelectpublic org.teasoft.bee.osql.chain.UnionSelect union(String subSelect1, String subSelect2)
union in interface org.teasoft.bee.osql.chain.UnionSelectpublic org.teasoft.bee.osql.chain.UnionSelect unionAll(org.teasoft.bee.osql.chain.Select subSelect1,
org.teasoft.bee.osql.chain.Select subSelect2)
unionAll in interface org.teasoft.bee.osql.chain.UnionSelectpublic org.teasoft.bee.osql.chain.UnionSelect unionAll(String subSelect1, String subSelect2)
unionAll in interface org.teasoft.bee.osql.chain.UnionSelectpublic org.teasoft.bee.osql.chain.UnionSelect unionAll(String[] subSelects)
unionAll in interface org.teasoft.bee.osql.chain.UnionSelectpublic String toSQL()
toSQL in interface org.teasoft.bee.osql.chain.ToSqlpublic String toSQL(boolean noSemicolon)
toSQL in interface org.teasoft.bee.osql.chain.ToSqlCopyright © 2024. All rights reserved.