Return a "read only" form of this :class:`_sql.ColumnCollection`.
(self)
| 1883 | return True |
| 1884 | |
| 1885 | def as_readonly(self) -> ReadOnlyColumnCollection[_COLKEY, _COL_co]: |
| 1886 | """Return a "read only" form of this |
| 1887 | :class:`_sql.ColumnCollection`.""" |
| 1888 | |
| 1889 | return ReadOnlyColumnCollection(self) |
| 1890 | |
| 1891 | def _init_proxy_index(self) -> None: |
| 1892 | """populate the "proxy index", if empty. |