$connection
$connection : \think\db\ConnectionInterface
Connection对象
mysql数据库驱动
$connection : \think\db\ConnectionInterface
Connection对象
$exp : array
查询表达式映射
$parser : array
查询表达式解析
$selectSql : string
SELECT SQL表达式
$insertSql : string
INSERT SQL表达式
$insertAllSql : string
INSERT ALL SQL表达式
$updateSql : string
UPDATE SQL表达式
$deleteSql : string
DELETE SQL表达式