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) void
setParent
(SQLStatement parent) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.invirgance.convirgance.jdbc.sql.SQLStatement
query, query
-
Constructor Details
-
OrderByStatement
-
-
Method Details
-
getParent
Description copied from interface:SQLStatement
If 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:
getParent
in interfaceSQLStatement
- Returns:
- the parent statement or null if there is no parent
-
setParent
- Specified by:
setParent
in interfaceSQLStatement
-
order
-
render
- Specified by:
render
in interfaceSQLStatement
-
toString
-