Package mondrian.xmla

Class RowsetDefinition.DbschemaTablesRowset

    • Method Detail

      • setProperty

        protected void setProperty​(PropertyDefinition propertyDef,
                                   java.lang.String value)
        Description copied from class: Rowset
        Sets a property for this rowset. Called by the constructor for each supplied property.

        A derived class should override this method and intercept each property it supports. Any property it does not support, it should forward to the base class method, which will probably throw an error.

        Overrides:
        setProperty in class Rowset