ADQLObject, ADQLConstraintpublic class ConstraintsGroup extends ClauseConstraints implements ADQLConstraint
ClauseConstraintsADQLList.ADQLListIteratorAND, defaultSeparator, OR| Constructor | Description |
|---|---|
ConstraintsGroup() |
|
ConstraintsGroup(ConstraintsGroup toCopy) |
| Modifier and Type | Method | Description |
|---|---|---|
ADQLObject |
getCopy() |
Gets a (deep) copy of this ADQL object.
|
java.lang.String |
toADQL() |
Gets the ADQL expression of this object.
|
adqlIterator, get, getName, getPosition, isEmpty, iterator, setPosition, sizeadqlIterator, getName, getPositionadd, add, add, add, checkSeparator, clear, getDefaultSeparator, getPossibleSeparators, getSeparator, remove, set, setpublic ConstraintsGroup()
public ConstraintsGroup(ConstraintsGroup toCopy) throws java.lang.Exception
java.lang.Exceptionpublic ADQLObject getCopy() throws java.lang.Exception
ADQLObjectgetCopy in interface ADQLObjectgetCopy in class ClauseConstraintsjava.lang.Exception - If there is any error during the copy.public java.lang.String toADQL()
ADQLObjecttoADQL in interface ADQLObjecttoADQL in class ADQLList<ADQLConstraint>