java.lang.Object
org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
org.seasar.doma.internal.jdbc.sql.node.ExpandNode
- All Implemented Interfaces:
AppendableSqlNode,SqlNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final SqlLocationprotected final StringFields 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.voidappendNode(SqlNode child) getAlias()getText()Methods inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
getChildren
-
Field Details
-
location
-
alias
-
text
-
-
Constructor Details
-
ExpandNode
-
-
Method Details
-
getLocation
-
getAlias
-
getText
-
appendNode
- Specified by:
appendNodein interfaceAppendableSqlNode- Overrides:
appendNodein classAbstractSqlNode
-
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
-