
Data::ObjectDriver::BaseObject - base class for modeled objects

See synopsis in Data::ObjectDriver.

Data::ObjectDriver::BaseObject provides services to data objects modeled with the Data::ObjectDriver object relational mapper.

Returns the database driver for this class, invoking the class's get_driver function if necessary.
Sets the function used to find the object driver for Class objects.
Returns the values of the primary key fields of $obj.
Returns the names of the primary key fields for objects of class Class.
Returns a new object of the same class as $obj containing the same data,
except for primary keys,
which are set to undef.
Returns a new object of the same class as $obj containing the same data, including all key fields.