$instance
$instance : array
数据库连接实例
Class DbManager
$cache : \Psr\SimpleCache\CacheInterface
查询缓存对象
$log : \Psr\Log\LoggerInterface
查询日志对象
setCache(\Psr\SimpleCache\CacheInterface $cache) : void
设置缓存对象
\Psr\SimpleCache\CacheInterface | $cache | 缓存对象 |
setLog(\Psr\Log\LoggerInterface $log) : void
设置日志对象
\Psr\Log\LoggerInterface | $log | 日志对象 |
raw(string $value) : \think\db\Raw
使用表达式设置数据
string | $value | 表达式 |
instance(string|null $name = null, boolean $force = false) : \think\db\ConnectionInterface
创建数据库连接实例
string|null | $name | 连接标识 |
boolean | $force | 强制重新连接 |
createConnection( $name) : \think\db\ConnectionInterface
创建连接
$name |