_table_identifier#

Objects for representing tables.

Classes#

Identifier

Base class for tables, which are each an Identifier type.

NamedTable

Identify named tables. In most cases, these are user-provided.

TableCollection

Identify a collection of tables.

TemporaryTable

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.