getTableForType method

  1. @override
Table? getTableForType(
  1. Type t
)
override

Maps Types to subclasses of Table.

Implementation

@override
_i1.Table? getTableForType(Type t) {
  switch (t) {
    case _i3.AuthKey:
      return _i3.AuthKey.t;
    case _i6.CloudStorageEntry:
      return _i6.CloudStorageEntry.t;
    case _i7.CloudStorageDirectUploadEntry:
      return _i7.CloudStorageDirectUploadEntry.t;
    case _i22.DatabaseMigrationVersion:
      return _i22.DatabaseMigrationVersion.t;
    case _i40.FutureCallEntry:
      return _i40.FutureCallEntry.t;
    case _i41.LogEntry:
      return _i41.LogEntry.t;
    case _i46.MessageLogEntry:
      return _i46.MessageLogEntry.t;
    case _i47.MethodInfo:
      return _i47.MethodInfo.t;
    case _i48.QueryLogEntry:
      return _i48.QueryLogEntry.t;
    case _i49.ReadWriteTestEntry:
      return _i49.ReadWriteTestEntry.t;
    case _i50.RuntimeSettings:
      return _i50.RuntimeSettings.t;
    case _i51.ServerHealthConnectionInfo:
      return _i51.ServerHealthConnectionInfo.t;
    case _i52.ServerHealthMetric:
      return _i52.ServerHealthMetric.t;
    case _i55.SessionLogEntry:
      return _i55.SessionLogEntry.t;
  }
  return null;
}