Difference between revisions of "Esmith::ConfigDB::Record"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
 
=== NAME ===
 
=== NAME ===
esmith::ConfigDB::Record - record in an esmith::ConfigDB database.
+
esmith::ConfigDB::Record - record in an esmith::ConfigDB database.<br />
 +
 
 
in a root terminal do  
 
in a root terminal do  
 
  perldoc -U esmith::ConfigDB::Record
 
  perldoc -U esmith::ConfigDB::Record

Revision as of 16:37, 10 December 2013

NAME

esmith::ConfigDB::Record - record in an esmith::ConfigDB database.

in a root terminal do

perldoc -U esmith::ConfigDB::Record

SYNOPSIS

Just like esmith::DB::db::Record except...

          my $value = $record->value;
                      $record->set_value($value);

DESCRIPTION

This provides some extra functionality needed by the esmith::ConfigDB databases.

Unless noted, it works just like esmith::DB::db::Record.

New Methods

  • value
  • set_value
            my $value = $record->value;
                        $record->set_value($value);

Gets/sets the value of the $record. Some ConfigDB entries don’t have a set of properties, but rather a single value. It will warn if you use these on $records with properties.