85 |
self.internal_name = internal_name |
self.internal_name = internal_name |
86 |
|
|
87 |
|
|
88 |
class TransientTableBase(table.OldTableInterfaceMixin): |
class TransientTableBase: |
89 |
|
|
90 |
"""Base class for tables in the transient database""" |
"""Base class for tables in the transient database""" |
91 |
|
|
530 |
return "INNER" |
return "INNER" |
531 |
|
|
532 |
|
|
533 |
class AutoTransientTable(TitledObject, table.OldTableInterfaceMixin): |
class AutoTransientTable(TitledObject): |
534 |
|
|
535 |
"""Table that copies data to a transient table on demand. |
"""Table that copies data to a transient table on demand. |
536 |
|
|