SessionLogEntryAttachRowRepository class
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
-
logs(
DatabaseSession session, SessionLogEntry sessionLogEntry, LogEntry logEntry, {Transaction? transaction}) → Future< void> -
Creates a relation between this SessionLogEntry and the given LogEntry
by setting the LogEntry's foreign key
sessionLogIdto refer to this SessionLogEntry. -
messages(
DatabaseSession session, SessionLogEntry sessionLogEntry, MessageLogEntry messageLogEntry, {Transaction? transaction}) → Future< void> -
Creates a relation between this SessionLogEntry and the given MessageLogEntry
by setting the MessageLogEntry's foreign key
sessionLogIdto refer to this SessionLogEntry. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queries(
DatabaseSession session, SessionLogEntry sessionLogEntry, QueryLogEntry queryLogEntry, {Transaction? transaction}) → Future< void> -
Creates a relation between this SessionLogEntry and the given QueryLogEntry
by setting the QueryLogEntry's foreign key
sessionLogIdto refer to this SessionLogEntry. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited