Class OrderByStatement
java.lang.Object
com.invirgance.convirgance.jdbc.sql.OrderByStatement
- All Implemented Interfaces:
SQLStatement
- Author:
- jbanes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf this statement is part of a larger statement, this returns the parent statement.order(ExpressionStatement clause, OrderBy order) render(SQLRenderer renderer) voidsetParent(SQLStatement parent) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.invirgance.convirgance.jdbc.sql.SQLStatement
query, query
-
Constructor Details
-
OrderByStatement
-
-
Method Details
-
getParent
Description copied from interface:SQLStatementIf this statement is part of a larger statement, this returns the parent statement. Null is returned if this is the top-level statement.- Specified by:
getParentin interfaceSQLStatement- Returns:
- the parent statement or null if there is no parent
-
setParent
- Specified by:
setParentin interfaceSQLStatement
-
order
-
render
- Specified by:
renderin interfaceSQLStatement
-
toString
-