NTriplesDb class

Constructors

NTriplesDb(Database db)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPredicatesAndObjects(String subjectUuid, {int limit = 0, int offset = 0}) Iterable<Tuple2<String, String>>
getSubjectsAndPredicates(String objectUuid, {int limit = 0, int offset = 0}) Iterable<Tuple2<String, String>>
insertNTriple(NTriple nt) → void
insertNTripleTerm(NTripleTerm term) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchTermsByValue(String value, {int limit = 0, int offset = 0}) Iterable<Tuple2<String, NTripleTerm>>
selectNTriples({String? subject, String? predicate, String? object}) Iterable<NTriple>
selectNTripleTerm(String uuid) → NTripleTerm?
selectUuid(NTripleTerm term) String?
termExists(NTripleTerm term) bool
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited