X
- the type of the selection itempublic interface Selection<X> extends TupleElement<X>
Selection
interface defines an item that is to be
returned in a query result.Modifier and Type | Method and Description |
---|---|
Selection<X> |
alias(java.lang.String name)
Assigns an alias to the selection item.
|
java.util.List<Selection<?>> |
getCompoundSelectionItems()
Return the selection items composing a compound selection.
|
boolean |
isCompoundSelection()
Whether the selection item is a compound selection.
|
getAlias, getJavaType
Selection<X> alias(java.lang.String name)
name
- aliasboolean isCompoundSelection()
java.util.List<Selection<?>> getCompoundSelectionItems()
java.lang.IllegalStateException
- if selection is not a
compound selection