public class NewInstance extends AbstractVisitable implements SelectItem, Visitable
CLOSE_BRACE, COMMA, EMPTY, OPEN_BRACE, SPACE
Constructor and Description |
---|
NewInstance(Class cls,
SelectItem... args) |
Modifier and Type | Method and Description |
---|---|
OrderByItem |
asc()
Return an OrderByItem referencing the SelectItem and specifying ascending
ordering.
|
String |
asProjection(AliasContext ctx)
Gets the string representation in SELECT projection.
|
OrderByItem |
desc()
Return an OrderByItem referencing the SelectItem and specifying
descending ordering.
|
asExpression, asJoinable, getAliasHint
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asExpression, asJoinable, getAliasHint
NewInstance(Class cls, SelectItem... args)
public OrderByItem asc()
SelectItem
asc
in interface SelectItem
public OrderByItem desc()
SelectItem
desc
in interface SelectItem
public String asProjection(AliasContext ctx)
Visitable
asProjection
in interface Visitable
asProjection
in class AbstractVisitable
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.