java.lang.Object
org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
org.seasar.doma.internal.jdbc.sql.node.AbstractClauseNode
org.seasar.doma.internal.jdbc.sql.node.SelectClauseNode
- All Implemented Interfaces:
AppendableSqlNode,ClauseNode,SqlNode
-
Field Summary
Fields inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractClauseNode
wordNodeFields inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
children -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(SqlNodeVisitor<R, P> visitor, P p) Accepts the visitor.Methods inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractClauseNode
getWordNodeMethods inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
appendNode, getChildrenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seasar.doma.internal.jdbc.sql.node.AppendableSqlNode
appendNodeMethods inherited from interface org.seasar.doma.jdbc.SqlNode
getChildren
-
Constructor Details
-
SelectClauseNode
-
SelectClauseNode
-
-
Method Details
-
accept
Description copied from interface:SqlNodeAccepts the visitor.- Type Parameters:
R- the result typeP- the parameter type- Parameters:
visitor- the visitorp- the parameter for the visitor- Returns:
- the result
-