SessionLogEntryUpdateTable 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
-
table
→ SessionLogEntryTable
-
The table instance that this update table operates on.
finalinherited
Methods
-
authenticatedUserId(int? value)
→ ColumnValue<int, int>
-
-
duration(double? value)
→ ColumnValue<double, double>
-
-
endpoint(String? value)
→ ColumnValue<String, String>
-
-
error(String? value)
→ ColumnValue<String, String>
-
-
isOpen(bool? value)
→ ColumnValue<bool, bool>
-
-
method(String? value)
→ ColumnValue<String, String>
-
-
module(String? value)
→ ColumnValue<String, String>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
numQueries(int? value)
→ ColumnValue<int, int>
-
-
serverId(String value)
→ ColumnValue<String, String>
-
-
slow(bool? value)
→ ColumnValue<bool, bool>
-
-
stackTrace(String? value)
→ ColumnValue<String, String>
-
-
time(DateTime value)
→ ColumnValue<DateTime, DateTime>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
touched(DateTime value)
→ ColumnValue<DateTime, DateTime>
-
-
userId(String? value)
→ ColumnValue<String, String>
-