eva.interfaces.relational.db.EVAConnection.table#

EVAConnection.table(table_name: str) EVARelation[source]#

Get a EVARelation object representing a table in the database.

Parameters:

table_name (str) – Name of the table.

Returns:

The EVARelation object representing the table.

Return type:

EVARelation