kysely
    Preparing search index...

    Interface UpdateQueryBuilderProps

    interface UpdateQueryBuilderProps {
        executor: QueryExecutor;
        queryId: QueryId;
        queryNode: UpdateQueryNode;
    }
    Index

    Properties

    executor: QueryExecutor
    queryId: QueryId
    queryNode: UpdateQueryNode