$isRaw
$isRaw : boolean
是否使用原生语句
$table : \Imi\Db\Query\Table
表名
$where : \Imi\Db\Query\Interfaces\IBaseWhere
where条件
__construct(\Imi\Db\Query\string $table = null, \Imi\Db\Query\string $left = null, \Imi\Db\Query\string $operation = null, \Imi\Db\Query\string $right = null, \Imi\Db\Query\string $tableAlias = null, \Imi\Db\Query\Interfaces\IBaseWhere $where = null, \Imi\Db\Query\string $type = 'inner')
| \Imi\Db\Query\string | $table | |
| \Imi\Db\Query\string | $left | |
| \Imi\Db\Query\string | $operation | |
| \Imi\Db\Query\string | $right | |
| \Imi\Db\Query\string | $tableAlias | |
| \Imi\Db\Query\Interfaces\IBaseWhere | $where | |
| \Imi\Db\Query\string | $type |
getWhere() : \Imi\Db\Query\Interfaces\IBaseWhere
where条件
setWhere(\Imi\Db\Query\Interfaces\IBaseWhere $where) : void
设置where条件
| \Imi\Db\Query\Interfaces\IBaseWhere | $where |