Property | Type | Description | |
---|---|---|---|
$deleteSql | |||
$selectInsertSql | |||
$selectSql | |||
$updateSql |
Method | Description | |
---|---|---|
selectInsert ( $fields, $table, $options ) |
Method | Description | |
---|---|---|
parseKey ( string $key, array $options = [] ) : string | 字段和表名处理 | |
parseLimit ( mixed $limit ) : string | limit | |
parseOrder ( mixed $order, array $options = [] ) : string | order分析 | |
parseRand ( ) : string | 随机排序 |
protected parseLimit ( mixed $limit ) : string | ||
$limit | mixed | |
return | string |