Class UDFMetadataRepository

    • Constructor Detail

      • UDFMetadataRepository

        public UDFMetadataRepository()
    • Method Detail

      • loadMetadata

        public void loadMetadata​(MetadataFactory factory,
                                 ExecutionFactory executionFactory,
                                 Object connectionFactory,
                                 String text)
                          throws TranslatorException
        Description copied from interface: MetadataRepository
        Loads the schema information for the vdb for the given schemaName. Loads table, procedures, functions, indexes etc.
        Specified by:
        loadMetadata in interface MetadataRepository
        executionFactory - may be null if loading a virtual source
        connectionFactory - may be null if source is not available
        text - the text used to configure the load
        Throws:
        TranslatorException - to indicate a recoverable error, otherwise a RuntimeException