Module org.jooq
Package org.jooq.conf

Class MappedSchema

    • Constructor Detail

      • MappedSchema

        public MappedSchema()
    • Method Detail

      • getInput

        public String getInput()
        The input schema name as defined in Named.getName()

        Either <input/> or <inputExpression/> must be provided

        Returns:
        possible object is String
      • setInput

        public void setInput​(String value)
        Sets the value of the input property.
        Parameters:
        value - allowed object is String
      • getInputExpression

        public Pattern getInputExpression()
        A regular expression matching the input schema name as defined in Named.getName() Either <input/> or <inputExpression/> must be provided
        Returns:
        possible object is String
      • setInputExpression

        public void setInputExpression​(Pattern value)
        Sets the value of the inputExpression property.
        Parameters:
        value - allowed object is String
      • getOutput

        public String getOutput()
        The output schema as it will be rendered in SQL.
        • When this is omitted, you can still apply table mapping.
        • When <input/> is provided, <output/> is a constant value.
        • When <inputExpression/> is provided, <output/> is a replacement expression
        Returns:
        possible object is String
      • setOutput

        public void setOutput​(String value)
        Sets the value of the output property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object