Member Junction
    Preparing search index...
    interface DatabaseInventory {
        functions: string[];
        indexes: string[];
        tables: string[];
        triggers: string[];
        views: string[];
    }
    Index

    Properties

    functions: string[]
    indexes: string[]
    tables: string[]
    triggers: string[]
    views: string[]