PHP Class think\db\builder\Sqlsrv

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

Protected Properties

Свойство Type Description
$deleteSql
$selectInsertSql
$selectSql
$updateSql

Méthodes publiques

Méthode Description
selectInsert ( $fields, $table, $options )

Méthodes protégées

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

Method Details

parseKey() protected méthode

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

parseLimit() protected méthode

limit
protected parseLimit ( mixed $limit ) : string
$limit mixed
Résultat string

parseOrder() protected méthode

order分析
protected parseOrder ( mixed $order, array $options = [] ) : string
$order mixed
$options array
Résultat string

parseRand() protected méthode

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

selectInsert() public méthode

public selectInsert ( $fields, $table, $options )

Property Details

$deleteSql protected_oe property

protected $deleteSql

$selectInsertSql protected_oe property

protected $selectInsertSql

$selectSql protected_oe property

protected $selectSql

$updateSql protected_oe property

protected $updateSql