Class JDOLike

java.lang.Object
net.ontopia.persistence.query.jdo.JDOLike
All Implemented Interfaces:
JDOExpressionIF

public class JDOLike extends Object implements JDOExpressionIF
INTERNAL: JDOQL method: String.like(String). Syntax: 'A.like("value")'
  • Field Details

    • left

      protected JDOValueIF left
    • caseSensitive

      protected boolean caseSensitive
  • Constructor Details

  • Method Details

    • getType

      public int getType()
      Description copied from interface: JDOExpressionIF
      INTERNAL: Returns the type of JDO expression indicated by one of the constants in the JDOExpressionIF interface.
      Specified by:
      getType in interface JDOExpressionIF
    • getLeft

      public JDOValueIF getLeft()
    • getRight

      public JDOValueIF getRight()
    • getCaseSensitive

      public boolean getCaseSensitive()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • visit

      public void visit(JDOVisitorIF visitor)
      Description copied from interface: JDOExpressionIF
      INTERNAL: Allows the value to be visited. This method is used for retrieval of nested data in expressions.
      Specified by:
      visit in interface JDOExpressionIF