Package mondrian.test

Class DynamicSchemaProcessorTest.CheckJdbcPropertyDsp

    • Field Detail

      • RETURNTRUESTRING

        public static java.lang.String RETURNTRUESTRING
      • RETURNFALSESTRING

        public static java.lang.String RETURNFALSESTRING
    • Constructor Detail

      • CheckJdbcPropertyDsp

        public CheckJdbcPropertyDsp()
    • Method Detail

      • processSchema

        public java.lang.String processSchema​(java.lang.String schemaUrl,
                                              Util.PropertyList connectInfo)
                                       throws java.lang.Exception
        Description copied from interface: DynamicSchemaProcessor
        Modifies a Mondrian schema.

        An implementation should generally interpret the URL string as an Apache VFS (virtual file system) URL.

        Specified by:
        processSchema in interface DynamicSchemaProcessor
        Overrides:
        processSchema in class DynamicSchemaProcessorTest.BaseDsp
        Parameters:
        schemaUrl - The URL of the catalog.
        connectInfo - Connection properties.
        Returns:
        Returns the modified schema.
        Throws:
        java.lang.Exception - if an error occurs.