AppCode 2023.1 Help

Virtual columns

A virtual column contains values that are calculated using the data of other columns. The data of the virtual column is not stored in the database.

For example, to have a column that would contain data from both first_name and last_name columns, create a virtual column with the following expression: first_name || '.' || last.name.

The virtual column with your expression result will appear in the table, and it will also be available in the Database tool window as a virtual object.

Virtual column

Virtual columns can be seen in the Database tool window. You can see a reference on node and object icons in the Icons for data sources and their elements chapter of Database tool window topic.

For the table column icons, refer to Possible icon combinations for columns.

Create a virtual column

  1. In the Database tool window ( View | Tool Windows | Database), expand the data source tree until the nodes of tables.

  2. Right-click a table and select New | Virtual Column.

  3. In the Modify dialog that opens, enter the name of your virtual column in the Name field.

  4. Type your expression in the Expression field.

  5. Click OK.

    Create a virtual column
Last modified: 21 December 2022