java.lang.Object
org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
org.seasar.doma.internal.jdbc.sql.node.PopulateNode
- All Implemented Interfaces:
AppendableSqlNode,SqlNode
- Since:
- 2.3.0
-
Field Summary
FieldsFields 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.getText()Methods inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
appendNode, getChildren
-
Field Details
-
location
-
text
-
-
Constructor Details
-
PopulateNode
-
-
Method Details
-
getLocation
-
getText
-
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
-