public class UNIONInvocationResultDetails extends RelationalOperatorInvocationResultDetails
Constructor and Description |
---|
UNIONInvocationResultDetails(Heading heading,
java.lang.String predicate,
java.util.Collection<? extends KeyDef> keySpecifications,
java.util.LinkedHashSet<NameIdentifier> usingAttributes)
Creates the UNIONInvocationResultDetails
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashSet<NameIdentifier> |
getUsingAttributes()
Gets usingAttributes
|
getHeading, getKeySpecifications, getPredicate
public UNIONInvocationResultDetails(Heading heading, java.lang.String predicate, java.util.Collection<? extends KeyDef> keySpecifications, java.util.LinkedHashSet<NameIdentifier> usingAttributes)
heading
- the heading of the result produced by the invocationpredicate
- the predicate corresponding to the resultkeySpecifications
- the key specifications known to be satisfied by the resultusingAttributes
- The names of the attributes that are to be treated in 'USING' mode by the union.public final java.util.LinkedHashSet<NameIdentifier> getUsingAttributes()