Package com.aashish.javaormashcode.query
Class Subquery
java.lang.Object
com.aashish.javaormashcode.query.Subquery
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Subquery
Wraps the given query set so it can be reused as a subquery projection.
-
-
Method Details
-
as
Sets the alias exposed by this subquery when used in a select list. -
getAlias
Returns the alias assigned to this subquery. -
toSql
Renders the subquery as raw SQL wrapped in parentheses. -
toPreparedSql
Returns parameterized SQL for the subquery wrapped in parentheses.
-