_table_identifier#
Objects for representing tables.
Classes#
Base class for tables, which are each an Identifier type. |
|
Identify named tables. In most cases, these are user-provided. |
|
Identify a collection of tables. |
|
Identify temporary tables. |
- class Identifier#
Base class for tables, which are each an Identifier type.
- class NamedTable#
Bases:
Identifier
Identify named tables. In most cases, these are user-provided.
- name :str#
The name of the table.
- class TableCollection#
Bases:
Identifier
Identify a collection of tables.
- name :str#
The name of the table.
- class TemporaryTable#
Bases:
Identifier
Identify temporary tables.