Package org.mybatis.dynamic.sql.select
Class SubQuery
java.lang.Object
org.mybatis.dynamic.sql.select.SubQuery
- All Implemented Interfaces:
TableExpression
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription<R> R
accept
(TableExpressionVisitor<R> visitor) alias()
boolean
-
Method Details
-
selectModel
-
alias
-
isSubQuery
public boolean isSubQuery()- Specified by:
isSubQuery
in interfaceTableExpression
-
accept
- Specified by:
accept
in interfaceTableExpression
-