Documentation
    Preparing search index...

    Interface ShowConstraintsQueryOptions

    interface ShowConstraintsQueryOptions {
        columnName?: string;
        constraintName?: string;
        constraintType?: ConstraintType;
    }

    Hierarchy (View Summary)

    Index
    columnName?: string
    constraintName?: string
    constraintType?: ConstraintType