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