Disconnects the adapter from the database.

Returns

boolean True on success, else false.

Source

						public function disconnect() {
		return !$this->_isConnected || !($this->_isConnected = !$this->connection->close());
	}