Class StringRendererConfig


  • public final class StringRendererConfig
    extends Object
    This class implements a parameter object containing the configuration options for the StatementFactory.
    • Method Detail

      • useLowerCase

        public boolean useLowerCase()
        Get whether the statements should be produced in lower case.
        Returns:
        true if statements are produced in lower case
      • useQuotes

        public boolean useQuotes()
        Get whether identifiers should be enclosed in double quotation marks.
        Returns:
        true if should be enclosed in quotes
      • createDefault

        public static StringRendererConfig createDefault()
        Create the default configuration.
        Returns:
        default configuration