????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/driver/types/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/driver/types/CteCapabilities.d.ts

export interface CteCapabilities {
    /**
     * Are CTEs supported at all?
     */
    enabled: boolean;
    /**
     * Are RETURNING clauses supported in CTEs?
     */
    writable?: boolean;
    /**
     * Is RECURSIVE clause required for recursive CTEs?
     */
    requiresRecursiveHint?: boolean;
    /**
     * Is MATERIALIZED clause supported?
     */
    materializedHint?: boolean;
}