SQLiteView¶
- class xbrl_filings_api.SQLiteView¶
Bases:
object
Dataclass for storing SQLite view creation instructions.
Methods
Attributes
Name of the view in database.
Table names required for this view.
SQL
SELECT
statement for the view.- __hash__()¶
Return hash(self).
- __repr__()¶
Return repr(self).