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

public class OtherNode extends AbstractSqlNode
  • Field Details

  • Method Details

    • getOther

      public String getOther()
    • appendNode

      public void appendNode(SqlNode child)
      Specified by:
      appendNode in interface AppendableSqlNode
      Overrides:
      appendNode in class AbstractSqlNode
    • 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
    • of

      public static OtherNode of(String other)