#include <RDFTermBinaryMarshal.h>
|
|
static bool | registerSerialiser (const knowCore::Uri &_valueUri, AbstractSerialiser *_serialiser) |
| |
|
| enum class | Mode { ToVariant = 0x1
, ToByteArray = 0x2
} |
| |
|
| AbstractBinaryMarshal (const QString &_oid, const knowCore::Uri &_datatype, const Modes &_modes) |
| |
|
template<typename _T_ > |
| static knowCore::Uri | datatype () |
| |
This class handles the storage of RDF Literal in the database. It stores the dataype, the value (using RDFValueBinaryMarshal) and the lang.
◆ toByteArray()
| cres_qresult< QByteArray > RDFTermBinaryMarshal::toByteArray |
( |
const knowCore::Value & | _source, |
|
|
QString & | _oidName, |
|
|
const kDB::Repository::Connection & | _connection ) const |
|
overridevirtual |
◆ toValue()
| cres_qresult< knowCore::Value > RDFTermBinaryMarshal::toValue |
( |
const QByteArray & | _source, |
|
|
const kDB::Repository::Connection & | _connection ) const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- kDB/Repository/DatabaseInterface/PostgreSQL/RDFTermBinaryMarshal.h
- kDB/Repository/DatabaseInterface/PostgreSQL/RDFTermBinaryMarshal.cpp