Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 351 Bytes

query.md

File metadata and controls

17 lines (11 loc) · 351 Bytes

Making Queries

There are two different ways to make queries.

  1. Db methods
Db::execute()
Db::queryValue()
Db::queryRow()
Db::queryRows()
  1. query builder methods

DbQueryBuilder provides methods similar to sql syntax, and generates real sql adapted to different databases(eg. mysql/oracle).