PHP Class think\db\builder\Sqlite

Inheritance: extends Think\Db\Builder
显示文件 Open project: top-think/framework

Public Methods

Method Description
parseLimit ( $limit ) : string limit

Protected Methods

Method Description
parseKey ( string $key, array $options = [] ) : string 字段和表名处理
parseRand ( ) : string 随机排序

Method Details

parseKey() protected method

字段和表名处理
protected parseKey ( string $key, array $options = [] ) : string
$key string
$options array
return string

parseLimit() public method

limit
public parseLimit ( $limit ) : string
return string

parseRand() protected method

随机排序
protected parseRand ( ) : string
return string