$config
$config : \think\Config
数据库配置
数据库管理类
$cache : \Psr\SimpleCache\CacheInterface
查询缓存对象
$log : \Psr\Log\LoggerInterface
查询日志对象
setConfig(\think\Config $config) : void
设置配置对象
\think\Config | $config | 配置对象 |
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 | 表达式 |
__make(\think\Event $event, \think\Config $config, \think\Log $log, \think\Cache $cache) : \think\Db
\think\Event | $event | |
\think\Config | $config | |
\think\Log | $log | |
\think\Cache | $cache |
setEvent(\think\Event $event)
设置Event对象
\think\Event | $event |
instance(string|null $name = null, boolean $force = false) : \think\db\ConnectionInterface
创建数据库连接实例
string|null | $name | 连接标识 |
boolean | $force | 强制重新连接 |
createConnection( $name) : \think\db\ConnectionInterface
创建连接
$name |