public class UnionSelectImpl extends AbstractToSqlForChain implements org.teasoft.bee.osql.chain.UnionSelect
pvList, sql| Constructor and Description |
|---|
UnionSelectImpl() |
| Modifier and Type | Method and Description |
|---|---|
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[] subSelects) |
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) |
addValue, appendTable, checkExpression, getPvList, getTable, isUsePlaceholder, setContext, setTable, setUsePlaceholder, toSQL, toSQLpublic 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 union(String[] subSelects)
union 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.UnionSelectCopyright © 2024. All rights reserved.