Class StringRendererConfig.Builder

    • Method Detail

      • lowerCase

        public StringRendererConfig.Builder lowerCase​(boolean lowerCase)
        Define whether the statement should be produced in lower case
        Parameters:
        lowerCase - set to true if the statement should be produced in lower case
        Returns:
        this instance for fluent programming
      • quoteIdentifiers

        public StringRendererConfig.Builder quoteIdentifiers​(boolean quote)
        Define whether schema, table and field identifiers should be enclosed in double quotation marks.
        Parameters:
        quote - set to true if identifiers should be enclosed in quotes
        Returns:
        this instance for fluent programming