Class With


  • public class With
    extends Object
    WITH to set metadata on the table: WITH (fillfactor=70)
    • Field Detail

      • EMPTY

        public static final List<With> EMPTY
    • Constructor Detail

      • With

        public With​(String name,
                    String value)
        Parameters:
        name -
        value -
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • buildWithComponent

        public String buildWithComponent()
        builds the sql component 'WITH'
        Returns:
      • with

        public static With with​(String key,
                                String value)
        creates a with statement
        Parameters:
        key -
        value -