LogEntryUpdateTable 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
→ LogEntryTable
-
The table instance that this update table operates on.
finalinherited
Methods
-
error(String? value)
→ ColumnValue<String, String>
-
-
logLevel(LogLevel value)
→ ColumnValue<LogLevel, LogLevel>
-
-
message(String value)
→ ColumnValue<String, String>
-
-
messageId(int? value)
→ ColumnValue<int, int>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
order(int value)
→ ColumnValue<int, int>
-
-
reference(String? value)
→ ColumnValue<String, String>
-
-
serverId(String value)
→ ColumnValue<String, String>
-
-
sessionLogId(int value)
→ ColumnValue<int, int>
-
-
stackTrace(String? value)
→ ColumnValue<String, String>
-
-
time(DateTime value)
→ ColumnValue<DateTime, DateTime>
-
-
toString()
→ String
-
A string representation of this object.
inherited