\Imi\Db\QueryQueryOption

Summary

Methods
Properties
Constants
__construct()
__clone()
$table
$distinct
$field
$where
$join
$order
$group
$having
$saveData
$offset
$limit
$lock
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$distinct

$distinct : boolean

distinct

Type

boolean

$field

$field : array

查询字段

Type

array

$saveData

$saveData : array|array<mixed,\Imi\Db\Query\Raw>|\Imi\Db\Query\Interfaces\IQuery

保存的数据

Type

array|array<mixed,\Imi\Db\Query\Raw>|\Imi\Db\Query\Interfaces\IQuery

$offset

$offset : integer

记录从第几个开始取出

Type

integer

$limit

$limit : integer

查询几条记录

Type

integer

$lock

$lock : integer|string|null

锁配置

Type

integer|string|null

Methods

__construct()

__construct() 

__clone()

__clone()