查询语言.prefix

    用法如下

    1. Db::table('test')->
    2. getAll();
    3. prefix('SQL_NO_CACHE')->
    4. where('id', '=', 5)->
    5. getAll();