Class CodeDatabaseUtils

java.lang.Object
edu.suffolk.litlab.efsp.ecfcodes.CodeDatabaseUtils

public class CodeDatabaseUtils extends Object
  • Constructor Details

    • CodeDatabaseUtils

      public CodeDatabaseUtils()
  • Method Details

    • getTableExists

      public static String getTableExists()
    • getIndicesExist

      public static String getIndicesExist()
    • likeWildcard

      public static String likeWildcard(String searchTerm)
      In most cases, we want to find all instances of the search term, not the exact term. It's a LIKE compare, so add the 0 or more characters on either side.
      Parameters:
      searchTerm -
      Returns: