public class Select extends ContainerUnaryOperator implements ConditionValue
Il y a donc deux types d'utilisation possible
SELECT extName.fieldName WHERE condition condition ... IN (SELECT extName.fieldName WHERE other condition)
| Modifier and Type | Field and Description |
|---|---|
protected Aggregate |
aggregate |
protected Element |
element |
subCondition| Constructor and Description |
|---|
Select(Element element) |
Select(Element element,
Aggregate aggregate) |
Select(Element element,
Aggregate aggregate,
Condition restriction) |
Select(Element element,
Condition restriction) |
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
getAggregate() |
Element |
getElement() |
accept, addCondition, getSubCondition, waitConditioncopy, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, addCondition, copy, waitConditionpublic Select(Element element)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.