SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface PostgresInspectedTable

    interface PostgresInspectedTable {
        schema: string;
        name: string;
        qualifiedName: string;
        columns: PostgresInspectedColumn[];
        primaryKey?: PostgresInspectedPrimaryKey;
        foreignKeys: PostgresInspectedForeignKey[];
        indexes: PostgresInspectedIndex[];
    }
    Index

    Properties

    schema: string
    name: string
    qualifiedName: string