_adapter = $adapter; if ($sql instanceof Db\Select) { $sql = $sql->assemble(); } $this->_prepare($sql); } /** * * the method will be implemented at the driver level * * @param mixed $sql * * @return void */ protected function _prepare($sql) { return; } }