SessionLogEntryTable class
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.
final
-
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.
final
-
endpoint
→ ColumnString
-
The endpoint this session is associated with, if any.
final
-
error
→ ColumnString
-
If the session ends with an exception, the error field will be set.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ ColumnInt
-
The database id, set if the object has been inserted into the
database or if it has been fetched from the database. Otherwise,
the id will be null.
final
-
isOpen
→ ColumnBool
-
True if the session is still open.
final
-
method
→ ColumnString
-
The method this session is associated with, if any.
final
-
module
→ ColumnString
-
The module this session is associated with, if any.
final
-
numQueries
→ ColumnInt
-
The number of queries performed during this session.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
serverId
→ ColumnString
-
The id of the server that handled this session.
final
-
slow
→ ColumnBool
-
True if this session was slow to complete.
final
-
stackTrace
→ ColumnString
-
If the session ends with an exception, a stack trace will be set.
final
-
tableName
→ String
-
Name of the table as used in the database.
finalinherited
-
time
→ ColumnDateTime
-
The starting time of this session.
final
-
touched
→ ColumnDateTime
-
Timestamp of the last time this record was modified.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited