Package edu.suffolk.litlab.efsp.ecfcodes
Class CodeDatabaseUtils
java.lang.Object
edu.suffolk.litlab.efsp.ecfcodes.CodeDatabaseUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis exception is returned when a given table name isn't in the pre-approved list of names. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringstatic StringlikeWildcard(String searchTerm) In most cases, we want to find all instances of the search term, not the exact term.
-
Constructor Details
-
CodeDatabaseUtils
public CodeDatabaseUtils()
-
-
Method Details
-
getTableExists
-
getIndicesExist
-
likeWildcard
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:
-