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

public class EmbeddedVariableNode extends AbstractSqlNode
  • Field Details

    • location

      protected final SqlLocation location
    • variableName

      protected final String variableName
    • text

      protected final String text
  • Constructor Details

  • Method Details

    • getLocation

      public SqlLocation getLocation()
    • getVariableName

      public String getVariableName()
    • getText

      public String getText()
    • accept

      public <R, P> R accept(SqlNodeVisitor<R,P> visitor, P p)
      Description copied from interface: SqlNode
      Accepts the visitor.
      Type Parameters:
      R - the result type
      P - the parameter type
      Parameters:
      visitor - the visitor
      p - the parameter for the visitor
      Returns:
      the result