in reply to Re^2: Class::DBI method sth_to_objects
in thread Class::DBI method sth_to_objects
In regards to the use of __CONSTANT__, these are simply substition values. From the POD:
To assist with writing SQL that is inheritable into subclasses, severa +l additional substitutions are available here: __TABLE__, __ESSENTIAL +__ and __IDENTIFIER__. These represent the table name associated wit +h the class, its essential columns, and the primary key of the curren +t object, in the case of an instance method on it.
William
|
|---|