eva.interfaces.relational.db.EVAConnection.query#

EVAConnection.query(sql_query: str) EVARelation[source]#

Execute a SQL query.

Parameters:

sql_query (str) – The SQL query to execute.

Returns:

The EVARelation object representing the result of the query.

Return type:

EVARelation