[Java] Class SqlOrderByVisitor
- groovy.sql.SqlOrderByVisitor
- Authors:
- Paul King
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
getOrderBy() | |
void |
visitPropertyExpression(PropertyExpression expression) | |
void |
visitReturnStatement(ReturnStatement statement) |
Inherited Methods Summary
Method Detail
public String getOrderBy()
public void visitPropertyExpression(PropertyExpression expression)
public void visitReturnStatement(ReturnStatement statement)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/sql/SqlOrderByVisitor.html