@pondpilot/flowscope-core
    Preparing search index...

    Interface CanonicalName

    interface CanonicalName {
        catalog?: string;
        column?: string;
        name: string;
        schema?: string;
    }
    Index

    Properties

    catalog?: string
    column?: string
    name: string
    schema?: string