fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
454 B
Text
9 lines
454 B
Text
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.
|