Class DQLReservedWords

java.lang.Object
com.emc.documentum.rest.dfc.query.DQLReservedWords

@Deprecated public final class DQLReservedWords extends Object
Deprecated.
please use com.emc.documentum.rest.filter.translator.dql.DQLReservedWords
DQL reserved words helper.
  • Method Details

    • isReserved

      public static boolean isReserved(String word)
      Deprecated.
      Check if word is DFC reserved
      Parameters:
      word - string to check
      Returns:
      true if word is reserved
    • quote

      public static List<String> quote(List<String> attributes)
      Deprecated.
      Quote the attributes with single quote if they are reserved
      Parameters:
      attributes - attributes to quote
      Returns:
      attributes which are not DFC reserved
    • quote

      public static String quote(String attribute)
      Deprecated.
      Quote single attribute if it is reserved
      Parameters:
      attribute - attribute to quote
      Returns:
      attribute which are not DFC reserved