Go to the documentation of this file.
22 #ifndef _SOPRANO_TYPES_H_
23 #define _SOPRANO_TYPES_H_
27 #include <QtCore/QFlags>
28 #include <QtCore/QString>
171 Q_DECLARE_OPERATORS_FOR_FLAGS(
Soprano::RdfSerializations)
172 Q_DECLARE_OPERATORS_FOR_FLAGS(
Soprano::BackendOptions)
173 Q_DECLARE_OPERATORS_FOR_FLAGS(
Soprano::BackendFeatures)
174 Q_DECLARE_OPERATORS_FOR_FLAGS(
Soprano::Query::QueryLanguages)
@ BackendFeatureStorageMemory
@ BackendOptionStorageDir
@ BackendFeatureRemoveStatements
@ BackendFeatureInferenceOptional
@ BackendOptionStorageMemory
SOPRANO_EXPORT RdfSerialization mimeTypeToSerialization(const QString &mimetype)
@ BackendFeatureAddStatement
@ BackendFeatureListStatements
@ QueryLanguageSparqlNoInference
@ BackendOptionEnableInference
SOPRANO_EXPORT QString queryLanguageToString(Soprano::Query::QueryLanguage lang, const QString &userQueryLanguage=QString())
SOPRANO_EXPORT QString serializationMimeType(RdfSerialization serialization, const QString &userSerialization=QString())
@ BackendFeatureInference
SOPRANO_EXPORT QueryLanguage queryLanguageFromString(const QString &queryLanguage)