aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-VirtualColumns/pkg-descr
blob: 82cee1ece943a01b5250b90ab79c35c5fd51a818 (plain) (blame)
1
2
3
4
5
6
7
8
9
This module allows to specify 'virtual columns' in DBIx::Class schema
classes. Virtual columns behave almost like regular columns but are not
stored in the database. They may be used to store temporary information
in the DBIx::Class::Row object and without introducting an additional
interface.

Most DBIx::Class methods like "set_column", "set_columns", "get_column",
"get_columns", "column_info", ... will work with regular as well as
virtual columns.