You are here

public function QPDB::getStatement in QueryPath 7.2

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

File

QueryPath/Extension/QPDB.php, line 152

Class

QPDB

Code

public function getStatement() {
  return $this->stmt;
}