public function newTable( $_query ) {
      if(!is_string($_query))
        throw new JException("Parameter must be a string.", 1);
      if($this->currentConnection == null)
        throw new JException("No connection selected.", 1);