prepareUnwrapped() public method

do not use, only used by Statement-class needs to be public for access from the Statement-class.
public prepareUnwrapped ( $sql )
 /**
  *
  */
 private function createStatement()
 {
     $this->stmt = $this->conn->prepareUnwrapped($this->sql);
 }