[EN]
An object tree visualizes objects in a SQLite database. A list of tables, views, indexes, and triggers is displayed. Any of the lists can be filtered by name. The object tree allows you to perform various manipulations with database objects.
Tree nodes
ATTACH - list of database aliases connected to the editor sheet
TABLE - list of tables in connected databases. The name consists of the database alias and the table name
INDEX - list of indexes in connected databases. The name consists of the database alias and the index name
VIEW - list of views in connected databases. The name consists of the database alias and the index name
TRIGGER - list of triggers in connected databases. The name consists of the database alias and the index name
PARAMETER - parameters of the selected database. The database is selected from the "Database attached list" drop-down list
HELP - description of commands supported by the SQLite database. Downloaded separately.
[RU]
Дерево объектов визуализирует объекты в базе данных SQLite. Выводится список таблиц, представлений, индексов и триггеров. Любой из списков может быть отфильтрован по имени. Дерево объектов позволяет выполнять различные манипуляции с объектами базы данных.
Узлы дерева
ATTACH - список алиасов баз подключенных к листу редактора
TABLE - список таблиц в подключенных базах. Имя состоит из алиаса БД и имени таблицы
INDEX - список индексов в подключенных базах. Имя состоит из алиаса БД и имени индекса
VIEW - список представлений в подключенных базах. Имя состоит из алиаса БД и имени индекса
TRIGGER - список триггеров в подключенных базах. Имя состоит из алиаса БД и имени индекса
PARAMETER - параметры выбранной базы. База выбирается из выпадающего списка "Database attached list"
HELP - описание команд поддерживаемых базой SQLite. Загружается отдельно.