Module org.seasar.doma.core
Class EmbeddedVariableNode
java.lang.Object
org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
org.seasar.doma.internal.jdbc.sql.node.EmbeddedVariableNode
- All Implemented Interfaces:
AppendableSqlNode,SqlNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SqlLocationprotected final Stringprotected final StringFields inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
children -
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedVariableNode(SqlLocation location, String variableName, String text) -
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
-
variableName
-
text
-
-
Constructor Details
-
EmbeddedVariableNode
-
-
Method Details
-
getLocation
-
getVariableName
-
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
-