NAME

DataPort::FileType::FormDB - access text database file in a field variable pair format

SYNOPSIS

use DatatCop::FileType::FormDB

$success  = $tdb_in->get_record(\$record)
$success  = $tdb->decode_record(\$record, \$fields) 
$success  = $tdb->decode_field(\$fields, \@fields)

$success  = $tdb->encode_field (\@fields,\$fields)
$success  = $tdb->encode_record($fields, \$record) 
$success  = $tdb_out->put_record(\$record) 

$success  = $tdb->decode_record(\$record) 
$success  = $tdb->decode_field(\$record, \@fields)

$success  = $tdb->encode_field (\@fields,\$record)
$success  = $tdb->encode_record(\$record) 

Inherited: L<DataPort::FileData SYNOPSIS|DataPort::FileData/SYNOPSIS>

$tdb      = new DatatCop::FileType::FormDB(@options);
$tdb_in   = new DatatCop::FileType::FormDB(flag=>'<', file=>$file, @options);
$tdb_out  = new DatatCop::FileType::FormDB(flag=>'>', file=>$file, @options);

$success  = $tdb->finish()

DESCRIPTION

The DataPort::t::DataDBI module provides test stub for the DataPort::FileData interface to the modules in DataPort::FileType. The requirement is that it records the method and the parameters use by the DataPort::FileData module during it tests. The tests will take this record of data usage and determine if the DataPort::FileData module is meeting its requirements.

NOTES

Binding Requirements

In accordance with the License, Software Diamonds is not liable for any requirement, binding or otherwise.

Author

The author, holder of the copyright and maintainer is

<support@SoftwareDiamonds.com>

copyright © 2003 SoftwareDiamonds.com

License

Software Diamonds permits the redistribution and use in source and binary forms, with or without modification, provided that the following conditions are met:

  1. Redistributions of source code, modified or unmodified must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

SOFTWARE DIAMONDS, http://www.SoftwareDiamonds.com, PROVIDES THIS SOFTWARE 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWARE DIAMONDS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING USE OF THIS SOFTWARE, EVEN IF ADVISED OF NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE POSSIBILITY OF SUCH DAMAGE.

SEE ALSO

DataPorty::DataFile Test Test::Harness tg STDtailor STD SVD DOD STD 490A DOD STD 2167A






1 POD Error

The following errors were encountered while parsing the POD:

Around line 286:

Non-ASCII character seen before =encoding in '©'. Assuming CP1252