SessionLogEntryTable class

Inheritance

Constructors

SessionLogEntryTable({TableRelation? tableRelation})

Properties

authenticatedUserId ColumnInt
The id of an authenticated user associated with this session. The user id is only set if it has been requested during the session. This means that it can be null, even though the session was performed by an authenticated user.
latefinal
columns List<Column>
List of Column used by the table.
no setteroverride
duration ColumnDouble
The running time of this session. May be null if the session is still active.
latefinal
endpoint ColumnString
The endpoint this session is associated with, if any.
latefinal
error ColumnString
If the session ends with an exception, the error field will be set.
latefinal
hashCode int
The hash code for this object.
no setterinherited
id ColumnInt
The database id.
latefinalinherited
isOpen ColumnBool
True if the session is still open.
latefinal
method ColumnString
The method this session is associated with, if any.
latefinal
module ColumnString
The module this session is associated with, if any.
latefinal
numQueries ColumnInt
The number of queries performed during this session.
latefinal
queryPrefix String
Query prefix for Columns of the table.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId ColumnString
The id of the server that handled this session.
latefinal
slow ColumnBool
True if this session was slow to complete.
latefinal
stackTrace ColumnString
If the session ends with an exception, a stack trace will be set.
latefinal
tableName String
Name of the table as used in the database.
finalinherited
tableRelation → TableRelation?
Table relation for Columns of the table.
finalinherited
time ColumnDateTime
The starting time of this session.
latefinal
touched ColumnDateTime
Timestamp of the last time this record was modified.
latefinal

Methods

getRelationTable(String relationField) Table?
Returns TableColumnRelation for the given relationField. If no relation exists, returns null.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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