You are here

public function QPDB::getStatement in QueryPath 6

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

File

QueryPath/Extension/QPDB.php, line 152

Class

QPDB

Code

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