~ubuntu-branches/ubuntu/trusty/soprano/trusty

« back to all changes in this revision

Viewing changes to backends/virtuoso/virtuosomodel_p.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-01-02 13:02:08 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20130102130208-25etkuo00kh8cb5w
Tags: 2.9.0+dfsg.1-0ubuntu1
* New upstream release
  - Update symbols/install files
* Make DFSG compliant

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
            m_openIteratorMutex.unlock();
67
67
        }
68
68
 
 
69
        QString statementToConstructGraphPattern( const Soprano::Statement& s, bool withContext = false ) const;
 
70
 
69
71
        QueryResultIterator sqlQuery( const QString& query );
70
72
        QueryResultIterator sparqlQuery( const QString& query );
71
73
 
77
79
        QString m_virtuosoVersion;
78
80
 
79
81
        bool m_noStatementSignals;
 
82
        bool m_fakeBooleans;
 
83
        bool m_supportEmptyGraphs;
80
84
 
81
85
        VirtuosoModel* q;
82
86