Class NotLikeNode

java.lang.Object
com.j_spaces.jdbc.parser.ExpNode
com.j_spaces.jdbc.parser.NotLikeNode
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, Cloneable

public class NotLikeNode extends ExpNode
This is the NOT LIKE operator Node.
Author:
anna
See Also:
  • Constructor Details

    • NotLikeNode

      public NotLikeNode()
  • Method Details

    • isValidCompare

      public boolean isValidCompare(Object ob1, Object ob2)
      Description copied from class: ExpNode
      Operator nodes implement this method to return whether two objects satisfy the given condition.
      Specified by:
      isValidCompare in class ExpNode
      Returns:
      true if the two given objects satisfy the condition
    • newInstance

      public ExpNode newInstance()
      Description copied from class: ExpNode
      Prototype method - Create new instance of the class
      Specified by:
      newInstance in class ExpNode
    • accept

      public void accept(QueryTemplateBuilder builder) throws SQLException
      Description copied from class: ExpNode
      Accept the query builder Default implementation returns null - no QueryTemplatePacket is defined
      Specified by:
      accept in class ExpNode
      Throws:
      SQLException
    • toString

      public String toString()
      Overrides:
      toString in class Object