protected function ExecuteQuery($strQuery) {
                // Perform the Query
                $objResult = $this->objPdo->query($strQuery);
                if ($objResult === false)
                        throw new QPostgreSqlPdoDatabaseException($this->objPdo->errorInfo(), $this->objPdo->errorCode(), $strQuery);