@grandlinex/kernel
    Preparing search index...

    Interface RawQuery

    interface RawQuery {
        exec: string;
        param: any[];
    }
    Index

    Properties

    Properties

    exec: string
    param: any[]