(self, parent="public", pos=0)
| 119 | return self.from_clause_items(parent, pos) + self.schemas(pos) |
| 120 | |
| 121 | def types(self, parent="public", pos=0): |
| 122 | return self.datatypes(parent, pos) + self.tables(parent, pos) |
| 123 | |
| 124 | @property |
| 125 | def completer(self): |