/** * @return bool */ function ConnectNoSelect() { if ($this->_connector->_conectionHandle != null) { return true; } return $this->_connector->ConnectNoSelect(); }