Class TemplateMatchCodes

java.lang.Object
com.j_spaces.core.client.TemplateMatchCodes

@Deprecated public class TemplateMatchCodes extends Object
Deprecated.
Since 8.0 - Use SQLQuery instead.
Version:
4.0
Author:
Yechiel Fefer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Deprecated.
    collection/array contains matching
    static final short
    Deprecated.
    equal operation
    static final short
    Deprecated.
    grater-equal operation
    static final short
    Deprecated.
    greater than operation
    static final short
    Deprecated.
    IN operation
    static final short
    Deprecated.
    entry field is null operation (template field not relevant)
    static final short
    Deprecated.
    less-equal operation
    static final short
    Deprecated.
    less than operation
    static final short
    Deprecated.
    not equal operation
    static final short
    Deprecated.
    entry field is not null operation (template field not relevant)
    static final short
    Deprecated.
    regular-expression NOT matching operation (of a string field)
    static final short
    Deprecated.
    regular-expression matching operation (of a string field)
    static final short
    Deprecated.
    RELATION operation
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    supportFifoOrder(short matchCode)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EQ

      public static final short EQ
      Deprecated.
      equal operation
      See Also:
    • NE

      public static final short NE
      Deprecated.
      not equal operation
      See Also:
    • GT

      public static final short GT
      Deprecated.
      greater than operation
      See Also:
    • GE

      public static final short GE
      Deprecated.
      grater-equal operation
      See Also:
    • LT

      public static final short LT
      Deprecated.
      less than operation
      See Also:
    • LE

      public static final short LE
      Deprecated.
      less-equal operation
      See Also:
    • IS_NULL

      public static final short IS_NULL
      Deprecated.
      entry field is null operation (template field not relevant)
      See Also:
    • NOT_NULL

      public static final short NOT_NULL
      Deprecated.
      entry field is not null operation (template field not relevant)
      See Also:
    • REGEX

      public static final short REGEX
      Deprecated.
      regular-expression matching operation (of a string field)
      See Also:
    • CONTAINS_TOKEN

      public static final short CONTAINS_TOKEN
      Deprecated.
      collection/array contains matching
      See Also:
    • NOT_REGEX

      public static final short NOT_REGEX
      Deprecated.
      regular-expression NOT matching operation (of a string field)
      See Also:
    • IN

      public static final short IN
      Deprecated.
      IN operation
      See Also:
    • RELATION

      public static final short RELATION
      Deprecated.
      RELATION operation
      See Also:
  • Constructor Details

    • TemplateMatchCodes

      public TemplateMatchCodes()
      Deprecated.
  • Method Details

    • supportFifoOrder

      public static boolean supportFifoOrder(short matchCode)
      Deprecated.