Class PopulateNode

java.lang.Object
org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
org.seasar.doma.internal.jdbc.sql.node.PopulateNode
All Implemented Interfaces:
AppendableSqlNode, SqlNode

public class PopulateNode extends AbstractSqlNode
Since:
2.3.0
  • Field Details

  • Constructor Details

  • Method Details

    • getLocation

      public SqlLocation getLocation()
    • 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