Class SqlNameMatchers


  • public class SqlNameMatchers
    extends java.lang.Object
    Helpers for SqlNameMatcher.
    • Constructor Detail

      • SqlNameMatchers

        private SqlNameMatchers()
    • Method Detail

      • withCaseSensitive

        public static SqlNameMatcher withCaseSensitive​(boolean caseSensitive)
        Returns a name matcher with the given case sensitivity.
      • liberal

        public static SqlNameMatcher liberal()
        Creates a name matcher that can suggest corrections to what the user typed. It matches liberally (case-insensitively) and also records the last match.