Axinom Mosaic Libraries
    Preparing search index...
    interface PolicyRow {
        command: string;
        permissive: "PERMISSIVE" | "RESTRICTIVE";
        schemaname: string;
        tablename: string;
        using: string | null;
        withcheck: string | null;
    }
    Index

    Properties

    command: string
    permissive: "PERMISSIVE" | "RESTRICTIVE"
    schemaname: string
    tablename: string
    using: string | null
    withcheck: string | null