Class SoundexFunction

All Implemented Interfaces:
NamedExpression, HasSQL, Typed

public final class SoundexFunction extends Function1_2
A SOUNDEX or DIFFERENCE function.
  • Field Details

    • SOUNDEX

      public static final int SOUNDEX
      SOUNDEX() (non-standard).
      See Also:
    • DIFFERENCE

      public static final int DIFFERENCE
      DIFFERENCE() (non-standard).
      See Also:
    • NAMES

      private static final String[] NAMES
    • SOUNDEX_INDEX

      private static final byte[] SOUNDEX_INDEX
    • function

      private final int function
  • Constructor Details

  • Method Details

    • getValue

      public Value getValue(SessionLocal session, Value v1, Value v2)
      Description copied from class: Function1_2
      Returns the value of this function.
      Overrides:
      getValue in class Function1_2
      Parameters:
      session - the session
      v1 - the value of first argument
      v2 - the value of second argument, or null
      Returns:
      the resulting value
    • getDifference

      private static int getDifference(String s1, String s2)
    • getSoundex

      private static byte[] getSoundex(String s)
    • optimize

      public Expression optimize(SessionLocal session)
      Description copied from class: Expression
      Try to optimize the expression.
      Specified by:
      optimize in class Expression
      Parameters:
      session - the session
      Returns:
      the optimized expression
    • getName

      public String getName()
      Description copied from interface: NamedExpression
      Get the name.
      Returns:
      the name in uppercase