QueryLogEntryTable class
Constructors
- QueryLogEntryTable({TableRelation? tableRelation})
Properties
- 
  columns
  → List<Column> 
- 
  List of Columnused by the table.no setteroverride
- duration ↔ ColumnDouble
- 
  The time it took to execute the query, in seconds.
  latefinal
- error ↔ ColumnString
- 
  Set if an exception was thrown during the execution of this query.
  latefinal
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  id
  ↔ ColumnComparable<int?> 
- 
  The database id.
  latefinalinherited
- 
  managedColumns
  → List<Column> 
- 
  List of Column that are managed by this table.
This is mostly used to exclude columns created by implicit relations.
  no setterinherited
- messageId ↔ ColumnInt
- 
  The id of the message this entry is associated with, if the query was
executed in a streaming session.
  latefinal
- numRows ↔ ColumnInt
- 
  Number of rows returned by this query. This can be null if the number is
not relevant.
  latefinal
- order ↔ ColumnInt
- 
  used for sorting the query log.
  latefinal
- query ↔ ColumnString
- 
  The query that was executed.
  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 the query.
  latefinal
- sessionLogId ↔ ColumnInt
- 
  Id of the session this entry is associated with.
  latefinal
- slow ↔ ColumnBool
- 
  True if the execution of this query was considered slow.
  latefinal
- stackTrace ↔ ColumnString
- 
  The stack trace of this query.
  latefinal
- tableName → String
- 
  Name of the table as used in the database.
  finalinherited
- tableRelation → TableRelation?
- 
  Table relation for Columns of the table.
  finalinherited
Methods
- 
  getRelationTable(String relationField) → Table? 
- 
  Returns TableColumnRelationfor the givenrelationField. If no relation exists, returns null. The return must be dynamic to allow for relations with different id types.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