public function QPDB::getStatement in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/Extension/QPDB.php \QPDB::getStatement()
- 7.2 QueryPath/Extension/QPDB.php \QPDB::getStatement()
File
- QueryPath/
Extension/ QPDB.php, line 152
Class
Code
public function getStatement() {
return $this->stmt;
}