PHP Class think\db\builder\Pgsql

Inheritance: extends Think\Db\Builder
Exibir arquivo Open project: top-think/framework

Public Methods

Method Description
parseLimit ( mixed $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 ( mixed $limit ) : string
$limit mixed
return string

parseRand() protected method

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