PHP Class think\db\builder\Pgsql

Inheritance: extends Think\Db\Builder
Afficher le fichier Open project: top-think/framework

Méthodes publiques

Méthode Description
parseLimit ( mixed $limit ) : string limit分析

Méthodes protégées

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

Method Details

parseKey() protected méthode

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

parseLimit() public méthode

limit分析
public parseLimit ( mixed $limit ) : string
$limit mixed
Résultat string

parseRand() protected méthode

随机排序
protected parseRand ( ) : string
Résultat string