| Package | Description |
|---|---|
| org.teasoft.bee.osql.chain |
Interface for standard SQL with chain programming.
|
| Modifier and Type | Method and Description |
|---|---|
Select |
Select.distinct(String field) |
Select |
Select.distinct(String fieldName,
String alias) |
Select |
Select.exists(Select subSelect) |
Select |
Select.forUpdate() |
Select |
Select.from(String table) |
Select |
Select.groupBy(String field) |
Select |
Select.having(String expression) |
Select |
Select.in(String field,
Select subSelect) |
Select |
Select.innerJoin(String anotherTable) |
Select |
Select.join(String anotherTable) |
Select |
Select.leftJoin(String anotherTable) |
Select |
Select.notExists(Select subSelect) |
Select |
Select.notIn(String field,
Select subSelect) |
Select |
Select.on() |
Select |
Select.on(String expression) |
Select |
Select.orderBy(String field) |
Select |
Select.orderBy(String field,
OrderType orderType) |
Select |
Select.rightJoin(String anotherTable) |
Select |
Select.select() |
Select |
Select.select(String column) |
Select |
Select.size(int size) |
Select |
Select.start(int start) |
| Modifier and Type | Method and Description |
|---|---|
Select |
Select.exists(Select subSelect) |
Select |
Select.in(String field,
Select subSelect) |
Select |
Select.notExists(Select subSelect) |
Select |
Select.notIn(String field,
Select subSelect) |
UnionSelect |
UnionSelect.union(Select subSelect1,
Select subSelect2)
union two Select type subSelect.
|
UnionSelect |
UnionSelect.unionAll(Select subSelect1,
Select subSelect2)
union all two Select type subSelect.
|
Copyright © 2025. All rights reserved.