首页数据库DbInterface
DbInterface
Kuoqi\Db\DbInterface(51 行):数据库驱动接口规范
本页内容
  1. 接口方法(分组)
  2. 实现者

接口方法(分组)

分组方法
基础getConfig / getTableprefix / getTablename
执行query($sql,$params=[]) / exec($sql)
链式流程db / table / alias / cache / fetchSql / data / andData / where / andWhere / field / andField / order / group / limit / join / prefix / clear
事务transStart / rollback / commit
结果getVersion / count / insert / delete / update / getField / getFieldlist / setField / find / select / paginate

实现者

说明
DbBehavior抽象分发器(接口实现,结果方法留空待驱动)
PdoDriver\MysqlDriver唯一具体驱动(实现全部方法)
KuoqiPHP v1.05 · 离线静态文档 · 界面基于 KuoqiUI · 返回首页