Class IdentifierHelperBuilder


  • public class IdentifierHelperBuilder
    extends Object
    Builder for IdentifierHelper instances. Mainly here to allow progressive building of the immutable (after instantiation) IdentifierHelper.
    • Method Detail

      • isGloballyQuoteIdentifiers

        public boolean isGloballyQuoteIdentifiers()
      • setGloballyQuoteIdentifiers

        public void setGloballyQuoteIdentifiers​(boolean globallyQuoteIdentifiers)
      • isSkipGlobalQuotingForColumnDefinitions

        public boolean isSkipGlobalQuotingForColumnDefinitions()
      • setSkipGlobalQuotingForColumnDefinitions

        public void setSkipGlobalQuotingForColumnDefinitions​(boolean skipGlobalQuotingForColumnDefinitions)
      • setAutoQuoteKeywords

        public void setAutoQuoteKeywords​(boolean autoQuoteKeywords)
      • setNameQualifierSupport

        public void setNameQualifierSupport​(NameQualifierSupport nameQualifierSupport)
      • setUnquotedCaseStrategy

        public void setUnquotedCaseStrategy​(IdentifierCaseStrategy unquotedCaseStrategy)
      • clearReservedWords

        public void clearReservedWords()
      • applyReservedWords

        public void applyReservedWords​(Set<String> words)
      • setReservedWords

        public void setReservedWords​(Set<String> words)