You are here

public function QPDB::exec in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/Extension/QPDB.php \QPDB::exec()
  2. 7.2 QueryPath/Extension/QPDB.php \QPDB::exec()

File

QueryPath/Extension/QPDB.php, line 101

Class

QPDB

Code

public function exec($sql) {
  $this->db
    ->exec($sql);
  return $this->qp;
}