getNode() const | Dataquay::PropertyObject | |
getObjectType() const | Dataquay::PropertyObject | |
getObjectType(Transaction *tx) const | Dataquay::PropertyObject | |
getProperty(QString name) const | Dataquay::PropertyObject | |
getProperty(Transaction *tx, QString name) const | Dataquay::PropertyObject | |
getPropertyList(QString name) const | Dataquay::PropertyObject | |
getPropertyList(Transaction *tx, QString name) const | Dataquay::PropertyObject | |
getPropertyNames() const | Dataquay::PropertyObject | |
getPropertyNames(Transaction *tx) const | Dataquay::PropertyObject | |
getPropertyNode(QString name) const | Dataquay::PropertyObject | |
getPropertyNode(Transaction *tx, QString name) const | Dataquay::PropertyObject | |
getPropertyNodeList(QString name) const | Dataquay::PropertyObject | |
getPropertyNodeList(Transaction *tx, QString name) const | Dataquay::PropertyObject | |
getPropertyUri(QString name) const | Dataquay::PropertyObject | |
getStore(Transaction *tx) const | Dataquay::PropertyObject | |
hasProperty(QString name) const | Dataquay::PropertyObject | |
hasProperty(Transaction *tx, QString name) const | Dataquay::PropertyObject | |
PropertyObject(Store *s, Uri myUri) | Dataquay::PropertyObject | |
PropertyObject(Store *s, QString myUri) | Dataquay::PropertyObject | |
PropertyObject(Store *s, Node myNode) | Dataquay::PropertyObject | |
PropertyObject(Store *s, QString propertyPrefix, Uri myUri) | Dataquay::PropertyObject | |
PropertyObject(Store *s, QString propertyPrefix, QString myUri) | Dataquay::PropertyObject | |
PropertyObject(Store *s, QString propertyPrefix, Node myNode) | Dataquay::PropertyObject | |
removeProperty(QString name) | Dataquay::PropertyObject | |
removeProperty(Transaction *tx, QString name) | Dataquay::PropertyObject | |
setDefaultPropertyPrefix(QString prefix) | Dataquay::PropertyObject | static |
setProperty(QString name, QVariant value) | Dataquay::PropertyObject | |
setProperty(QString name, Uri uri) | Dataquay::PropertyObject | |
setProperty(QString name, Node node) | Dataquay::PropertyObject | |
setProperty(Transaction *tx, QString name, QVariant value) | Dataquay::PropertyObject | |
setProperty(Transaction *tx, QString name, Uri uri) | Dataquay::PropertyObject | |
setProperty(Transaction *tx, QString name, Node node) | Dataquay::PropertyObject | |
setPropertyList(QString name, QVariantList values) | Dataquay::PropertyObject | |
setPropertyList(Transaction *tx, QString name, QVariantList values) | Dataquay::PropertyObject | |
setPropertyList(QString name, Nodes nodes) | Dataquay::PropertyObject | |
setPropertyList(Transaction *tx, QString name, Nodes nodes) | Dataquay::PropertyObject | |
~PropertyObject() | Dataquay::PropertyObject | |