PHP 클래스 think\db\builder\Sqlsrv

상속: extends Think\Db\Builder
파일 보기 프로젝트 열기: top-think/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$deleteSql
$selectInsertSql
$selectSql
$updateSql

공개 메소드들

메소드 설명
selectInsert ( $fields, $table, $options )

보호된 메소드들

메소드 설명
parseKey ( string $key, array $options = [] ) : string 字段和表名处理
parseLimit ( mixed $limit ) : string limit
parseOrder ( mixed $order, array $options = [] ) : string order分析
parseRand ( ) : string 随机排序

메소드 상세

parseKey() 보호된 메소드

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

parseLimit() 보호된 메소드

limit
protected parseLimit ( mixed $limit ) : string
$limit mixed
리턴 string

parseOrder() 보호된 메소드

order分析
protected parseOrder ( mixed $order, array $options = [] ) : string
$order mixed
$options array
리턴 string

parseRand() 보호된 메소드

随机排序
protected parseRand ( ) : string
리턴 string

selectInsert() 공개 메소드

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

프로퍼티 상세

$deleteSql 보호되어 있는 프로퍼티

protected $deleteSql

$selectInsertSql 보호되어 있는 프로퍼티

protected $selectInsertSql

$selectSql 보호되어 있는 프로퍼티

protected $selectSql

$updateSql 보호되어 있는 프로퍼티

protected $updateSql